| 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.stmt.rfc6020.effective | 
 Contains implementation of Rfc6020 effective statements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ContainerSchemaNode | 
ContainerSchemaNodes.forRPC(RpcDefinition rpc)  | 
| Constructor and Description | 
|---|
RpcAsContainer(RpcDefinition parentNode)  | 
| 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 ContainerSchemaNode | 
SchemaNodeUtils.getRpcDataSchema(RpcDefinition rpc,
                QName qname)
Returns RPC input or output schema based on supplied QName 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RpcEffectiveStatementImpl  | 
Copyright © 2018 OpenDaylight. All rights reserved.