Package | Description |
---|---|
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.impl.schema.transform | |
org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser | |
org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer | |
org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser | |
org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer | |
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 |
---|---|
ChoiceSchemaNode |
SchemaTracker.startChoiceNode(YangInstanceIdentifier.NodeIdentifier name) |
Modifier and Type | Method and Description |
---|---|
static Map<QName,ChoiceSchemaNode> |
SchemaUtils.mapChildElementsFromChoices(DataNodeContainer schema)
Recursively find all child nodes that come from choices.
|
Modifier and Type | Method and Description |
---|---|
static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
Builders.choiceBuilder(ChoiceSchemaNode schema) |
static com.google.common.base.Optional<ChoiceCaseNode> |
SchemaUtils.detectCase(ChoiceSchemaNode schema,
DataContainerChild<?,?> child) |
static AugmentationSchema |
SchemaUtils.findSchemaForAugment(ChoiceSchemaNode schema,
Set<QName> qNames) |
static DataSchemaNode |
SchemaUtils.findSchemaForChild(ChoiceSchemaNode schema,
QName childPartialQName) |
Modifier and Type | Method and Description |
---|---|
static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
ImmutableChoiceNodeSchemaAwareBuilder.create(ChoiceSchemaNode schema) |
Constructor and Description |
---|
ImmutableChoiceNodeSchemaAwareBuilder(ChoiceSchemaNode schema) |
Modifier and Type | Method and Description |
---|---|
static void |
DataValidationException.checkLegalChild(boolean isLegal,
YangInstanceIdentifier.PathArgument child,
ChoiceSchemaNode schema) |
Modifier and Type | Method and Description |
---|---|
ToNormalizedNodeParser<E,ChoiceNode,ChoiceSchemaNode> |
ToNormalizedNodeParserFactory.getChoiceNodeParser() |
FromNormalizedNodeSerializer<E,ChoiceNode,ChoiceSchemaNode> |
FromNormalizedNodeSerializerFactory.getChoiceNodeSerializer() |
Modifier and Type | Method and Description |
---|---|
protected Map<QName,ChoiceSchemaNode> |
AugmentationNodeBaseParser.mapChildElementsFromChoices(AugmentationSchema schema) |
protected Map<QName,ChoiceSchemaNode> |
ChoiceNodeBaseParser.mapChildElementsFromChoices(ChoiceSchemaNode schema) |
protected Map<QName,ChoiceSchemaNode> |
ContainerNodeBaseParser.mapChildElementsFromChoices(ContainerSchemaNode schema) |
protected Map<QName,ChoiceSchemaNode> |
ListEntryNodeBaseParser.mapChildElementsFromChoices(ListSchemaNode schema) |
protected abstract Map<QName,ChoiceSchemaNode> |
BaseDispatcherParser.mapChildElementsFromChoices(S schema) |
Modifier and Type | Method and Description |
---|---|
protected DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ChoiceNode> |
ChoiceNodeBaseParser.getBuilder(ChoiceSchemaNode schema) |
protected Set<DataSchemaNode> |
ChoiceNodeBaseParser.getRealSchemasForAugment(ChoiceSchemaNode schema,
AugmentationSchema augmentSchema) |
protected DataSchemaNode |
ChoiceNodeBaseParser.getSchemaForChild(ChoiceSchemaNode schema,
QName childQName) |
protected Map<QName,AugmentationSchema> |
ChoiceNodeBaseParser.mapChildElementsFromAugments(ChoiceSchemaNode schema) |
protected Map<QName,ChoiceSchemaNode> |
ChoiceNodeBaseParser.mapChildElementsFromChoices(ChoiceSchemaNode schema) |
Modifier and Type | Method and Description |
---|---|
protected AugmentationSchema |
ChoiceNodeBaseSerializer.getAugmentedCase(ChoiceSchemaNode schema,
AugmentationNode augmentationNode) |
protected Set<DataSchemaNode> |
ChoiceNodeBaseSerializer.getRealSchemasForAugment(ChoiceSchemaNode schema,
AugmentationSchema augmentationSchema) |
protected DataSchemaNode |
ChoiceNodeBaseSerializer.getSchemaForChild(ChoiceSchemaNode schema,
DataContainerChild<? extends YangInstanceIdentifier.PathArgument,?> childNode) |
Modifier and Type | Method and Description |
---|---|
ToNormalizedNodeParser<Element,ChoiceNode,ChoiceSchemaNode> |
DomToNormalizedNodeParserFactory.getChoiceNodeParser() |
Modifier and Type | Method and Description |
---|---|
FromNormalizedNodeSerializer<Element,ChoiceNode,ChoiceSchemaNode> |
DomFromNormalizedNodeSerializerFactory.getChoiceNodeSerializer() |
Modifier and Type | Method and Description |
---|---|
List<ChoiceSchemaNode> |
DataNodeIterator.allChoices()
Returns list all choices present in subtree.
|
Modifier and Type | Class and Description |
---|---|
class |
ChoiceEffectiveStatementImpl |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<ChoiceSchemaNode> |
ChoiceEffectiveStatementImpl.getOriginal() |
Copyright © 2018 OpenDaylight. All rights reserved.