| Package | Description |
|---|---|
| org.opendaylight.yangtools.transform | |
| org.opendaylight.yangtools.yang.data.api.schema |
Definition of normalized YANG DOM Model
Normalized DOM Model brings more direct mapping between YANG Model, DOM
representation of data
|
| org.opendaylight.yangtools.yang.data.api.schema.stream | |
| org.opendaylight.yangtools.yang.data.codec.gson | |
| org.opendaylight.yangtools.yang.data.impl.codec | |
| org.opendaylight.yangtools.yang.data.impl.schema | |
| org.opendaylight.yangtools.yang.data.impl.schema.builder.impl | |
| org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid | |
| org.opendaylight.yangtools.yang.data.util |
| Modifier and Type | Method and Description |
|---|---|
void |
QNameTransformingStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
YangInstanceIdentifier.AugmentationIdentifier |
AugmentationNode.getIdentifier()
Gets identifier of augmentation node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingNormalizedNodeStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier) |
void |
NormalizedNodeStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier)
Emits start of augmentation node.
|
void |
ForwardingNormalizedNodeStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONNormalizedNodeStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
AugmentationSchemaNode |
SchemaTracker.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
static YangInstanceIdentifier.AugmentationIdentifier |
SchemaUtils.getNodeIdentifierForAugmentation(AugmentationSchemaNode schema)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
Builders.augmentationBuilder() |
static DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
Builders.augmentationBuilder(AugmentationSchemaNode schema) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SchemaUtils.belongsToCaseAugment(CaseSchemaNode caseNode,
YangInstanceIdentifier.AugmentationIdentifier childToProcess) |
void |
ImmutableNormalizedNodeStreamWriter.startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
ImmutableAugmentationNodeBuilder.withChild(DataContainerChild<?,?> child) |
DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
ImmutableAugmentationNodeSchemaAwareBuilder.withChild(DataContainerChild<?,?> child) |
DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
ImmutableAugmentationNodeSchemaAwareBuilder.withNodeIdentifier(YangInstanceIdentifier.AugmentationIdentifier withNodeIdentifier) |
DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
ImmutableAugmentationNodeBuilder.withoutChild(YangInstanceIdentifier.PathArgument key) |
| Modifier and Type | Method and Description |
|---|---|
DataContainerNodeBuilder<YangInstanceIdentifier.AugmentationIdentifier,AugmentationNode> |
ImmutableAugmentationNodeSchemaAwareBuilder.withNodeIdentifier(YangInstanceIdentifier.AugmentationIdentifier withNodeIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataValidationException.checkLegalChild(boolean isLegal,
YangInstanceIdentifier.PathArgument child,
DataNodeContainer schema,
Set<QName> childNodes,
Set<YangInstanceIdentifier.AugmentationIdentifier> augments) |
| Modifier and Type | Method and Description |
|---|---|
static YangInstanceIdentifier.AugmentationIdentifier |
DataSchemaContextNode.augmentationIdentifierFrom(AugmentationSchemaNode schema)
Create AugmentationIdentifier from an AugmentationSchemaNode.
|
static YangInstanceIdentifier.AugmentationIdentifier |
CompositeNodeDataWithSchema.getNodeIdentifierForAugmentation(AugmentationSchemaNode schema)
Deprecated.
|
Copyright © 2019 OpenDaylight. All rights reserved.