Uses of Class
com.rosetta.model.lib.path.RosettaPath.Element
Packages that use RosettaPath.Element
-
Uses of RosettaPath.Element in com.rosetta.model.lib.path
Methods in com.rosetta.model.lib.path that return RosettaPath.ElementModifier and TypeMethodDescriptionstatic RosettaPath.Elementstatic RosettaPath.Elementstatic RosettaPath.ElementRosettaPath.getElement()static RosettaPath.ElementRosettaPath.Element.withIndex(int newIndex) Methods in com.rosetta.model.lib.path that return types with arguments of type RosettaPath.ElementModifier and TypeMethodDescriptionRosettaPath.allElements()RosettaPath.RosettaPathTree.getChildren()Methods in com.rosetta.model.lib.path with parameters of type RosettaPath.ElementModifier and TypeMethodDescriptionintRosettaPath.Element.compareTo(RosettaPath.Element other) Path elements with a zero index are equivalent to elements with no index.static RosettaPathRosettaPath.createPath(RosettaPath.Element element) static RosettaPathRosettaPath.createPath(RosettaPath parent, RosettaPath.Element element) RosettaPath.newSubPath(RosettaPath.Element element) Method parameters in com.rosetta.model.lib.path with type arguments of type RosettaPath.ElementModifier and TypeMethodDescriptionstatic RosettaPathRosettaPath.createPathFromElements(List<RosettaPath.Element> elements) RosettaPath.RosettaPathTree.matches(RosettaPath p, Comparator<RosettaPath.Element> comparator)