public class DesmoJSimEngineFactory extends Object implements ISimEngineFactory
| Constructor and Description |
|---|
DesmoJSimEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
IEntity |
createEntity(AbstractSimEntityDelegator e,
String name) |
<E extends IEntity> |
createSimEvent(AbstractSimEventDelegator<E> myEvent,
String name) |
ISimProcess |
createSimProcess(AbstractSimProcessDelegator myProcess,
String name) |
ISimulationControl |
createSimulationControl() |
void |
setModel(ISimulationModel model) |
public void setModel(ISimulationModel model)
setModel in interface ISimEngineFactorypublic ISimulationControl createSimulationControl()
createSimulationControl in interface ISimEngineFactorypublic IEntity createEntity(AbstractSimEntityDelegator e, String name)
createEntity in interface ISimEngineFactorypublic <E extends IEntity> ISimEvent<E> createSimEvent(AbstractSimEventDelegator<E> myEvent, String name)
createSimEvent in interface ISimEngineFactorypublic ISimProcess createSimProcess(AbstractSimProcessDelegator myProcess, String name)
createSimProcess in interface ISimEngineFactory