Uses of Interface
org.oristool.util.Feature
Packages that use 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
Subinterfaces of Feature in org.oristool.analyzerModifier and TypeInterfaceDescriptioninterface
Common interface of features allowed on a succession. -
Uses of Feature in org.oristool.analyzer.state
Subinterfaces of Feature in org.oristool.analyzer.stateModifier and TypeInterfaceDescriptioninterface
Generic interface for the features allowed on aState
.Classes in org.oristool.analyzer.state that implement FeatureModifier and TypeClassDescriptionenum
State feature tagging states where a local stop criterion was applied. -
Uses of Feature in org.oristool.models.gspn.reachability
Classes in org.oristool.models.gspn.reachability that implement FeatureModifier 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
Classes in org.oristool.models.pn that implement FeatureModifier 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
Classes in org.oristool.models.stpn.trees that implement FeatureModifier 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
Classes in org.oristool.models.tpn that implement FeatureModifier 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
Subinterfaces of Feature in org.oristool.petrinetModifier 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
.Classes in org.oristool.petrinet that implement FeatureModifier and TypeClassDescriptionfinal class
The enabling function of a transition. -
Uses of Feature in org.oristool.simulator
Classes in org.oristool.simulator that implement FeatureModifier and TypeClassDescriptionclass
State feature of time-based STPN simulations. -
Uses of Feature in org.oristool.simulator.stpn
Classes in org.oristool.simulator.stpn that implement FeatureModifier and TypeClassDescriptionfinal class
Transition feature associating a time-to-fire sampler. -
Uses of Feature in org.oristool.util
Classes in org.oristool.util with type parameters of type FeatureModifier and TypeClassDescriptionclass
Featurizable<E extends Feature>
Base implementation of a generic featurizable element.