Uses of Interface
org.opendaylight.yangtools.yang.model.api.CopyableNode
-
Packages that use CopyableNode Package Description org.opendaylight.yangtools.odlext.model.api YANG metamodel extensions to support OpenDaylight extensions as defined in yang-ext.yang.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.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 CopyableNode in org.opendaylight.yangtools.odlext.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.odlext.model.api Modifier and Type Interface Description interface
YangModeledAnyxmlSchemaNode
The "YangModeledAnyXml" interface defines an interior node in the schema tree. -
Uses of CopyableNode in org.opendaylight.yangtools.rfc7952.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.rfc7952.model.api Modifier and Type Interface Description interface
AnnotationSchemaNodeAwareSchemaContext
ASchemaContext
which is alsoAnnotationSchemaNodeAware
. -
Uses of CopyableNode in org.opendaylight.yangtools.yang.data.util
Classes in org.opendaylight.yangtools.yang.data.util that implement CopyableNode Modifier and Type Class Description class
OperationAsContainer
-
Uses of CopyableNode in org.opendaylight.yangtools.yang.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.yang.model.api Modifier and Type Interface Description interface
ActionDefinition
Represents YANG action statement.interface
AnydataSchemaNode
The "anydata" statement defines an interior node in the schema tree.interface
AnyxmlSchemaNode
The "anyxml" interface defines an interior node in the schema tree.interface
CaseSchemaNode
The CaseSchemaNode interface is used to define branches of the ChoiceSchemaNode.interface
ChoiceSchemaNode
A ChoiceSchemaNode defines a set of alternatives.interface
ContainerSchemaNode
The ContainerSchemaNode is used to define an interior data node in the schema tree.interface
DataSchemaNode
Data Schema Node represents abstract supertype from which all data tree definitions are derived.interface
DerivableSchemaNode
Schema Node which may be derived from other schema node using augmentation or uses statement.interface
EffectiveModelContext
EffectiveStatement
-based result of YANG parser compilation.interface
LeafListSchemaNode
Interface describing YANG 'leaf-list' statement.interface
LeafSchemaNode
Interface describing YANGleaf
statement.interface
ListSchemaNode
Interface describing YANG 'list' statement.interface
NotificationDefinition
Interface describing YANG 'notification' statement.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
TypedDataSchemaNode
ADataSchemaNode
which holds values of the same type.interface
UsesNode
Contains the methods for getting data and checking properties of the YANGuses
substatement. -
Uses of CopyableNode in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement CopyableNode Modifier and Type Class Description class
AbstractSchemaContext
class
FilteringSchemaContextProxy
class
SimpleSchemaContext
Simple subclass ofAbstractSchemaContext
which performs some amount of indexing to speed up common SchemaContext operations. -
Uses of CopyableNode in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Subinterfaces of CopyableNode in org.opendaylight.yangtools.yang.parser.rfc7950.stmt Modifier and Type Interface Description static interface
EffectiveStatementMixins.CopyableMixin<A,D extends DeclaredStatement<A>>
Bridge betweenEffectiveStatementMixins.EffectiveStatementWithFlags
andCopyableNode
.static interface
EffectiveStatementMixins.DataSchemaNodeMixin<A,D extends DeclaredStatement<A>>
Bridge betweenEffectiveStatementMixins.EffectiveStatementWithFlags
andDataSchemaNode
.static interface
EffectiveStatementMixins.OpaqueDataSchemaNodeMixin<D extends DeclaredStatement<QName>>
Helper bridge foranydata
andanyxml
opaque data.static interface
EffectiveStatementMixins.OperationContainerMixin<D extends DeclaredStatement<QName>>
Helper bridge for operation containers (input
andoutput
).Classes in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that implement CopyableNode Modifier and Type Class Description class
AbstractEffectiveContainerSchemaNode<D extends DeclaredStatement<QName>>
Deprecated, for removal: This API element is subject to removal in a future version.class
AbstractEffectiveDataSchemaNode<D extends DeclaredStatement<QName>>
Deprecated, for removal: This API element is subject to removal in a future version.class
AbstractEffectiveMustConstraintAwareDataSchemaNode<D extends DeclaredStatement<QName>>
Deprecated, for removal: This API element is subject to removal in a future version.class
AbstractEffectiveMustConstraintAwareSimpleDataNodeContainer<D extends DeclaredStatement<QName>>
Deprecated, for removal: This API element is subject to removal in a future version.class
AbstractEffectiveOperationContainerSchemaNode<D extends DeclaredStatement<QName>>
Deprecated, for removal: This API element is subject to removal in a future version.class
AbstractEffectiveSimpleDataNodeContainer<D extends DeclaredStatement<QName>>
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CopyableNode in org.opendaylight.yangtools.yang.parser.stmt.reactor
Classes in org.opendaylight.yangtools.yang.parser.stmt.reactor that implement CopyableNode Modifier and Type Class Description class
EffectiveSchemaContext
-