Uses of Interface
org.opendaylight.yangtools.yang.model.api.NotificationNodeContainer
Packages that use NotificationNodeContainer
Package
Description
YANG metamodel extensions to support metadata, as defined in
RFC7952.
Definition of structures and DOM like API of effected YANG schema.
Compatibility interfaces for implementations which implement both
EffectiveStatement
and
SchemaNode
.Utility classes and implementations for concepts defined in yang-model-api.
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
Contains the implementation of the parser reactor
CrossSourceStatementReactor
.-
Uses of NotificationNodeContainer in org.opendaylight.yangtools.rfc7952.model.api
Subinterfaces of NotificationNodeContainer in org.opendaylight.yangtools.rfc7952.model.apiModifier and TypeInterfaceDescriptioninterface
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 -
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.api
Subinterfaces of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.apiModifier and TypeInterfaceDescriptioninterface
AugmentationSchema represents augment definition.interface
Common interface for common container-like constructs.interface
The ContainerSchemaNode is used to define an interior data node in the schema tree.interface
EffectiveStatement
-based result of YANG parser compilation.interface
Interface describing YANG 'grouping' statement.interface
interface
Interface describing YANG 'list' statement.interface
This interface contains the methods for getting the data from the YANG module.interface
This interface contains common methods for getting the schema contents from a YANG module or submodule.interface
interface
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
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.compatModifier and TypeInterfaceDescriptioninterface
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 NotificationNodeContainerModifier and TypeClassDescriptionclass
class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
-
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement NotificationNodeContainerModifier and TypeClassDescriptionclass
class
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.metaModifier and TypeInterfaceDescriptionstatic interface
Bridge betweenEffectiveStatementMixins.EffectiveStatementWithFlags
andNotificationNodeContainer
.static interface
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 NotificationNodeContainerModifier and TypeClassDescriptionfinal class
Proxy for AugmentationSchema.final class
-
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Classes in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that implement NotificationNodeContainerModifier and TypeClassDescriptionclass
AbstractEffectiveModule<D extends DeclaredStatement<UnresolvedQName.Unqualified>,
E extends DataTreeAwareEffectiveStatement<UnresolvedQName.Unqualified, D>> -
Uses of NotificationNodeContainer in org.opendaylight.yangtools.yang.parser.stmt.reactor
Classes in org.opendaylight.yangtools.yang.parser.stmt.reactor that implement NotificationNodeContainer