Uses of Interface
org.opendaylight.yangtools.yang.model.api.CopyableNode
Packages that use CopyableNode
Package
Description
YANG parser support for metamodel extensions defined in
OpenConfig.
YANG metamodel extensions to support NETCONF, filters as defined in
RFC6241.
YANG metamodel extensions to support NACM, as defined in
RFC6536.
YANG metamodel extensions to support SMIv2 module translation, as defined in
RFC6643.
YANG metamodel extensions to support metadata, as defined in
RFC7952.
YANG metamodel extensions to support RESTCONF, as defined in
RFC8040.
YANG metamodel extensions to support mount-poing, as defined in
RFC8528.
Definition of structures and DOM like API of effected YANG schema.
Various base classes for implementing YANG model constructs..
Various utilities dealing with statement declarations.
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.
Provides base abstract classes, interfaces and common implementation used by the statement parser.
Contains the implementation of the parser reactor
CrossSourceStatementReactor
.-
Uses of CopyableNode in org.opendaylight.yangtools.openconfig.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.openconfig.model.apiModifier and TypeInterfaceDescriptioninterface
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.apiModifier and TypeInterfaceDescriptioninterface
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 -
Uses of CopyableNode in org.opendaylight.yangtools.rfc6643.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.rfc6643.model.apiModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
-
Uses of CopyableNode in org.opendaylight.yangtools.rfc7952.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.rfc7952.model.apiModifier and TypeInterfaceDescriptioninterface
Represents the effect of 'annotation' extension, as defined in RFC7952, being attached to a SchemaNode.interface
ASchemaContext
which is alsoAnnotationSchemaNodeAware
. -
Uses of CopyableNode in org.opendaylight.yangtools.rfc8040.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.rfc8040.model.apiModifier and TypeInterfaceDescriptioninterface
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.apiModifier and TypeInterfaceDescriptioninterface
Represents the effect of 'mount-point' extension, as defined in RFC8528, being attached to a SchemaNode. -
Uses of CopyableNode in org.opendaylight.yangtools.yang.model.api
Subinterfaces of CopyableNode in org.opendaylight.yangtools.yang.model.apiModifier and TypeInterfaceDescriptioninterface
Represents YANGaction
statement.interface
The "anydata" statement defines an interior node in the schema tree.interface
The "anyxml" interface defines an interior node in the schema tree.interface
The CaseSchemaNode interface is used to define branches of the ChoiceSchemaNode.interface
A ChoiceSchemaNode defines a set of alternatives.interface
Common interface for common container-like constructs.interface
The ContainerSchemaNode is used to define an interior data node in the schema tree.interface
Data Schema Node represents abstract supertype from which all data tree definitions are derived.interface
EffectiveStatement
-based result of YANG parser compilation.interface
interface
Interface describing YANG 'leaf-list' statement.interface
Interface describing YANGleaf
statement.interface
Interface describing YANG 'list' statement.interface
Interface describing YANG 'notification' 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...interface
ADataSchemaNode
which holds values of the same type.interface
Contains the methods for getting the details about the unknown node.interface
Contains the methods for getting data and checking properties of the YANGuses
substatement.Classes in org.opendaylight.yangtools.yang.model.api that implement CopyableNodeModifier and TypeClassDescriptionclass
Base class supportingOperationDefinition.toContainerLike()
andNotificationDefinition.toContainerLike()
. -
Uses of CopyableNode in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement CopyableNodeModifier and TypeClassDescriptionclass
class
class
final class
final class
final class
final class
class
class
final class
final class
final class
final class
final class
final class
final class
YANG 1.1 AnyData effective statement implementation.final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
-
Uses of CopyableNode in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement CopyableNodeModifier and TypeClassDescriptionclass
class
Simple subclass ofAbstractSchemaContext
which performs some amount of indexing to speed up common SchemaContext operations. -
Uses of CopyableNode in org.opendaylight.yangtools.yang.model.spi.meta
Subinterfaces of CopyableNode in org.opendaylight.yangtools.yang.model.spi.metaModifier and TypeInterfaceDescriptionstatic interface
EffectiveStatementMixins.CopyableMixin<A,
D extends DeclaredStatement<A>> Deprecated.static interface
Bridge betweenEffectiveStatementMixins.EffectiveStatementWithFlags
andDataSchemaNode
.static interface
Helper bridge foranydata
andanyxml
opaque data.static interface
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.model.spi.meta that implement CopyableNodeModifier and TypeClassDescriptionclass
AbstractEffectiveUnknownSchmemaNode<A,
D extends UnknownStatement<A>> A declaredAbstractDeclaredEffectiveStatement
withUnknownSchemaNode
.Methods in org.opendaylight.yangtools.yang.model.spi.meta with parameters of type CopyableNodeModifier and TypeMethodDescriptionEffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder.setHistory
(CopyableNode history) Constructors in org.opendaylight.yangtools.yang.model.spi.meta with parameters of type CopyableNodeModifierConstructorDescriptionprotected
AbstractEffectiveUnknownSchmemaNode
(@NonNull D declared, A argument, CopyableNode history, @NonNull ImmutableList<? extends EffectiveStatement<?, ?>> substatements) -
Uses of CopyableNode in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement CopyableNode -
Uses of CopyableNode in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Methods in org.opendaylight.yangtools.yang.parser.rfc7950.stmt with type parameters of type CopyableNodeModifier and TypeMethodDescriptionstatic <T extends CopyableNode & DocumentedNode.WithStatus>
intEffectiveStmtUtils.historyAndStatusFlags
(T stmt) Methods in org.opendaylight.yangtools.yang.parser.rfc7950.stmt with parameters of type CopyableNodeModifier and TypeMethodDescriptionstatic int
EffectiveStmtUtils.historyAndStatusFlags
(CopyableNode history, Collection<? extends EffectiveStatement<?, ?>> substatements) -
Uses of CopyableNode in org.opendaylight.yangtools.yang.parser.spi.meta
Subinterfaces of CopyableNode in org.opendaylight.yangtools.yang.parser.spi.metaModifier and TypeInterfaceDescriptioninterface
Reactor's view of significant semantic history of a particular statement. -
Uses of CopyableNode in org.opendaylight.yangtools.yang.parser.stmt.reactor
Classes in org.opendaylight.yangtools.yang.parser.stmt.reactor that implement CopyableNode
CopyableNode
.