Uses of Interface
org.oristool.analyzer.Event
Package
Description
General framework for state space exploration.
Petri net representation.
Simulator framework.
-
Uses of Event in org.oristool.analyzer
Modifier and TypeClassDescriptionfinal class
General state-space expansion algorithm.interface
AnalyzerComponentsFactory<M,
E extends Event> Factory for all the components used by the analyzer.interface
EnabledEventsBuilder<M,
E extends Event> Common interface used by the analyzer to enumerate the events enabled in a state for a model.interface
SuccessionEvaluator<M,
E extends Event> Common interface of succession evaluators.ModifierConstructorDescriptionSuccession
(State parent, Event event, State child) Creates a succession from parent to child. -
Uses of Event in org.oristool.petrinet
-
Uses of Event in org.oristool.simulator
Modifier and TypeInterfaceDescriptioninterface
SimulatorComponentsFactory<M,
E extends Event> Factory of components used during the simulation.