Package | Description |
---|---|
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.stmt.reactor |
Contains the implementation of the parser reactor
CrossSourceStatementReactor . |
org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
Modifier and Type | Class and Description |
---|---|
class |
RpcAsContainer |
Modifier and Type | Interface and Description |
---|---|
interface |
AugmentationSchema
AugmentationSchema represents augment definition.
|
interface |
ContainerSchemaNode
The ContainerSchemaNode is used to define an interior data node in the schema
tree.
|
interface |
GroupingDefinition
Interface describing YANG 'grouping' statement.
|
interface |
ListSchemaNode
Interface describing YANG 'list' 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...
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSchemaContext |
class |
EffectiveAugmentationSchema
Proxy for AugmentationSchema.
|
class |
FilteringSchemaContextProxy |
class |
SimpleSchemaContext
Simple subclass of
AbstractSchemaContext which performs some amount of indexing to speed up common
SchemaContext operations. |
Modifier and Type | Class and Description |
---|---|
class |
EffectiveSchemaContext |
Modifier and Type | Class and Description |
---|---|
class |
AugmentEffectiveStatementImpl |
class |
ContainerEffectiveStatementImpl |
class |
GroupingEffectiveStatementImpl |
class |
InputEffectiveStatementImpl |
class |
ListEffectiveStatementImpl |
class |
OutputEffectiveStatementImpl |
Copyright © 2018 OpenDaylight. All rights reserved.