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.
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
-
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.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()