Uses of Interface
org.aksw.commons.path.json.PathJson.Step
Packages that use PathJson.Step
-
Uses of PathJson.Step in org.aksw.commons.path.json
Classes in org.aksw.commons.path.json that implement PathJson.StepFields in org.aksw.commons.path.json declared as PathJson.StepModifier and TypeFieldDescriptionprotected PathJson.StepPathOpsJson.PARENT_TOKENprotected PathJson.StepPathOpsJson.SELF_TOKENMethods in org.aksw.commons.path.json that return PathJson.StepMethods in org.aksw.commons.path.json that return types with arguments of type PathJson.StepMethods in org.aksw.commons.path.json with parameters of type PathJson.StepModifier and TypeMethodDescriptiondefault intPathJson.Step.compareTo(PathJson.Step that) static PathJsonPathJson.newAbsolutePath(PathJson.Step segment) static PathJsonPathJson.newAbsolutePath(PathJson.Step... segments) static PathJsonPathJson.newRelativePath(PathJson.Step segment) static PathJsonPathJson.newRelativePath(PathJson.Step... segments) Method parameters in org.aksw.commons.path.json with type arguments of type PathJson.StepModifier and TypeMethodDescriptionstatic PathJsonPathJson.newAbsolutePath(List<PathJson.Step> segments) PathOpsJson.newPath(boolean isAbsolute, List<PathJson.Step> segments) static PathJsonPathJson.newRelativePath(List<PathJson.Step> segments) static com.google.gson.JsonArrayPathOpsJson.toJsonArray(Path<PathJson.Step> path) PathOpsJson.upcast(Path<PathJson.Step> path) Constructor parameters in org.aksw.commons.path.json with type arguments of type PathJson.StepModifierConstructorDescriptionPathJson(PathOps<PathJson.Step, PathJson> pathOps, boolean isAbsolute, List<PathJson.Step> segments) PathJson(PathOps<PathJson.Step, PathJson> pathOps, boolean isAbsolute, List<PathJson.Step> segments)