public interface IModelsClassProvider extends IModelsInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModelClassName(java.lang.String model)
Gets the name of the simulator class for the model name passed
|
java.lang.String |
getModelId(java.lang.String className)
Gets the model name supported by the simulator (identified by its name)
passed
|
getModelsIterator
java.lang.String getModelClassName(java.lang.String model) throws PlinguaCoreException
model
- the model which its simulator class name is requiredPlinguaCoreException
- if there's no simulator class implemented for the model
passedjava.lang.String getModelId(java.lang.String className) throws PlinguaCoreException
className
- the name of the class which model name is requiredPlinguaCoreException
- if there's not any model which the class passed as parameter
supports