Uses of Class
org.oristool.models.stpn.onegen.OneGenTransient.Builder
Packages that use OneGenTransient.Builder
-
Uses of OneGenTransient.Builder in org.oristool.models.stpn.onegen
Methods in org.oristool.models.stpn.onegen that return OneGenTransient.BuilderModifier and TypeMethodDescriptionstatic OneGenTransient.BuilderOneGenTransient.builder()Creates a builder for analysis configurations (with default values).abstract OneGenTransient.BuilderOneGenTransient.Builder.error(BigDecimal value) Sets the maximum allowed error for the computation of transient probabilities of subordinated CTMCs.abstract OneGenTransient.BuilderOneGenTransient.Builder.logger(AnalysisLogger value) Sets the logger used by this analysis.abstract OneGenTransient.BuilderOneGenTransient.Builder.monitor(AnalysisMonitor value) Sets the monitor used by this analysis.abstract OneGenTransient.BuilderOneGenTransient.Builder.stopOn(Supplier<StopCriterion> value) Sets the supplier of local stop criterion instances used by this analysis.OneGenTransient.Builder.stopOn(MarkingCondition value) Uses a marking condition to create local stop criterion instances used by this analysis.abstract OneGenTransient.BuilderOneGenTransient.Builder.timeBound(BigDecimal value) Sets the maximum time bound for the analysis.abstract OneGenTransient.BuilderOneGenTransient.Builder.timeStep(BigDecimal value) Sets the step used to compute transient probabilities from 0 tothis.timeBound().