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 TypeInterfaceDescriptioninterfaceCommon interface of features allowed on a succession. -
Uses of Feature in org.oristool.analyzer.state
Subinterfaces of Feature in org.oristool.analyzer.stateModifier and TypeInterfaceDescriptioninterfaceGeneric interface for the features allowed on aState.Classes in org.oristool.analyzer.state that implement FeatureModifier and TypeClassDescriptionenumState 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 classSuccession feature encoding the firing probability.final classA 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 classA feature collecting state information of a Petri net.final classTransition feature removing all tokens from a set of places.final classTransition feature updating the marking after token additions/removals of a firing.final classTransition feature encoding the priority used to resolve races between immediate transitions.final classA 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 TypeClassDescriptionclassfinal classState feature encoding synchronizations between enabled timers.classRegeneration<V>A state feature including a regeneration.classA state feature encoding the support and PDF of enabled timers.classSuccession feature encoding the firing probability.classTransition feature encoding the distribution and weight.classState 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 classclassfinal classfinal classTransition feature with minimum/maximum required time to the firing. -
Uses of Feature in org.oristool.petrinet
Subinterfaces of Feature in org.oristool.petrinetModifier and TypeInterfaceDescriptioninterfaceGeneric feature of anInhibitorArc.interfaceGeneric feature of aPetriNet.interfaceGeneric feature of aPlace.interfaceGeneric feature of aPostcondition.interfaceGeneric feature of aPrecondition.interfaceGeneric feature of aTransition.Classes in org.oristool.petrinet that implement FeatureModifier and TypeClassDescriptionfinal classThe enabling function of a transition. -
Uses of Feature in org.oristool.simulator
Classes in org.oristool.simulator that implement FeatureModifier and TypeClassDescriptionclassState 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 classTransition 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 TypeClassDescriptionclassFeaturizable<E extends Feature>Base implementation of a generic featurizable element.