Uses of Interface
org.oristool.util.Feature
Package
Description
General framework for state space exploration.
Generic state representation.
Reachability analysis in GSPNs.
Analysis of Petri nets.
Calculus of stochastic state classes.
Analysis of TPNs.
Petri net representation.
Simulator framework.
Provides classes for the simulation of STPNs.
Utility classes.
-
Uses of Feature in org.oristool.analyzer
Modifier and TypeInterfaceDescriptioninterface
Common interface of features allowed on a succession. -
Uses of Feature in org.oristool.analyzer.state
Modifier and TypeInterfaceDescriptioninterface
Generic interface for the features allowed on aState
.Modifier and TypeClassDescriptionenum
State feature tagging states where a local stop criterion was applied. -
Uses of Feature in org.oristool.models.gspn.reachability
Modifier and TypeClassDescriptionfinal class
Succession feature encoding the firing probability.final class
A GSPN state, including a sojourn rate and a marking. -
Uses of Feature in org.oristool.models.pn
Modifier and TypeClassDescriptionfinal class
A feature collecting state information of a Petri net.final class
Transition feature removing all tokens from a set of places.final class
Transition feature updating the marking after token additions/removals of a firing.final class
Transition feature encoding the priority used to resolve races between immediate transitions.final class
A transition feature forcing other transitions to resample a time-to-fire. -
Uses of Feature in org.oristool.models.stpn.trees
Modifier and TypeClassDescriptionclass
final class
State feature encoding synchronizations between enabled timers.class
Regeneration<V>
A state feature including a regeneration.class
A state feature encoding the support and PDF of enabled timers.class
Succession feature encoding the firing probability.class
Transition feature encoding the distribution and weight.class
State feature including the entering time distribution and reaching probability of a state. -
Uses of Feature in org.oristool.models.tpn
Modifier and TypeClassDescriptionfinal class
class
final class
final class
Transition feature with minimum/maximum required time to the firing. -
Uses of Feature in org.oristool.petrinet
Modifier and TypeInterfaceDescriptioninterface
Generic feature of anInhibitorArc
.interface
Generic feature of aPetriNet
.interface
Generic feature of aPlace
.interface
Generic feature of aPostcondition
.interface
Generic feature of aPrecondition
.interface
Generic feature of aTransition
.Modifier and TypeClassDescriptionfinal class
The enabling function of a transition. -
Uses of Feature in org.oristool.simulator
Modifier and TypeClassDescriptionclass
State feature of time-based STPN simulations. -
Uses of Feature in org.oristool.simulator.stpn
Modifier and TypeClassDescriptionfinal class
Transition feature associating a time-to-fire sampler. -
Uses of Feature in org.oristool.util
Modifier and TypeClassDescriptionclass
Featurizable<E extends Feature>
Base implementation of a generic featurizable element.