public interface ISimulatorClassProvider extends ISimulatorInfo
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?>[] |
getAlternativeStepSupportedSimulators()
Returns an iterator on the simulators which support alternative step
|
java.lang.String |
idClassName(java.lang.String id,
java.lang.String typeId)
Returns the name of the class which implements the simulator required by id and which provides the extra functionality appointed by typeId
|
getIdentifiersIterator
java.lang.Class<?>[] getAlternativeStepSupportedSimulators()
java.lang.String idClassName(java.lang.String id, java.lang.String typeId) throws PlinguaCoreException
id
- the id of the required simulatortypeId
- the id of the type of simulator requiredPlinguaCoreException
- if the simulator required doesn't exists