| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.model.api.stmt | |
| org.opendaylight.yangtools.yang.parser.stmt.rfc6020 |
Contains implementation of statement supports for Rfc6020 statements and
implementation of declared statements.
|
| org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends DeviationStatement> |
BodyGroup.getDeviations() |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviationStatementImpl |
| Modifier and Type | Method and Description |
|---|---|
DeviationStatement |
DeviationStatementImpl.Definition.createDeclared(StmtContext<SchemaNodeIdentifier,DeviationStatement,?> ctx) |
| Modifier and Type | Method and Description |
|---|---|
EffectiveStatement<SchemaNodeIdentifier,DeviationStatement> |
DeviationStatementImpl.Definition.createEffective(StmtContext<SchemaNodeIdentifier,DeviationStatement,EffectiveStatement<SchemaNodeIdentifier,DeviationStatement>> ctx) |
Collection<? extends DeviationStatement> |
AbstractRootStatement.getDeviations() |
| Constructor and Description |
|---|
DeviationStatementImpl(StmtContext<SchemaNodeIdentifier,DeviationStatement,?> context) |
| Constructor and Description |
|---|
DeviationEffectiveStatementImpl(StmtContext<SchemaNodeIdentifier,DeviationStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.