Uses of Interface
org.opendaylight.yangtools.yang.data.tree.leafref.QNameWithPredicate
Packages that use QNameWithPredicate
-
Uses of QNameWithPredicate in org.opendaylight.yangtools.yang.data.tree.leafref
Classes in org.opendaylight.yangtools.yang.data.tree.leafref that implement QNameWithPredicateFields in org.opendaylight.yangtools.yang.data.tree.leafref declared as QNameWithPredicateModifier and TypeFieldDescriptionstatic final @NonNull QNameWithPredicateQNameWithPredicate.ROOTstatic final @NonNull QNameWithPredicateQNameWithPredicate.UP_PARENTMethods in org.opendaylight.yangtools.yang.data.tree.leafref that return QNameWithPredicateModifier and TypeMethodDescriptionfinal QNameWithPredicateLeafRefPath.getLastComponent()Get the last component of this path.Methods in org.opendaylight.yangtools.yang.data.tree.leafref that return types with arguments of type QNameWithPredicateModifier and TypeMethodDescriptionLeafRefPath.getPathFromRoot()Returns the list of nodes which need to be traversed to get from the starting point (root for absolute LeafRefPaths) to the node represented by this object.LeafRefPath.getPathTowardsRoot()Returns the list of nodes which need to be traversed to get from this node to the starting point (root for absolute LeafRefPaths).Methods in org.opendaylight.yangtools.yang.data.tree.leafref with parameters of type QNameWithPredicateModifier and TypeMethodDescriptionstatic LeafRefPathLeafRefPath.create(boolean absolute, QNameWithPredicate... path) Constructs new instance of this class with the concrete path.LeafRefPath.createChild(QNameWithPredicate... elements) Create a child path based on concatenation of this path and additional path elements.protected abstract LeafRefPathLeafRefPath.createInstance(LeafRefPath newParent, QNameWithPredicate newQname) Create a new instance.Method parameters in org.opendaylight.yangtools.yang.data.tree.leafref with type arguments of type QNameWithPredicateModifier and TypeMethodDescriptionstatic LeafRefPathLeafRefPath.create(Iterable<QNameWithPredicate> path, boolean absolute) Constructs new instance of this class with the concrete path.LeafRefPath.createChild(Iterable<QNameWithPredicate> relative) Create a child path based on concatenation of this path and a relative path.Constructors in org.opendaylight.yangtools.yang.data.tree.leafref with parameters of type QNameWithPredicateModifierConstructorDescriptionprotectedLeafRefPath(LeafRefPath parent, QNameWithPredicate qname)