Uses of Interface
org.opendaylight.yangtools.yang.model.api.NotificationNodeContainer
-
-
Uses of NotificationNodeContainer in org.opendaylight.yangtools.rfc7952.model.api
Subinterfaces of NotificationNodeContainer in org.opendaylight.yangtools.rfc7952.model.api Modifier and Type Interface Description interface
AnnotationSchemaNodeAwareSchemaContext
ASchemaContext
which is alsoAnnotationSchemaNodeAware
. -
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.data.util
Classes in org.opendaylight.yangtools.yang.data.util that implement NotificationNodeContainer Modifier and Type Class Description class
OperationAsContainer
-
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.api
Subinterfaces of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.api Modifier and Type Interface Description interface
AugmentationSchemaNode
AugmentationSchema represents augment definition.interface
ContainerLike
Common interface for common container-like constructs.interface
ContainerSchemaNode
The ContainerSchemaNode is used to define an interior data node in the schema tree.interface
EffectiveModelContext
EffectiveStatement
-based result of YANG parser compilation.interface
GroupingDefinition
Interface describing YANG 'grouping' statement.interface
InputSchemaNode
interface
ListSchemaNode
Interface describing YANG 'list' statement.interface
Module
This interface contains the methods for getting the data from the YANG module.interface
ModuleLike
This interface contains common methods for getting the schema contents from a YANG module or submodule.interface
OutputSchemaNode
interface
SchemaContext
The interface represents static view of compiled yang files, contains the methods for obtaining all the top level context data (data from all modules) like YANG notifications, extensions, operations...interface
Submodule
This interface contains the methods for getting the data from the YANG submodule. -
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.api.stmt.compat
Subinterfaces of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.api.stmt.compat Modifier and Type Interface Description interface
NotificationNodeContainerCompat<A,D extends DeclaredStatement<A>,E extends SchemaTreeAwareEffectiveStatement<A,D>>
Compatibility bridge betweenfindNotification(QName)
andSchemaTreeAwareEffectiveStatement
. -
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement NotificationNodeContainer Modifier and Type Class Description class
AugmentEffectiveStatementImpl
class
ContainerEffectiveStatementImpl
class
DeclaredInputEffectiveStatement
class
DeclaredOutputEffectiveStatement
class
GroupingEffectiveStatementImpl
class
UndeclaredInputEffectiveStatement
class
UndeclaredOutputEffectiveStatement
-
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement NotificationNodeContainer Modifier and Type Class Description class
AbstractSchemaContext
class
SimpleSchemaContext
Simple subclass ofAbstractSchemaContext
which performs some amount of indexing to speed up common SchemaContext operations. -
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.spi.meta
Subinterfaces of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.spi.meta Modifier and Type Interface Description static interface
EffectiveStatementMixins.NotificationNodeContainerMixin<A,D extends DeclaredStatement<A>>
Bridge betweenEffectiveStatementMixins.EffectiveStatementWithFlags
andNotificationNodeContainer
.static interface
EffectiveStatementMixins.OperationContainerMixin<D extends DeclaredStatement<QName>>
Helper bridge for operation containers (input
andoutput
). -
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement NotificationNodeContainer Modifier and Type Class Description class
EffectiveAugmentationSchema
Proxy for AugmentationSchema.class
FilteringSchemaContextProxy
-
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Classes in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that implement NotificationNodeContainer Modifier and Type Class Description class
AbstractEffectiveModule<D extends DeclaredStatement<UnqualifiedQName>,E extends DataTreeAwareEffectiveStatement<UnqualifiedQName,D>>
-
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.parser.stmt.reactor
Classes in org.opendaylight.yangtools.yang.parser.stmt.reactor that implement NotificationNodeContainer Modifier and Type Class Description class
EffectiveSchemaContext
-