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.stmt.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
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 | Class and Description |
---|---|
class |
FeatureEffectiveStatementImpl |
Copyright © 2018 OpenDaylight. All rights reserved.