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<Deviation> |
Module.getDeviations()
Returns
Deviation instances which contain data from
deviation statements defined in the module. |
Modifier and Type | Method and Description |
---|---|
ModuleBuilder |
ModuleBuilder.addDeviations(Deviation... elements)
Adds elements to
deviations set. |
ModuleBuilder |
ModuleBuilder.addDeviations(Deviation element)
Adds one element to
deviations set. |
Modifier and Type | Method and Description |
---|---|
ModuleBuilder |
ModuleBuilder.addAllDeviations(Iterable<? extends Deviation> elements)
Adds elements to
deviations set. |
Modifier and Type | Class and Description |
---|---|
class |
DeviationEffectiveStatementImpl |
Copyright © 2018 OpenDaylight. All rights reserved.