Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.impl.schema | |
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.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
Modifier and Type | Method and Description |
---|---|
static AugmentationSchema |
SchemaUtils.findSchemaForAugment(AugmentationTarget schema,
Set<QName> qNames) |
static Set<DataSchemaNode> |
SchemaUtils.getRealSchemasForAugment(AugmentationTarget targetSchema,
AugmentationSchema augmentSchema)
Retrieves real schemas for augmented child node.
|
static Map<QName,AugmentationSchema> |
SchemaUtils.mapChildElementsFromAugments(AugmentationTarget schema)
Recursively find all child nodes that come from augmentations.
|
Modifier and Type | Class and Description |
---|---|
class |
RpcAsContainer |
Modifier and Type | Interface and Description |
---|---|
interface |
ChoiceCaseNode
The ChoiceCaseNode interface is used to define branches of the ChoiceNode.
|
interface |
ChoiceSchemaNode
A ChoiceSchemaNode defines a set of alternatives.
|
interface |
ContainerSchemaNode
The ContainerSchemaNode is used to define an interior data node in the schema
tree.
|
interface |
ListSchemaNode
Interface describing YANG 'list' statement.
|
interface |
NotificationDefinition
Interface describing YANG 'notification' 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 |
FilteringSchemaContextProxy |
Modifier and Type | Class and Description |
---|---|
class |
CaseEffectiveStatementImpl |
class |
ChoiceEffectiveStatementImpl |
class |
ContainerEffectiveStatementImpl |
class |
EffectiveSchemaContext |
class |
InputEffectiveStatementImpl |
class |
ListEffectiveStatementImpl |
class |
NotificationEffectiveStatementImpl |
class |
OutputEffectiveStatementImpl |
Copyright © 2018 OpenDaylight. All rights reserved.