Uses of Interface
org.opendaylight.yangtools.yang.model.api.FeatureDefinition
Packages that use FeatureDefinition
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 FeatureDefinition in org.opendaylight.yangtools.yang.model.api
Methods in org.opendaylight.yangtools.yang.model.api that return types with arguments of type FeatureDefinitionModifier and TypeMethodDescriptionCollection<? extends @NonNull FeatureDefinition>
ModuleLike.getFeatures()
ReturnsFeatureDefinition
instances which contain data fromfeature
statements defined in the module. -
Uses of FeatureDefinition in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement FeatureDefinitionModifier and TypeClassDescriptionclass
final class
-
Uses of FeatureDefinition in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Methods in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that return types with arguments of type FeatureDefinitionModifier and TypeMethodDescriptionCollection<? extends @NonNull FeatureDefinition>
AbstractEffectiveModule.getFeatures()