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<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 | Method and Description |
---|---|
Set<Deviation> |
AbstractEffectiveModule.getDeviations() |
Copyright © 2019 OpenDaylight. All rights reserved.