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.odlext.parser YANG parser support for OpenDaylight extensions as defined in yang-ext.yang.org.opendaylight.yangtools.openconfig.model.api YANG parser support for metamodel extensions defined in OpenConfig.org.opendaylight.yangtools.rfc6241.model.api YANG metamodel extensions to support NETCONF, filters as defined in RFC6241.org.opendaylight.yangtools.rfc6536.model.api YANG metamodel extensions to support NACM, as defined in RFC6536.org.opendaylight.yangtools.rfc6643.model.api org.opendaylight.yangtools.rfc7952.model.api YANG metamodel extensions to support metadata, as defined in RFC7952.org.opendaylight.yangtools.rfc8040.model.api org.opendaylight.yangtools.rfc8528.model.api YANG metamodel extensions to support mount-poing, as defined in RFC8528.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.spi.meta Provides base abstract classes, interfaces and common implementation used by the statement parser.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.odlext.parser
Classes in org.opendaylight.yangtools.odlext.parser that implement CopyableNode Modifier and Type Class Description class
AnyxmlSchemaLocationEffectiveStatementImpl
-
Uses of CopyableNode in org.opendaylight.yangtools.openconfig.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.openconfig.model.api Modifier and Type Interface Description interface
OpenConfigHashedValueSchemaNode
SchemaNode presence in SchemaNode API space. -
Uses of CopyableNode in org.opendaylight.yangtools.rfc6241.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.rfc6241.model.api Modifier and Type Interface Description interface
GetFilterElementAttributesSchemaNode
Represents the effect of 'get-filter-element-attributes' extension, as defined in RFC6241. -
Uses of CopyableNode in org.opendaylight.yangtools.rfc6536.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.rfc6536.model.api Modifier and Type Interface Description interface
DefaultDenyAllSchemaNode
Represents the effect of 'default-deny-all' extension, as defined in RFC6536, being attached to a SchemaNode.interface
DefaultDenyWriteSchemaNode
Represents the effect of 'default-deny-write' extension, as defined in RFC6536, being attached to a SchemaNode. -
Uses of CopyableNode in org.opendaylight.yangtools.rfc6643.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.rfc6643.model.api Modifier and Type Interface Description interface
AliasSchemaNode
interface
DefValSchemaNode
interface
DisplayHintSchemaNode
interface
ImpliedSchemaNode
interface
MaxAccessSchemaNode
interface
OidSchemaNode
interface
SubIdSchemaNode
-
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
AnnotationSchemaNode
Represents the effect of 'annotation' extension, as defined in RFC7952, being attached to a SchemaNode.interface
AnnotationSchemaNodeAwareSchemaContext
ASchemaContext
which is alsoAnnotationSchemaNodeAware
. -
Uses of CopyableNode in org.opendaylight.yangtools.rfc8040.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.rfc8040.model.api Modifier and Type Interface Description interface
YangDataSchemaNode
Represents 'yang-data' extension statement defined in RFC8040. -
Uses of CopyableNode in org.opendaylight.yangtools.rfc8528.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.rfc8528.model.api Modifier and Type Interface Description interface
MountPointSchemaNode
Represents the effect of 'mount-point' extension, as defined in RFC8528, being attached to a SchemaNode. -
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
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
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
InputSchemaNode
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
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
TypedDataSchemaNode
ADataSchemaNode
which holds values of the same type.interface
UnknownSchemaNode
Contains the methods for getting the details about the unknown node.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
).static interface
EffectiveStatementMixins.UnknownSchemaNodeMixin<A,D extends DeclaredStatement<A>>
Bridge betweenEffectiveStatementMixins.EffectiveStatementWithFlags
andUnknownSchemaNode
.Classes in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that implement CopyableNode Modifier and Type Class Description class
UnknownEffectiveStatementBase<A,D extends UnknownStatement<A>>
-
Uses of CopyableNode in org.opendaylight.yangtools.yang.parser.spi.meta
Classes in org.opendaylight.yangtools.yang.parser.spi.meta that implement CopyableNode Modifier and Type Class Description class
CopyHistory
-
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
-