Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.impl.leafref |
Modifier and Type | Field and Description |
---|---|
static LeafRefPath |
LeafRefPath.ROOT
Shared instance of the conceptual root schema node.
|
static LeafRefPath |
LeafRefPath.SAME
Shared instance of the "same" relative schema node.
|
Modifier and Type | Method and Description |
---|---|
static LeafRefPath |
LeafRefPath.create(boolean absolute,
QNameWithPredicate... path)
Constructs new instance of this class with the concrete path.
|
static LeafRefPath |
LeafRefPath.create(Iterable<QNameWithPredicate> path,
boolean absolute)
Constructs new instance of this class with the concrete path.
|
static LeafRefPath |
LeafRefUtils.createAbsoluteLeafRefPath(LeafRefPath leafRefPath,
SchemaPath contextNodeSchemaPath,
Module module)
Create an absolute leafref path.
|
LeafRefPath |
LeafRefPath.createChild(Iterable<QNameWithPredicate> relative)
Create a child path based on concatenation of this path and a relative path.
|
LeafRefPath |
LeafRefPath.createChild(LeafRefPath relative)
Create a child path based on concatenation of this path and a relative path.
|
LeafRefPath |
LeafRefPath.createChild(QNameWithPredicate... elements)
Create a child path based on concatenation of this path and additional path elements.
|
protected abstract LeafRefPath |
LeafRefPath.createInstance(LeafRefPath newParent,
QNameWithPredicate newQname)
Create a new instance.
|
LeafRefPath |
LeafRefContext.getAbsoluteLeafRefTargetPath() |
LeafRefPath |
LeafRefContext.getLeafRefTargetPath() |
LeafRefPath |
LeafRefPath.getParent()
Returns the immediate parent LeafRefPath.
|
LeafRefPath |
QNamePredicate.getPathKeyExpression() |
static LeafRefPath |
LeafRefUtils.schemaPathToLeafRefPath(SchemaPath nodePath,
Module module) |
Modifier and Type | Method and Description |
---|---|
static LeafRefPath |
LeafRefUtils.createAbsoluteLeafRefPath(LeafRefPath leafRefPath,
SchemaPath contextNodeSchemaPath,
Module module)
Create an absolute leafref path.
|
LeafRefPath |
LeafRefPath.createChild(LeafRefPath relative)
Create a child path based on concatenation of this path and a relative path.
|
protected abstract LeafRefPath |
LeafRefPath.createInstance(LeafRefPath newParent,
QNameWithPredicate newQname)
Create a new instance.
|
Constructor and Description |
---|
LeafRefPath(LeafRefPath parent,
QNameWithPredicate qname) |
Copyright © 2019 OpenDaylight. All rights reserved.