Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.util | |
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.model.util |
Utility classes and implementations for concepts defined in yang-model-api.
|
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 |
---|---|
static ContainerSchemaNode |
ContainerSchemaNodes.forRPC(RpcDefinition rpc) |
Constructor and Description |
---|
RpcAsContainer(RpcDefinition delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<RpcDefinition> |
SchemaContext.getOperations()
Returns rpc definition instances which are defined as the direct
subelements in all YANG modules in the context.
|
Set<RpcDefinition> |
Module.getRpcs()
Returns
RpcDefinition instances which contain data from
rpc statements defined in the module. |
Modifier and Type | Method and Description |
---|---|
RpcDefinition |
RpcDefinitionBuilder.build()
Builds a new
RpcDefinition . |
Modifier and Type | Method and Description |
---|---|
SchemaContextBuilder |
SchemaContextBuilder.addOperations(RpcDefinition... elements)
Adds elements to
operations set. |
SchemaContextBuilder |
SchemaContextBuilder.addOperations(RpcDefinition element)
Adds one element to
operations set. |
ModuleBuilder |
ModuleBuilder.addRpcs(RpcDefinition... elements)
Adds elements to
rpcs set. |
ModuleBuilder |
ModuleBuilder.addRpcs(RpcDefinition element)
Adds one element to
rpcs set. |
Modifier and Type | Method and Description |
---|---|
SchemaContextBuilder |
SchemaContextBuilder.addAllOperations(Iterable<? extends RpcDefinition> elements)
Adds elements to
operations set. |
ModuleBuilder |
ModuleBuilder.addAllRpcs(Iterable<? extends RpcDefinition> elements)
Adds elements to
rpcs set. |
Modifier and Type | Method and Description |
---|---|
Set<RpcDefinition> |
AbstractSchemaContext.getOperations() |
Modifier and Type | Method and Description |
---|---|
static @Nullable ContainerSchemaNode |
SchemaNodeUtils.getRpcDataSchema(@NonNull RpcDefinition rpc,
@NonNull QName qname)
Returns RPC input or output schema based on supplied QName.
|
Modifier and Type | Method and Description |
---|---|
Set<RpcDefinition> |
AbstractEffectiveModule.getRpcs() |
Copyright © 2019 OpenDaylight. All rights reserved.