Uses of Interface
org.opendaylight.yangtools.yang.model.api.NotificationNodeContainer
-
Packages that use NotificationNodeContainer Package Description org.opendaylight.yangtools.rfc7952.model.api YANG metamodel extensions to support metadata, as defined in RFC7952.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.compat Compatibility interfaces for implementations which implement bothEffectiveStatement
andSchemaNode
.org.opendaylight.yangtools.yang.model.util Utility classes and implementations for concepts defined in yang-model-api.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.stmt.reactor Contains the implementation of the parser reactorCrossSourceStatementReactor
. -
-
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
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
ListSchemaNode
Interface describing YANG 'list' statement.interface
Module
This interface contains the methods for getting the data from the YANG module.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... -
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>>
Compatibility bridge betweenfindNotification(QName)
andSchemaTreeAwareEffectiveStatement
. -
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
AbstractSchemaContext
class
EffectiveAugmentationSchema
Proxy for AugmentationSchema.class
FilteringSchemaContextProxy
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.parser.rfc7950.stmt
Classes in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that implement NotificationNodeContainer Modifier and Type Class Description class
AbstractEffectiveContainerSchemaNode<D extends DeclaredStatement<QName>>
class
AbstractEffectiveModule<D extends DeclaredStatement<String>>
class
AbstractEffectiveOperationContainerSchemaNode<D extends DeclaredStatement<QName>>
-
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
-