public interface ModelRegistrationParam
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ModelRegistrationParam.Builder
Abstraction of an entity that represents builder of model registration
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
AppModuleInfo |
getAppModuleInfo(org.onosproject.yang.model.YangModuleId id)
Returns extended app related information of a module/sub-module.
|
org.onosproject.yang.model.YangModel |
getYangModel()
Returns YANG model.
|
boolean |
ifAppInfoPresent()
Returns true for empty map.
|
org.onosproject.yang.model.YangModel getYangModel()
AppModuleInfo getAppModuleInfo(org.onosproject.yang.model.YangModuleId id)
id - YANG module identifierboolean ifAppInfoPresent()
Copyright © 2017. All rights reserved.