public interface YangModel
| Modifier and Type | Interface and Description |
|---|---|
static interface |
YangModel.Builder
Abstraction of an entity that represents builder of YANG model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addModule(YangModuleId id,
YangModule module)
Deprecated.
|
String |
getYangModelId()
Returns model id for requested context.
|
YangModule |
getYangModule(YangModuleId id)
Returns YANG module information corresponding to a given module
identifier.
|
Set<YangModule> |
getYangModules()
Returns set of YANG module with information.
|
Set<YangModuleId> |
getYangModulesId()
Returns set of YANG modules identifier which belongs to this artifact.
|
Set<YangModule> getYangModules()
Set<YangModuleId> getYangModulesId()
String getYangModelId()
YangModule getYangModule(YangModuleId id)
id - module identifier@Deprecated void addModule(YangModuleId id, YangModule module)
id - module identifiermodule - YANG module informationCopyright © 2018. All rights reserved.