| 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.model.repo.api | |
| org.opendaylight.yangtools.yang.parser.impl.util | |
| org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective | 
 Contains implementation of Rfc6020 effective statements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<ModuleImport> | 
Module.getImports()
Returns imports which represents YANG modules which are imported to this
 module via import statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ModuleImport | 
ModuleImportBuilder.build()
Builds a new  
ModuleImport. | 
| Modifier and Type | Method and Description | 
|---|---|
ModuleBuilder | 
ModuleBuilder.addImports(ModuleImport... elements)
Adds elements to  
imports set. | 
ModuleBuilder | 
ModuleBuilder.addImports(ModuleImport element)
Adds one element to  
imports set. | 
| Modifier and Type | Method and Description | 
|---|---|
ModuleBuilder | 
ModuleBuilder.addAllImports(Iterable<? extends ModuleImport> elements)
Adds elements to  
imports set. | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.Multimap<SourceIdentifier,ModuleImport> | 
SchemaResolutionException.getUnsatisfiedImports()
Return the list of sources which failed to resolve along with reasons
 why they were not resolved. 
 | 
| Constructor and Description | 
|---|
SchemaResolutionException(String message,
                         Collection<SourceIdentifier> resolvedSources,
                         com.google.common.collect.Multimap<SourceIdentifier,ModuleImport> unsatisfiedImports)  | 
SchemaResolutionException(String message,
                         SourceIdentifier failedSource,
                         Throwable cause,
                         Collection<SourceIdentifier> resolvedSources,
                         com.google.common.collect.Multimap<SourceIdentifier,ModuleImport> unsatisfiedImports)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableSet<ModuleImport> | 
YangModelDependencyInfo.getDependencies()
Returns immutable collection of all module imports. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ImportEffectiveStatementImpl  | 
Copyright © 2018 OpenDaylight. All rights reserved.