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.util |
Utility classes and implementations for concepts defined in yang-model-api.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
Modifier and Type | Method and Description |
---|---|
static ContainerSchemaNode |
ContainerSchemaNodes.forNotification(NotificationDefinition notification) |
Modifier and Type | Method and Description |
---|---|
default Set<NotificationDefinition> |
NotificationNodeContainer.getNotifications()
All implementations should override this method.
|
Modifier and Type | Method and Description |
---|---|
static NotificationDefinition |
SchemaContextUtil.getNotificationSchema(SchemaContext schema,
SchemaPath path)
Returns NotificationDefinition from Schema Context
|
Modifier and Type | Method and Description |
---|---|
Set<NotificationDefinition> |
AbstractSchemaContext.getNotifications() |
Modifier and Type | Class and Description |
---|---|
class |
NotificationEffectiveStatementImpl |
Modifier and Type | Method and Description |
---|---|
Set<NotificationDefinition> |
ContainerEffectiveStatementImpl.getNotifications() |
Set<NotificationDefinition> |
AugmentEffectiveStatementImpl.getNotifications() |
Set<NotificationDefinition> |
ListEffectiveStatementImpl.getNotifications() |
Set<NotificationDefinition> |
GroupingEffectiveStatementImpl.getNotifications() |
Copyright © 2018 OpenDaylight. All rights reserved.