| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.data.util | |
| org.opendaylight.yangtools.yang.model.api |
Definition of structures and DOM like API of effected YANG schema
|
| org.opendaylight.yangtools.yang.model.api.stmt | |
| org.opendaylight.yangtools.yang.model.api.type | |
| org.opendaylight.yangtools.yang.model.immutable |
Generated immutable implementations for org.opendaylight.yangtools.yang.model.api interfaces.
|
| org.opendaylight.yangtools.yang.model.util |
Utility classes and implementations for concepts defined in yang-model-api.
|
| org.opendaylight.yangtools.yang.model.util.type | |
| org.opendaylight.yangtools.yang.parser.rfc7950.stmt |
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
|
| org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice | |
| org.opendaylight.yangtools.yang.parser.rfc7950.stmt.must | |
| org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path | |
| org.opendaylight.yangtools.yang.parser.rfc7950.stmt.when |
| Modifier and Type | Method and Description |
|---|---|
Optional<RevisionAwareXPath> |
OperationAsContainer.getWhenCondition() |
| Modifier and Type | Method and Description |
|---|---|
RevisionAwareXPath |
MustDefinition.getXpath()
Returns XPath expression which contains constraint.
|
| Modifier and Type | Method and Description |
|---|---|
default Optional<RevisionAwareXPath> |
SchemaContext.getWhenCondition() |
Optional<RevisionAwareXPath> |
WhenConditionAware.getWhenCondition()
Returns when statement.
|
| Modifier and Type | Method and Description |
|---|---|
default @NonNull RevisionAwareXPath |
MustStatement.getCondition() |
default @NonNull RevisionAwareXPath |
WhenStatement.getCondition() |
| Modifier and Type | Method and Description |
|---|---|
RevisionAwareXPath |
LeafrefTypeDefinition.getPathStatement() |
| Modifier and Type | Method and Description |
|---|---|
LeafrefTypeDefinitionBuilder |
LeafrefTypeDefinitionBuilder.pathStatement(RevisionAwareXPath pathStatement)
Initializes the value for the
pathStatement attribute. |
ContainerSchemaNodeBuilder |
ContainerSchemaNodeBuilder.whenCondition(RevisionAwareXPath whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
ChoiceCaseNodeBuilder |
ChoiceCaseNodeBuilder.whenCondition(RevisionAwareXPath whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.whenCondition(RevisionAwareXPath whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
LeafSchemaNodeBuilder |
LeafSchemaNodeBuilder.whenCondition(RevisionAwareXPath whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
LeafListSchemaNodeBuilder |
LeafListSchemaNodeBuilder.whenCondition(RevisionAwareXPath whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
AnyXmlSchemaNodeBuilder |
AnyXmlSchemaNodeBuilder.whenCondition(RevisionAwareXPath whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
AnyDataSchemaNodeBuilder |
AnyDataSchemaNodeBuilder.whenCondition(RevisionAwareXPath whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
| Modifier and Type | Method and Description |
|---|---|
ContainerSchemaNodeBuilder |
ContainerSchemaNodeBuilder.whenCondition(Optional<? extends RevisionAwareXPath> whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
ChoiceCaseNodeBuilder |
ChoiceCaseNodeBuilder.whenCondition(Optional<? extends RevisionAwareXPath> whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.whenCondition(Optional<? extends RevisionAwareXPath> whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
LeafSchemaNodeBuilder |
LeafSchemaNodeBuilder.whenCondition(Optional<? extends RevisionAwareXPath> whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
LeafListSchemaNodeBuilder |
LeafListSchemaNodeBuilder.whenCondition(Optional<? extends RevisionAwareXPath> whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
AnyXmlSchemaNodeBuilder |
AnyXmlSchemaNodeBuilder.whenCondition(Optional<? extends RevisionAwareXPath> whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
AnyDataSchemaNodeBuilder |
AnyDataSchemaNodeBuilder.whenCondition(Optional<? extends RevisionAwareXPath> whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
| Modifier and Type | Class and Description |
|---|---|
class |
RevisionAwareXPathImpl
The
helper implementation of Instance Rewision Aware XPath
interface. |
| Modifier and Type | Method and Description |
|---|---|
Optional<RevisionAwareXPath> |
EffectiveAugmentationSchema.getWhenCondition() |
| Modifier and Type | Method and Description |
|---|---|
static SchemaNode |
SchemaContextUtil.findDataSchemaNode(SchemaContext context,
Module module,
RevisionAwareXPath nonCondXPath)
Method attempts to find DataSchemaNode inside of provided Schema Context
and Yang Module accordingly to Non-conditional Revision Aware XPath.
|
static SchemaNode |
SchemaContextUtil.findDataSchemaNodeForRelativeXPath(SchemaContext context,
Module module,
SchemaNode actualSchemaNode,
RevisionAwareXPath relativeXPath)
Method attempts to find DataSchemaNode inside of provided Schema Context
and Yang Module accordingly to Non-conditional relative Revision Aware
XPath.
|
| Modifier and Type | Method and Description |
|---|---|
LeafrefTypeBuilder |
LeafrefTypeBuilder.setPathStatement(@NonNull RevisionAwareXPath pathStatement) |
| Modifier and Type | Method and Description |
|---|---|
static RevisionAwareXPath |
ArgumentUtils.parseXPath(StmtContext<?,?,?> ctx,
String path) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RevisionAwareXPath> |
AbstractEffectiveSimpleDataNodeContainer.getWhenCondition() |
Optional<RevisionAwareXPath> |
AbstractEffectiveDataSchemaNode.getWhenCondition() |
| Modifier and Type | Method and Description |
|---|---|
Optional<RevisionAwareXPath> |
ImplicitCaseSchemaNode.getWhenCondition() |
| Modifier and Type | Method and Description |
|---|---|
RevisionAwareXPath |
MustStatementSupport.parseArgumentValue(StmtContext<?,?,?> ctx,
String value) |
| Modifier and Type | Method and Description |
|---|---|
EffectiveStatement<RevisionAwareXPath,MustStatement> |
MustStatementSupport.createEffective(StmtContext<RevisionAwareXPath,MustStatement,EffectiveStatement<RevisionAwareXPath,MustStatement>> ctx) |
| Modifier and Type | Method and Description |
|---|---|
MustStatement |
MustStatementSupport.createDeclared(StmtContext<RevisionAwareXPath,MustStatement,?> ctx) |
EffectiveStatement<RevisionAwareXPath,MustStatement> |
MustStatementSupport.createEffective(StmtContext<RevisionAwareXPath,MustStatement,EffectiveStatement<RevisionAwareXPath,MustStatement>> ctx) |
EffectiveStatement<RevisionAwareXPath,MustStatement> |
MustStatementSupport.createEffective(StmtContext<RevisionAwareXPath,MustStatement,EffectiveStatement<RevisionAwareXPath,MustStatement>> ctx) |
| Modifier and Type | Method and Description |
|---|---|
RevisionAwareXPath |
PathStatementSupport.parseArgumentValue(StmtContext<?,?,?> ctx,
String value) |
| Modifier and Type | Method and Description |
|---|---|
EffectiveStatement<RevisionAwareXPath,PathStatement> |
PathStatementSupport.createEffective(StmtContext<RevisionAwareXPath,PathStatement,EffectiveStatement<RevisionAwareXPath,PathStatement>> ctx) |
| Modifier and Type | Method and Description |
|---|---|
PathStatement |
PathStatementSupport.createDeclared(StmtContext<RevisionAwareXPath,PathStatement,?> ctx) |
EffectiveStatement<RevisionAwareXPath,PathStatement> |
PathStatementSupport.createEffective(StmtContext<RevisionAwareXPath,PathStatement,EffectiveStatement<RevisionAwareXPath,PathStatement>> ctx) |
EffectiveStatement<RevisionAwareXPath,PathStatement> |
PathStatementSupport.createEffective(StmtContext<RevisionAwareXPath,PathStatement,EffectiveStatement<RevisionAwareXPath,PathStatement>> ctx) |
| Modifier and Type | Method and Description |
|---|---|
RevisionAwareXPath |
WhenStatementSupport.parseArgumentValue(StmtContext<?,?,?> ctx,
String value) |
| Modifier and Type | Method and Description |
|---|---|
EffectiveStatement<RevisionAwareXPath,WhenStatement> |
WhenStatementSupport.createEffective(StmtContext<RevisionAwareXPath,WhenStatement,EffectiveStatement<RevisionAwareXPath,WhenStatement>> ctx) |
| Modifier and Type | Method and Description |
|---|---|
WhenStatement |
WhenStatementSupport.createDeclared(StmtContext<RevisionAwareXPath,WhenStatement,?> ctx) |
EffectiveStatement<RevisionAwareXPath,WhenStatement> |
WhenStatementSupport.createEffective(StmtContext<RevisionAwareXPath,WhenStatement,EffectiveStatement<RevisionAwareXPath,WhenStatement>> ctx) |
EffectiveStatement<RevisionAwareXPath,WhenStatement> |
WhenStatementSupport.createEffective(StmtContext<RevisionAwareXPath,WhenStatement,EffectiveStatement<RevisionAwareXPath,WhenStatement>> ctx) |
Copyright © 2019 OpenDaylight. All rights reserved.