Uses of Interface
org.opendaylight.yangtools.yang.model.api.CopyableNode
-
-
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.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement CopyableNode Modifier and Type Class Description class
AbstractLeafEffectiveStatement
class
ActionEffectiveStatementImpl
class
ChoiceEffectiveStatementImpl
class
ContainerEffectiveStatementImpl
class
DeclaredCaseEffectiveStatement
class
DeclaredInputEffectiveStatement
class
DeclaredOutputEffectiveStatement
class
EmptyAnydataEffectiveStatement
class
EmptyAnyxmlEffectiveStatement
class
EmptyLeafEffectiveStatement
class
NotificationEffectiveStatementImpl
class
RegularAnydataEffectiveStatement
YANG 1.1 AnyData effective statement implementation.class
RegularAnyxmlEffectiveStatement
class
RegularLeafEffectiveStatement
class
UndeclaredCaseEffectiveStatement
class
UndeclaredInputEffectiveStatement
class
UndeclaredOutputEffectiveStatement
-
Uses of CopyableNode in org.opendaylight.yangtools.yang.model.spi
Classes in org.opendaylight.yangtools.yang.model.spi that implement CopyableNode 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 CopyableNode in org.opendaylight.yangtools.yang.model.spi.meta
Subinterfaces of CopyableNode in org.opendaylight.yangtools.yang.model.spi.meta 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
.Methods in org.opendaylight.yangtools.yang.model.spi.meta with parameters of type CopyableNode Modifier and Type Method Description static int
EffectiveStatementMixins. historyAndStatusFlags(CopyableNode history, Collection<? extends EffectiveStatement<?,?>> substatements)
EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder
EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder. setHistory(CopyableNode history)
-
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
FilteringSchemaContextProxy
-
Uses of CopyableNode in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
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
Subinterfaces of CopyableNode in org.opendaylight.yangtools.yang.parser.spi.meta Modifier and Type Interface Description interface
CopyHistory
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 Modifier and Type Class Description class
EffectiveSchemaContext
class
RootStatementContext<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>>
Root statement class for a YANG source.class
StatementContextBase<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>>
Core reactor statement implementation ofStmtContext.Mutable
.
-