Uses of Interface
org.opendaylight.yangtools.yang.model.api.ActionNodeContainer
Packages that use ActionNodeContainer
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.
Contains the implementation of the parser reactor
CrossSourceStatementReactor
.-
Uses of ActionNodeContainer in org.opendaylight.yangtools.rfc7952.model.api
Subinterfaces of ActionNodeContainer in org.opendaylight.yangtools.rfc7952.model.apiModifier and TypeInterfaceDescriptioninterface
ASchemaContext
which is alsoAnnotationSchemaNodeAware
. -
Uses of ActionNodeContainer in org.opendaylight.yangtools.yang.model.api
Subinterfaces of ActionNodeContainer 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
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...Classes in org.opendaylight.yangtools.yang.model.api that implement ActionNodeContainerModifier and TypeClassDescriptionclass
Base class supportingOperationDefinition.toContainerLike()
andNotificationDefinition.toContainerLike()
. -
Uses of ActionNodeContainer in org.opendaylight.yangtools.yang.model.api.stmt.compat
Subinterfaces of ActionNodeContainer in org.opendaylight.yangtools.yang.model.api.stmt.compatModifier and TypeInterfaceDescriptioninterface
ActionNodeContainerCompat<A,
D extends DeclaredStatement<A>, E extends SchemaTreeAwareEffectiveStatement<A, D>> Compatibility bridge betweenfindAction(QName)
andSchemaTreeAwareEffectiveStatement
. -
Uses of ActionNodeContainer in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement ActionNodeContainerModifier 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 ActionNodeContainer in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement ActionNodeContainerModifier and TypeClassDescriptionclass
class
Simple subclass ofAbstractSchemaContext
which performs some amount of indexing to speed up common SchemaContext operations. -
Uses of ActionNodeContainer in org.opendaylight.yangtools.yang.model.spi.meta
Subinterfaces of ActionNodeContainer in org.opendaylight.yangtools.yang.model.spi.metaModifier and TypeInterfaceDescriptionstatic interface
EffectiveStatementMixins.ActionNodeContainerMixin<A,
D extends DeclaredStatement<A>> Bridge betweenEffectiveStatementMixins.EffectiveStatementWithFlags
andActionNodeContainer
.static interface
Helper bridge for operation containers (input
andoutput
). -
Uses of ActionNodeContainer in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement ActionNodeContainer -
Uses of ActionNodeContainer in org.opendaylight.yangtools.yang.parser.stmt.reactor
Classes in org.opendaylight.yangtools.yang.parser.stmt.reactor that implement ActionNodeContainer