Package org.oristool.simulator
Interface SimulatorComponentsFactory<M,E extends Event>
- Type Parameters:
M
- type of the modelE
- type of the events
- All Known Implementing Classes:
STPNSimulatorComponentsFactory
public interface SimulatorComponentsFactory<M,E extends Event>
Factory of components used during the simulation.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getInitialStateBuilder
SimulatorInitialStateBuilder getInitialStateBuilder() -
getSuccessorEvaluator
SimulatorSuccessorEvaluator getSuccessorEvaluator() -
getFirableTransitionSetBuilder
EnabledEventsBuilder<M,E> getFirableTransitionSetBuilder()
-