| Package | Description |
|---|---|
| org.onosproject.yang.runtime |
Set of facilities for processing and working with compiled YANG models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAppModuleInfo
Represents default application module information.
|
| Modifier and Type | Method and Description |
|---|---|
AppModuleInfo |
ModelRegistrationParam.getAppModuleInfo(org.onosproject.yang.model.YangModuleId id)
Returns extended app related information of a module/sub-module.
|
AppModuleInfo |
DefaultModelRegistrationParam.getAppModuleInfo(org.onosproject.yang.model.YangModuleId id) |
| Modifier and Type | Method and Description |
|---|---|
ModelRegistrationParam.Builder |
ModelRegistrationParam.Builder.addAppModuleInfo(org.onosproject.yang.model.YangModuleId id,
AppModuleInfo info)
Adds application module information associated with module identifier.
|
DefaultModelRegistrationParam.Builder |
DefaultModelRegistrationParam.Builder.addAppModuleInfo(org.onosproject.yang.model.YangModuleId id,
AppModuleInfo info) |
Copyright © 2018. All rights reserved.