Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api |
Definition of structures and DOM like API of effected YANG schema
|
org.opendaylight.yangtools.yang.model.immutable |
Generated immutable implementations for org.opendaylight.yangtools.yang.model.api interfaces.
|
org.opendaylight.yangtools.yang.parser.rfc7950.stmt |
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
|
Modifier and Type | Method and Description |
---|---|
Set<FeatureDefinition> |
Module.getFeatures()
Returns
FeatureDefinition instances which contain data from
feature statements defined in the module. |
Modifier and Type | Method and Description |
---|---|
FeatureDefinition |
FeatureDefinitionBuilder.build()
Builds a new
FeatureDefinition . |
Modifier and Type | Method and Description |
---|---|
ModuleBuilder |
ModuleBuilder.addFeatures(FeatureDefinition... elements)
Adds elements to
features set. |
ModuleBuilder |
ModuleBuilder.addFeatures(FeatureDefinition element)
Adds one element to
features set. |
Modifier and Type | Method and Description |
---|---|
ModuleBuilder |
ModuleBuilder.addAllFeatures(Iterable<? extends FeatureDefinition> elements)
Adds elements to
features set. |
Modifier and Type | Method and Description |
---|---|
Set<FeatureDefinition> |
AbstractEffectiveModule.getFeatures() |
Copyright © 2019 OpenDaylight. All rights reserved.