Uses of Class
org.oristool.models.stpn.trans.TreeTransient.Builder
Packages that use TreeTransient.Builder
-
Uses of TreeTransient.Builder in org.oristool.models.stpn.trans
Methods in org.oristool.models.stpn.trans that return TreeTransient.BuilderModifier and TypeMethodDescriptionstatic TreeTransient.BuilderTreeTransient.builder()Creates a builder for analysis configurations (with default values).abstract TreeTransient.BuilderTreeTransient.Builder.evaluateByClass(boolean value) Whether transient probabilities should be evaluated by stochastic state class (for each time tick until the time bound).TreeTransient.Builder.greedyPolicy(BigDecimal timeBound, BigDecimal error) Sets the time bound for the analysis (similarly totimeBound(BigDecimal)) and a greedy policy controlling the enumeration of nodes.abstract TreeTransient.BuilderTreeTransient.Builder.logger(AnalysisLogger value) Sets the logger used by this analysis.abstract TreeTransient.BuilderTreeTransient.Builder.markingFilter(MarkingCondition value) Uses a marking condition to select markings for which transient probabilities are computed by this analysis.abstract TreeTransient.BuilderTreeTransient.Builder.monitor(AnalysisMonitor value) Sets the monitor used by this analysis.abstract TreeTransient.BuilderTreeTransient.Builder.policy(Supplier<EnumerationPolicy> value) Sets the supplier of enumeration policies used by this analysis.abstract TreeTransient.BuilderTreeTransient.Builder.stopOn(Supplier<StopCriterion> value) Sets the supplier of local stop criterion instances used by this analysis.TreeTransient.Builder.stopOn(MarkingCondition value) Uses a marking condition to create local stop criterion instances used by this analysis.abstract TreeTransient.BuilderTreeTransient.Builder.timeBound(BigDecimal value) Sets the maximum time bound for the analysis.abstract TreeTransient.BuilderTreeTransient.Builder.timeStep(BigDecimal value) Sets the step used to compute transient probabilities from 0 tothis.timeBound().