Uses of Class
org.aksw.jenax.path.core.FacetStep
Packages that use FacetStep
-
Uses of FacetStep in org.aksw.jenax.path.core
Fields in org.aksw.jenax.path.core declared as FacetStepModifier and TypeFieldDescriptionstatic FacetStepFacetStep.FRAGMENT_STEPstatic final FacetStepFacetPathOps.PARENTstatic final FacetStepFacetPathOps.SELFMethods in org.aksw.jenax.path.core that return FacetStepModifier and TypeMethodDescriptionstatic FacetStepstatic FacetStepFacetStep.bwd(org.apache.jena.graph.Node node) static FacetStepstatic FacetStepFacetStep.bwd(org.apache.jena.rdf.model.Resource node) static FacetStepFacetStep.copyStep(org.apache.jena.graph.Node newComponent) Create a copy of this step with the component set to the given value.static FacetStepstatic FacetStepFacetStep.fwd(org.apache.jena.graph.Node node) static FacetStepstatic FacetStepFacetStep.fwd(org.apache.jena.rdf.model.Resource node) static FacetStepFacetPathOps.getParentToken()FacetPathOps.getSelfToken()static FacetStepFacetStep.of(org.apache.jena.graph.Node node, org.aksw.commons.util.direction.Direction direction, String alias, org.apache.jena.graph.Node component) TODO Include a constant for the graph?FacetStep.toggleDirection()Methods in org.aksw.jenax.path.core that return types with arguments of type FacetStepModifier and TypeMethodDescriptionFacetPathOps.getBasePathSegments()FacetPathOps.getComparator()Methods in org.aksw.jenax.path.core with parameters of type FacetStepModifier and TypeMethodDescriptionstatic booleanFacetStep.isFragment(FacetStep facetStep) static FacetPathFacetPath.newAbsolutePath(FacetStep segment) static FacetPathFacetPath.newAbsolutePath(FacetStep... segments) static FacetPathFacetPath.newRelativePath(FacetStep segment) static FacetPathFacetPath.newRelativePath(FacetStep... segments) static List<org.apache.jena.graph.Node>Convert an aliased step to a sequence of nodes.Method parameters in org.aksw.jenax.path.core with type arguments of type FacetStepModifier and TypeMethodDescriptionstatic FacetPathFacetPath.newAbsolutePath(List<FacetStep> segments) static FacetPathFacetPath.newRelativePath(List<FacetStep> segments) Constructor parameters in org.aksw.jenax.path.core with type arguments of type FacetStep