Uses of Class
org.oristool.models.stpn.trees.StochasticTransitionFeature
-
Uses of StochasticTransitionFeature in org.oristool.models.stpn.trees
Modifier and TypeMethodDescriptionstatic StochasticTransitionFeature
StochasticTransitionFeature.newDeterministicInstance
(String value) Builds the stochastic feature of a transition with deterministic timer.static StochasticTransitionFeature
StochasticTransitionFeature.newDeterministicInstance
(BigDecimal value) Builds the stochastic feature of a transition with deterministic timer.static StochasticTransitionFeature
StochasticTransitionFeature.newDeterministicInstance
(BigDecimal value, MarkingExpr weight) Builds the stochastic feature of a transition with deterministic timer.static StochasticTransitionFeature
StochasticTransitionFeature.newDeterministicInstance
(BigDecimal value, MarkingExpr weight, MarkingExpr clockRate) Builds the stochastic feature of a transition with deterministic timer.static StochasticTransitionFeature
StochasticTransitionFeature.newErlangInstance
(int k, String rate) Builds the stochastic feature of a transition with Erlang distributed timer.static StochasticTransitionFeature
StochasticTransitionFeature.newErlangInstance
(int k, BigDecimal rate) Builds the stochastic feature of a transition with Erlang distributed timer.static StochasticTransitionFeature
StochasticTransitionFeature.newErlangInstance
(int k, BigDecimal rate, MarkingExpr clockRate, MarkingExpr weight) Builds the stochastic feature of a transition with Erlang distributed timer.static StochasticTransitionFeature
StochasticTransitionFeature.newExpolynomial
(String density, OmegaBigDecimal eft, OmegaBigDecimal lft) Builds the stochastic feature of a transition where the timer distribution is an expolynomial.static StochasticTransitionFeature
StochasticTransitionFeature.newExponentialInstance
(String expRate) Builds the stochastic feature of a transition with exponentially distributed timer.static StochasticTransitionFeature
StochasticTransitionFeature.newExponentialInstance
(BigDecimal expRate) Builds the stochastic feature of a transition with exponentially distributed timer.static StochasticTransitionFeature
StochasticTransitionFeature.newExponentialInstance
(BigDecimal expRate, MarkingExpr clockRate) Builds the stochastic feature of a transition with exponentially distributed timer and variable rate.static StochasticTransitionFeature
StochasticTransitionFeature.newExponentialInstance
(BigDecimal expRate, MarkingExpr clockRate, MarkingExpr weight) Builds the stochastic feature of a transition with exponentially distributed timer and variable rate.static StochasticTransitionFeature
StochasticTransitionFeature.newHyperExp
(List<BigDecimal> probs, List<BigDecimal> rates) Builds the stochastic feature of a transition where the timer distribution is hyper-exponential (mixture of exponentials).static StochasticTransitionFeature
StochasticTransitionFeature.newHypoExp
(BigDecimal rate1, BigDecimal rate2) Builds the stochastic feature of a transition where the timer distribution is hypo-exponential (sum of exponentials).static StochasticTransitionFeature
StochasticTransitionFeature.newShiftedExp
(BigDecimal shift, BigDecimal rate) Builds the stochastic feature of a transition where the timer distribution is a shifted exponential.static StochasticTransitionFeature
StochasticTransitionFeature.newUniformInstance
(String eft, String lft) Builds the stochastic feature of a transition with uniformly distributed timer.static StochasticTransitionFeature
StochasticTransitionFeature.newUniformInstance
(BigDecimal eft, BigDecimal lft) Builds the stochastic feature of a transition with uniformly distributed timer.static StochasticTransitionFeature
StochasticTransitionFeature.newUniformInstance
(BigDecimal eft, BigDecimal lft, MarkingExpr clockRate) Builds the stochastic feature of a transition with uniformly distributed timer.static StochasticTransitionFeature
StochasticTransitionFeature.of
(PartitionedFunction density) static StochasticTransitionFeature
StochasticTransitionFeature.of
(PartitionedFunction density, MarkingExpr weight, MarkingExpr rate)