public interface YangModelRegistry
| Modifier and Type | Method and Description |
|---|---|
Set<org.onosproject.yang.model.YangModel> |
getModels()
Returns collection of all registered models.
|
void |
registerModel(ModelRegistrationParam param)
Registers a new model.
|
void |
unregisterModel(ModelRegistrationParam param)
Unregisters the specified model.
|
void registerModel(ModelRegistrationParam param)
param - parameters having model to be registered with additional
informations provided by appvoid unregisterModel(ModelRegistrationParam param)
param - parameters having model to be registered with additional
informations provided by appSet<org.onosproject.yang.model.YangModel> getModels()
Copyright © 2017. All rights reserved.