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.rfc7950.repo | |
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 |
---|---|
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.ImmutableSet<ModuleImport> |
YangModelDependencyInfo.getDependencies()
Returns immutable collection of all module imports.
|
Modifier and Type | Method and Description |
---|---|
Set<ModuleImport> |
AbstractEffectiveModule.getImports() |
Copyright © 2019 OpenDaylight. All rights reserved.