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.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc7950.effective |
Contains implementation of Rfc7950 effective statements.
|
Modifier and Type | Method and Description |
---|---|
default Set<ActionDefinition> |
ActionNodeContainer.getActions()
All implementations should override this method.
|
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
ActionDefinitionBuilder.build()
Builds a new
ActionDefinition . |
Modifier and Type | Method and Description |
---|---|
Set<ActionDefinition> |
ContainerEffectiveStatementImpl.getActions() |
Set<ActionDefinition> |
AugmentEffectiveStatementImpl.getActions() |
Set<ActionDefinition> |
ListEffectiveStatementImpl.getActions() |
Set<ActionDefinition> |
GroupingEffectiveStatementImpl.getActions() |
Modifier and Type | Class and Description |
---|---|
class |
ActionEffectiveStatementImpl |
Copyright © 2018 OpenDaylight. All rights reserved.