Uses of Class
org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
Packages that use LeafRefPath
-
Uses of LeafRefPath in org.opendaylight.yangtools.yang.data.tree.leafref
Fields in org.opendaylight.yangtools.yang.data.tree.leafref declared as LeafRefPathModifier and TypeFieldDescriptionstatic final LeafRefPathLeafRefPath.ROOTShared instance of the conceptual root schema node.static final LeafRefPathLeafRefPath.SAMEShared instance of the "same" relative schema node.Methods in org.opendaylight.yangtools.yang.data.tree.leafref that return LeafRefPathModifier and TypeMethodDescriptionstatic LeafRefPathLeafRefPath.create(boolean absolute, QNameWithPredicate... path) Constructs new instance of this class with the concrete path.static LeafRefPathLeafRefPath.create(Iterable<QNameWithPredicate> path, boolean absolute) Constructs new instance of this class with the concrete path.static LeafRefPathLeafRefUtils.createAbsoluteLeafRefPath(LeafRefPath leafRefPath, com.google.common.collect.ImmutableList<QName> contextNodeSchemaPath, Module module) Create an absolute leafref path.LeafRefPath.createChild(Iterable<QNameWithPredicate> relative) Create a child path based on concatenation of this path and a relative path.LeafRefPath.createChild(LeafRefPath relative) Create a child path based on concatenation of this path and a relative 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.LeafRefContext.getAbsoluteLeafRefTargetPath()LeafRefContext.getLeafRefTargetPath()LeafRefPath.getParent()Returns the immediate parent LeafRefPath.QNamePredicate.getPathKeyExpression()static LeafRefPathLeafRefUtils.schemaPathToLeafRefPath(com.google.common.collect.ImmutableList<QName> nodePath, Module module) Methods in org.opendaylight.yangtools.yang.data.tree.leafref with parameters of type LeafRefPathModifier and TypeMethodDescriptionstatic LeafRefPathLeafRefUtils.createAbsoluteLeafRefPath(LeafRefPath leafRefPath, com.google.common.collect.ImmutableList<QName> contextNodeSchemaPath, Module module) Create an absolute leafref path.LeafRefPath.createChild(LeafRefPath relative) Create a child path based on concatenation of this path and a relative path.protected abstract LeafRefPathLeafRefPath.createInstance(LeafRefPath newParent, QNameWithPredicate newQname) Create a new instance.Constructors in org.opendaylight.yangtools.yang.data.tree.leafref with parameters of type LeafRefPathModifierConstructorDescriptionprotectedLeafRefPath(LeafRefPath parent, QNameWithPredicate qname)