Uses of Interface
org.oristool.analyzer.Event
Packages that use Event
Package
Description
General framework for state space exploration.
Petri net representation.
Simulator framework.
-
Uses of Event in org.oristool.analyzer
Classes in org.oristool.analyzer with type parameters of type EventModifier and TypeClassDescriptionfinal classGeneral state-space expansion algorithm.interfaceAnalyzerComponentsFactory<M,E extends Event> Factory for all the components used by the analyzer.interfaceEnabledEventsBuilder<M,E extends Event> Common interface used by the analyzer to enumerate the events enabled in a state for a model.interfaceSuccessionEvaluator<M,E extends Event> Common interface of succession evaluators.Methods in org.oristool.analyzer that return EventMethods in org.oristool.analyzer with parameters of type EventConstructors in org.oristool.analyzer with parameters of type EventModifierConstructorDescriptionSuccession(State parent, Event event, State child) Creates a succession from parent to child. -
Uses of Event in org.oristool.petrinet
Classes in org.oristool.petrinet that implement Event -
Uses of Event in org.oristool.simulator
Classes in org.oristool.simulator with type parameters of type EventModifier and TypeInterfaceDescriptioninterfaceSimulatorComponentsFactory<M,E extends Event> Factory of components used during the simulation.