Uses of Interface
org.opendaylight.yangtools.yang.model.api.AugmentationSchemaNode
Packages that use AugmentationSchemaNode
Package
Description
Definition of structures and DOM like API of effected YANG schema.
Utility classes and implementations for concepts defined in yang-model-api.
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
-
Uses of AugmentationSchemaNode in org.opendaylight.yangtools.yang.data.util
Methods in org.opendaylight.yangtools.yang.data.util that return AugmentationSchemaNodeModifier and TypeMethodDescriptionstatic AugmentationSchemaNode
NormalizedNodeSchemaUtils.findCorrespondingAugment
(DataSchemaNode parent, DataSchemaNode child) Tries to find inparent
which is dealed as augmentation target node with QName aschild
.NormalizedNodeStreamWriterStack.startAugmentationNode
(YangInstanceIdentifier.AugmentationIdentifier identifier) Methods in org.opendaylight.yangtools.yang.data.util that return types with arguments of type AugmentationSchemaNodeModifier and TypeMethodDescriptionCollection<? extends AugmentationSchemaNode>
NotificationAsContainer.getAvailableAugmentations()
final Collection<? extends AugmentationSchemaNode>
OperationAsContainer.getAvailableAugmentations()
Methods in org.opendaylight.yangtools.yang.data.util with parameters of type AugmentationSchemaNodeModifier and TypeMethodDescriptionDataSchemaContextNode.augmentationIdentifierFrom
(AugmentationSchemaNode schema) Create AugmentationIdentifier from an AugmentationSchemaNode. -
Uses of AugmentationSchemaNode in org.opendaylight.yangtools.yang.model.api
Methods in org.opendaylight.yangtools.yang.model.api that return types with arguments of type AugmentationSchemaNodeModifier and TypeMethodDescriptionCollection<? extends @NonNull AugmentationSchemaNode>
ModuleLike.getAugmentations()
ReturnsAugmentationSchemaNode
instances which contain data fromaugment
statements defined in the module.@NonNull Collection<? extends @NonNull AugmentationSchemaNode>
UsesNode.getAugmentations()
Returns augmentations which were specified in this uses node.@NonNull Collection<? extends @NonNull AugmentationSchemaNode>
AugmentationTarget.getAvailableAugmentations()
Returns augmentations targeting this element.default Collection<? extends AugmentationSchemaNode>
SchemaContext.getAvailableAugmentations()
Deprecated. -
Uses of AugmentationSchemaNode in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement AugmentationSchemaNode -
Uses of AugmentationSchemaNode in org.opendaylight.yangtools.yang.model.spi.meta
Methods in org.opendaylight.yangtools.yang.model.spi.meta that return types with arguments of type AugmentationSchemaNodeModifier and TypeMethodDescriptiondefault Collection<? extends AugmentationSchemaNode>
EffectiveStatementMixins.AugmentationTargetMixin.getAvailableAugmentations()
-
Uses of AugmentationSchemaNode in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement AugmentationSchemaNodeModifier and TypeClassDescriptionfinal class
Proxy for AugmentationSchema.Constructors in org.opendaylight.yangtools.yang.model.util with parameters of type AugmentationSchemaNodeModifierConstructorDescriptionEffectiveAugmentationSchema
(AugmentationSchemaNode augment, DataNodeContainer target) -
Uses of AugmentationSchemaNode in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Methods in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that return types with arguments of type AugmentationSchemaNodeModifier and TypeMethodDescriptionCollection<? extends @NonNull AugmentationSchemaNode>
AbstractEffectiveModule.getAugmentations()