| Package | Description |
|---|---|
| org.onosproject.yangutils.linker.impl |
Provide intra/inter file and inter jar linking implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YangLinkerManager.addRefToYangFilesImportList(Set<YangNode> yangNodeSet)
Adds imported node information to the import list.
|
void |
YangLinkerManager.addRefToYangFilesIncludeList(Set<YangNode> yangNodeSet)
Adds included node information to the include list.
|
void |
YangLinkerManager.linkSubModulesToParentModule(Set<YangNode> yangNodeSet)
Resolves sub-module linking by linking sub module with parent module.
|
void |
YangLinkerManager.processInterFileLinking(Set<YangNode> yangNodeSet)
Processes inter file linking for type and uses.
|
Copyright © 2016. All rights reserved.