| Package | Description |
|---|---|
| org.onosproject.yang.runtime |
Set of facilities for processing and working with compiled YANG models.
|
| org.onosproject.yang.runtime.impl |
Provides an implementation of YANG runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultModelRegistrationParam
Represents default model registration parameter.
|
| Modifier and Type | Method and Description |
|---|---|
ModelRegistrationParam |
ModelRegistrationParam.Builder.build()
Builds an instance of model registration param.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YangModelRegistry.registerModel(ModelRegistrationParam param)
Registers a new model.
|
void |
YangModelRegistry.unregisterModel(ModelRegistrationParam param)
Unregisters the specified model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultYangModelRegistry.registerModel(ModelRegistrationParam param) |
void |
DefaultYangModelRegistry.unregisterModel(ModelRegistrationParam param) |
Copyright © 2018. All rights reserved.