Uses of Class
org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Packages that use LeafRefPath Package Description org.opendaylight.yangtools.yang.data.impl.leafref -
-
Uses of LeafRefPath in org.opendaylight.yangtools.yang.data.impl.leafref
Fields in org.opendaylight.yangtools.yang.data.impl.leafref declared as LeafRefPath Modifier and Type Field Description static LeafRefPathLeafRefPath. ROOTShared instance of the conceptual root schema node.static LeafRefPathLeafRefPath. SAMEShared instance of the "same" relative schema node.Methods in org.opendaylight.yangtools.yang.data.impl.leafref that return LeafRefPath Modifier and Type Method Description static 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, org.opendaylight.yangtools.yang.model.api.SchemaPath contextNodeSchemaPath, org.opendaylight.yangtools.yang.model.api.Module module)Create an absolute leafref path.LeafRefPathLeafRefPath. createChild(Iterable<QNameWithPredicate> relative)Create a child path based on concatenation of this path and a relative path.LeafRefPathLeafRefPath. createChild(LeafRefPath relative)Create a child path based on concatenation of this path and a relative 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.LeafRefPathLeafRefContext. getAbsoluteLeafRefTargetPath()LeafRefPathLeafRefContext. getLeafRefTargetPath()LeafRefPathLeafRefPath. getParent()Returns the immediate parent LeafRefPath.LeafRefPathQNamePredicate. getPathKeyExpression()static LeafRefPathLeafRefUtils. schemaPathToLeafRefPath(org.opendaylight.yangtools.yang.model.api.SchemaPath nodePath, org.opendaylight.yangtools.yang.model.api.Module module)Methods in org.opendaylight.yangtools.yang.data.impl.leafref with parameters of type LeafRefPath Modifier and Type Method Description static LeafRefPathLeafRefUtils. createAbsoluteLeafRefPath(LeafRefPath leafRefPath, org.opendaylight.yangtools.yang.model.api.SchemaPath contextNodeSchemaPath, org.opendaylight.yangtools.yang.model.api.Module module)Create an absolute leafref path.LeafRefPathLeafRefPath. 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.impl.leafref with parameters of type LeafRefPath Constructor Description LeafRefPath(LeafRefPath parent, QNameWithPredicate qname)
-