Uses of Interface
org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Packages that use DataNodeContainer Package Description org.opendaylight.yangtools.rfc7952.model.api YANG metamodel extensions to support metadata, as defined in RFC7952.org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid 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.ri.stmt.impl.eff org.opendaylight.yangtools.yang.model.spi org.opendaylight.yangtools.yang.model.spi.meta 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 DataNodeContainer in org.opendaylight.yangtools.rfc7952.model.api
Subinterfaces of DataNodeContainer in org.opendaylight.yangtools.rfc7952.model.api Modifier and Type Interface Description interface
AnnotationSchemaNodeAwareSchemaContext
ASchemaContext
which is alsoAnnotationSchemaNodeAware
. -
Uses of DataNodeContainer in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid
Methods in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid with parameters of type DataNodeContainer Modifier and Type Method Description static void
DataValidationException. checkLegalChild(boolean isLegal, YangInstanceIdentifier.PathArgument child, DataNodeContainer schema, Set<QName> childNodes, Set<YangInstanceIdentifier.AugmentationIdentifier> augments)
Constructors in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid with parameters of type DataNodeContainer Constructor Description DataNodeContainerValidator(DataNodeContainer schema)
-
Uses of DataNodeContainer in org.opendaylight.yangtools.yang.data.util
Classes in org.opendaylight.yangtools.yang.data.util that implement DataNodeContainer Modifier and Type Class Description class
NotificationAsContainer
class
OperationAsContainer
-
Uses of DataNodeContainer in org.opendaylight.yangtools.yang.model.api
Subinterfaces of DataNodeContainer in org.opendaylight.yangtools.yang.model.api Modifier and Type Interface Description interface
AugmentationSchemaNode
AugmentationSchema represents augment definition.interface
CaseSchemaNode
The CaseSchemaNode interface is used to define branches of the ChoiceSchemaNode.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
NotificationDefinition
Interface describing YANG 'notification' statement.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 DataNodeContainer in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement DataNodeContainer Modifier and Type Class Description class
AbstractDataNodeContainer<A,D extends DeclaredStatement<A>>
Utility class for implementingDataNodeContainer
-type statements.class
AugmentEffectiveStatementImpl
class
ContainerEffectiveStatementImpl
class
DeclaredCaseEffectiveStatement
class
DeclaredInputEffectiveStatement
class
DeclaredOutputEffectiveStatement
class
GroupingEffectiveStatementImpl
class
NotificationEffectiveStatementImpl
class
UndeclaredCaseEffectiveStatement
class
UndeclaredInputEffectiveStatement
class
UndeclaredOutputEffectiveStatement
-
Uses of DataNodeContainer in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement DataNodeContainer 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 DataNodeContainer in org.opendaylight.yangtools.yang.model.spi.meta
Subinterfaces of DataNodeContainer in org.opendaylight.yangtools.yang.model.spi.meta Modifier and Type Interface Description static interface
EffectiveStatementMixins.DataNodeContainerMixin<A,D extends DeclaredStatement<A>>
Bridge betweenEffectiveStatementMixins.EffectiveStatementWithFlags
andDataNodeContainer
.static interface
EffectiveStatementMixins.OperationContainerMixin<D extends DeclaredStatement<QName>>
Helper bridge for operation containers (input
andoutput
). -
Uses of DataNodeContainer in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement DataNodeContainer Modifier and Type Class Description class
EffectiveAugmentationSchema
Proxy for AugmentationSchema.class
FilteringSchemaContextProxy
Methods in org.opendaylight.yangtools.yang.model.util with parameters of type DataNodeContainer Modifier and Type Method Description static AugmentationSchemaNode
EffectiveAugmentationSchema. create(AugmentationSchemaNode schema, DataNodeContainer parent)
Returns an AugmentationSchemaNode as effective in a parent node.static @NonNull Collection<? extends ContainerSchemaNode>
SchemaNodeUtils. getAllContainers(DataNodeContainer parent)
Deprecated, for removal: This API element is subject to removal in a future version.static @NonNull Collection<? extends TypeDefinition<?>>
SchemaNodeUtils. getAllTypeDefinitions(DataNodeContainer parent)
Deprecated, for removal: This API element is subject to removal in a future version.static void
SchemaNodeUtils. traverse(@NonNull DataNodeAggregator aggregator, DataNodeContainer dataNode)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataNodeContainer in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Classes in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that implement DataNodeContainer Modifier and Type Class Description class
AbstractEffectiveModule<D extends DeclaredStatement<UnqualifiedQName>,E extends DataTreeAwareEffectiveStatement<UnqualifiedQName,D>>
-
Uses of DataNodeContainer in org.opendaylight.yangtools.yang.parser.stmt.reactor
Classes in org.opendaylight.yangtools.yang.parser.stmt.reactor that implement DataNodeContainer Modifier and Type Class Description class
EffectiveSchemaContext
-