| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.data.util.codec | |
| org.opendaylight.yangtools.yang.model.api | 
 Definition of structures and DOM like API of effected YANG schema 
 | 
| org.opendaylight.yangtools.yang.model.api.type | |
| org.opendaylight.yangtools.yang.model.immutable | 
 Generated immutable implementations for org.opendaylight.yangtools.yang.model.api interfaces. 
 | 
| org.opendaylight.yangtools.yang.model.util.type | |
| org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective | 
 Contains implementation of Rfc6020 effective statements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IdentitySchemaNode | 
IdentityCodecUtil.parseIdentity(String value,
             SchemaContext schemaContext,
             Function<String,QNameModule> prefixToModule)
Parse a string into a QName using specified prefix-to-QNameModule mapping function, interpreting the result
 as an IdentitySchemaNode existing in specified SchemaContext. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IdentitySchemaNode | 
IdentitySchemaNode.getBaseIdentity()
Deprecated. 
 
use  
getBaseIdentities() instead | 
| Modifier and Type | Method and Description | 
|---|---|
default Set<IdentitySchemaNode> | 
IdentitySchemaNode.getBaseIdentities()
The YANG 1.0 (RFC6020) implementation of IdentitySchemaNode always returns an ImmutableSet containing just one
 base identity or an empty ImmutableSet as it does not support multiple base identities. 
 | 
Set<IdentitySchemaNode> | 
IdentitySchemaNode.getDerivedIdentities()
Get identities derived from this identity. 
 | 
Set<IdentitySchemaNode> | 
Module.getIdentities()
Returns  
IdentitySchemaNode instances which contain data from
 identity statements defined in the module. | 
| Modifier and Type | Method and Description | 
|---|---|
IdentitySchemaNode | 
IdentityrefTypeDefinition.getIdentity()
Deprecated. 
 
use  
IdentityrefTypeDefinition.getIdentities() instead | 
| Modifier and Type | Method and Description | 
|---|---|
Set<IdentitySchemaNode> | 
IdentityrefTypeDefinition.getIdentities()  | 
| Modifier and Type | Method and Description | 
|---|---|
IdentitySchemaNode | 
IdentitySchemaNodeBuilder.build()
Builds a new  
IdentitySchemaNode. | 
| Modifier and Type | Method and Description | 
|---|---|
IdentitySchemaNodeBuilder | 
IdentitySchemaNodeBuilder.addAllDerivedIdentities(Iterable<? extends IdentitySchemaNode> elements)
Adds elements to  
derivedIdentities set. | 
IdentityrefTypeDefinitionBuilder | 
IdentityrefTypeDefinitionBuilder.addAllIdentities(Iterable<? extends IdentitySchemaNode> elements)
Adds elements to  
identities set. | 
ModuleBuilder | 
ModuleBuilder.addAllIdentities(Iterable<? extends IdentitySchemaNode> elements)
Adds elements to  
identities set. | 
| Modifier and Type | Method and Description | 
|---|---|
IdentityrefTypeBuilder | 
IdentityrefTypeBuilder.addIdentity(IdentitySchemaNode identity)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IdentityEffectiveStatementImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
IdentitySchemaNode | 
IdentityEffectiveStatementImpl.getBaseIdentity()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<IdentitySchemaNode> | 
IdentityEffectiveStatementImpl.getBaseIdentities()  | 
Set<IdentitySchemaNode> | 
IdentityEffectiveStatementImpl.getDerivedIdentities()  | 
Copyright © 2018 OpenDaylight. All rights reserved.