Modifier and Type | Interface and Description |
---|---|
interface |
Identifier
General identifier interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UnmodifiableMapPhase<K,V>
A
Map which cannot be modified and supports efficient conversion to a ModifiableMapPhase . |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableOffsetMap<K,V>
Implementation of the
Map interface which stores a set of immutable mappings using a key-to-offset map and
a backing array. |
class |
SharedSingletonMap<K,V>
Implementation of the
Map interface which stores a single mapping. |
class |
SingletonSet<E>
A
Set containing a single value. |
Modifier and Type | Class and Description |
---|---|
class |
QName
The QName from XML consists of local name of element and XML namespace, but
for our use, we added module revision to it.
|
class |
QNameModule |
Modifier and Type | Interface and Description |
---|---|
static interface |
YangInstanceIdentifier.PathArgument
Path argument / component of InstanceIdentifier
Path argument uniquely identifies node in data tree on particular
level.
|
Modifier and Type | Class and Description |
---|---|
class |
YangInstanceIdentifier
Unique identifier of a particular node instance in the data tree.
|
static class |
YangInstanceIdentifier.AugmentationIdentifier
Composite path argument identifying a
AugmentationNode node in
particular subtree. |
static class |
YangInstanceIdentifier.NodeIdentifier
Simple path argument identifying a
ContainerNode or
LeafNode leaf in particular subtree. |
static class |
YangInstanceIdentifier.NodeIdentifierWithPredicates
Composite path argument identifying a
MapEntryNode leaf
overall data tree. |
static class |
YangInstanceIdentifier.NodeWithValue<T>
Simple path argument identifying a
LeafSetEntryNode leaf
overall data tree. |
Modifier and Type | Class and Description |
---|---|
class |
LeafRefPath |
Modifier and Type | Class and Description |
---|---|
protected static class |
ImmutableContainerNodeBuilder.ImmutableContainerNode |
protected static class |
ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode<T> |
protected static class |
ImmutableMapNodeBuilder.ImmutableMapNode |
protected static class |
ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode<T> |
protected static class |
ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode |
protected static class |
ImmutableUnkeyedListEntryNodeBuilder.ImmutableUnkeyedListEntryNode |
protected static class |
ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode |
protected static class |
ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableDataContainerAttrNode<K extends YangInstanceIdentifier.PathArgument> |
class |
AbstractImmutableDataContainerNode<K extends YangInstanceIdentifier.PathArgument> |
class |
AbstractImmutableNormalizedNode<K extends YangInstanceIdentifier.PathArgument,V> |
class |
AbstractImmutableNormalizedValueAttrNode<K extends YangInstanceIdentifier.PathArgument,V> |
class |
AbstractImmutableNormalizedValueNode<K extends YangInstanceIdentifier.PathArgument,V> |
Modifier and Type | Class and Description |
---|---|
class |
Rfc6020Mapping |
class |
SchemaPath
Represents unique path to the every node inside the module.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StatementDefinition
Definition / model of YANG
DeclaredStatement and EffectiveStatement . |
Modifier and Type | Class and Description |
---|---|
class |
SchemaNodeIdentifier
Represents unique path to the every schema node inside the schema node identifier namespace.
|
static class |
SchemaNodeIdentifier.Absolute
An absolute schema node identifier.
|
static class |
SchemaNodeIdentifier.Relative
A relative schema node identifier.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SchemaSourceRepresentation
Common interface for schema source representations.
|
interface |
YangSchemaSourceRepresentation
A YANG
SchemaSourceRepresentation . |
interface |
YinSchemaSource
Deprecated.
Use
YinDomSchemaSource for compatibility, or a transformation of YinXmlSchemaSource
to get the source in your preferred format. |
interface |
YinSchemaSourceRepresentation
A YIN
SchemaSourceRepresentation . |
interface |
YinXmlSchemaSource
YIN text schema source representation.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceIdentifier
YANG Schema source identifier
Simple transfer object represents identifier of source for YANG schema (module or submodule),
which consists of
YANG schema name (
SourceIdentifier.getName()
Module revision (optional) ({link SourceIdentifier.getRevision() )
Source identifier is designated to be carry only necessary information
to look-up YANG model source and to be used by various SchemaSourceProviders. |
class |
YangTextSchemaSource
YANG text schema source representation.
|
class |
YinDomSchemaSource
Utility
YinXmlSchemaSource exposing a W3C DOMSource representation of YIN model. |
class |
YinTextSchemaSource
YIN text schema source representation.
|
Modifier and Type | Class and Description |
---|---|
class |
BitImpl |
class |
EmptyType
Deprecated.
Use
BaseTypes.emptyType() instead |
class |
EnumPairImpl |
class |
InstanceIdentifierType
Deprecated.
Use
BaseTypes.instanceIdentifierType() instead |
class |
Int16
Deprecated.
Use
BaseTypes.int16Type() instead |
class |
Int32
Deprecated.
Use
BaseTypes.int32Type() instead |
class |
Int64
Deprecated.
Use
BaseTypes.int64Type() instead |
class |
Int8
Deprecated.
Use
BaseTypes.int8Type() instead |
class |
StringType
Deprecated.
Use
BaseTypes.stringType() instead |
class |
Uint16
Deprecated.
Use
BaseTypes.uint16Type() instead |
class |
Uint32
Deprecated.
Use
BaseTypes.uint32Type() instead |
class |
Uint64
Deprecated.
Use
BaseTypes.uint64Type() instead |
class |
Uint8
Deprecated.
Use
BaseTypes.uint8Type() instead |
class |
UnresolvedNumber |
Modifier and Type | Class and Description |
---|---|
class |
ModuleImpl
Deprecated.
Pre-Beryllium implementation, scheduled for removal.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StatementSupport<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>>
Support for processing concrete YANG statement.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatementSupport<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>>
Class providing necessary support for processing YANG statement.
|
class |
StatementSupportBundle |
Modifier and Type | Class and Description |
---|---|
class |
EffectiveModelContext |
Modifier and Type | Class and Description |
---|---|
class |
DeviationEffectiveStatementImpl |
class |
ModuleEffectiveStatementImpl |
class |
SubmoduleEffectiveStatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
ASTSchemaSource
Abstract Syntax Tree representation of a schema source.
|
Copyright © 2017 OpenDaylight. All rights reserved.