Uses of Interface
org.opendaylight.yangtools.yang.data.impl.leafref.QNameWithPredicate
-
Packages that use QNameWithPredicate Package Description org.opendaylight.yangtools.yang.data.impl.leafref -
-
Uses of QNameWithPredicate in org.opendaylight.yangtools.yang.data.impl.leafref
Classes in org.opendaylight.yangtools.yang.data.impl.leafref that implement QNameWithPredicate Modifier and Type Class Description classSimpleQNameWithPredicateFields in org.opendaylight.yangtools.yang.data.impl.leafref declared as QNameWithPredicate Modifier and Type Field Description static QNameWithPredicateQNameWithPredicate. ROOTstatic QNameWithPredicateQNameWithPredicate. UP_PARENTMethods in org.opendaylight.yangtools.yang.data.impl.leafref that return QNameWithPredicate Modifier and Type Method Description QNameWithPredicateLeafRefPath. getLastComponent()Get the last component of this path.Methods in org.opendaylight.yangtools.yang.data.impl.leafref that return types with arguments of type QNameWithPredicate Modifier and Type Method Description Iterable<QNameWithPredicate>LeafRefPath. 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.Iterable<QNameWithPredicate>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.impl.leafref with parameters of type QNameWithPredicate Modifier and Type Method Description static LeafRefPathLeafRefPath. create(boolean absolute, QNameWithPredicate... path)Constructs new instance of this class with the concrete path.LeafRefPathLeafRefPath. 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.impl.leafref with type arguments of type QNameWithPredicate Modifier and Type Method Description static LeafRefPathLeafRefPath. create(Iterable<QNameWithPredicate> path, boolean absolute)Constructs new instance of this class with the concrete path.LeafRefPathLeafRefPath. 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.impl.leafref with parameters of type QNameWithPredicate Constructor Description LeafRefPath(LeafRefPath parent, QNameWithPredicate qname)
-