Interface ISimEventFactory
-
- All Known Subinterfaces:
ISimEngineFactory
- All Known Implementing Classes:
DesmoJSimEngineFactory
,SSJSimEngineFactory
public interface ISimEventFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <E extends IEntity>
ISimEvent<E>createSimEvent(ISimRunnable<E> myEvent, String name)
-
-
-
Method Detail
-
createSimEvent
<E extends IEntity> ISimEvent<E> createSimEvent(ISimRunnable<E> myEvent, String name)
-
-