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.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc7950 |
Contains implementation of statement supports for Rfc7950 statements
and implementation of declared statements specific to Rfc7950.
|
Modifier and Type | Method and Description |
---|---|
default Collection<? extends NotificationStatement> |
NotificationStatementContainer.getNotifications()
All implementations should override this method.
|
Modifier and Type | Class and Description |
---|---|
class |
NotificationStatementImpl |
Modifier and Type | Method and Description |
---|---|
NotificationStatement |
NotificationStatementImpl.Definition.createDeclared(StmtContext<QName,NotificationStatement,?> ctx) |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<QName,NotificationStatement> |
NotificationStatementImpl.Definition.createEffective(StmtContext<QName,NotificationStatement,EffectiveStatement<QName,NotificationStatement>> ctx) |
Collection<? extends NotificationStatement> |
AugmentStatementImpl.getNotifications() |
Collection<? extends NotificationStatement> |
GroupingStatementImpl.getNotifications() |
Collection<? extends NotificationStatement> |
ListStatementImpl.getNotifications() |
Collection<? extends NotificationStatement> |
ContainerStatementImpl.getNotifications() |
Collection<? extends NotificationStatement> |
AbstractRootStatement.getNotifications() |
Modifier and Type | Method and Description |
---|---|
NotificationStatement |
NotificationStatementImpl.Definition.createDeclared(StmtContext<QName,NotificationStatement,?> ctx) |
EffectiveStatement<QName,NotificationStatement> |
NotificationStatementImpl.Definition.createEffective(StmtContext<QName,NotificationStatement,EffectiveStatement<QName,NotificationStatement>> ctx) |
EffectiveStatement<QName,NotificationStatement> |
NotificationStatementImpl.Definition.createEffective(StmtContext<QName,NotificationStatement,EffectiveStatement<QName,NotificationStatement>> ctx) |
void |
NotificationStatementImpl.Definition.onStatementAdded(StmtContext.Mutable<QName,NotificationStatement,EffectiveStatement<QName,NotificationStatement>> stmt) |
void |
NotificationStatementImpl.Definition.onStatementAdded(StmtContext.Mutable<QName,NotificationStatement,EffectiveStatement<QName,NotificationStatement>> stmt) |
Constructor and Description |
---|
NotificationStatementImpl(StmtContext<QName,NotificationStatement,?> context) |
Constructor and Description |
---|
NotificationEffectiveStatementImpl(StmtContext<QName,NotificationStatement,EffectiveStatement<QName,NotificationStatement>> ctx) |
NotificationEffectiveStatementImpl(StmtContext<QName,NotificationStatement,EffectiveStatement<QName,NotificationStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<QName,NotificationStatement> |
NotificationStatementRfc7950Support.createEffective(StmtContext<QName,NotificationStatement,EffectiveStatement<QName,NotificationStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<QName,NotificationStatement> |
NotificationStatementRfc7950Support.createEffective(StmtContext<QName,NotificationStatement,EffectiveStatement<QName,NotificationStatement>> ctx) |
EffectiveStatement<QName,NotificationStatement> |
NotificationStatementRfc7950Support.createEffective(StmtContext<QName,NotificationStatement,EffectiveStatement<QName,NotificationStatement>> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.