Uses of Class
org.oristool.models.gspn.GSPNTransient.Builder
Packages that use GSPNTransient.Builder
-
Uses of GSPNTransient.Builder in org.oristool.models.gspn
Methods in org.oristool.models.gspn that return GSPNTransient.BuilderModifier and TypeMethodDescriptionstatic GSPNTransient.BuilderGSPNTransient.builder()Creates a builder for analysis configurations (with default values).abstract GSPNTransient.BuilderGSPNTransient.Builder.epsilon(double value) Sets the threshold used to decide whether a probability value should be considered equal to0.0.abstract GSPNTransient.BuilderGSPNTransient.Builder.error(double value) Sets the allowed error in the computation of Poisson probabilities with Fox-Glynn algorithm (for each time point).abstract GSPNTransient.BuilderGSPNTransient.Builder.logger(AnalysisLogger value) Sets the logger used by this analysis.abstract GSPNTransient.BuilderGSPNTransient.Builder.monitor(AnalysisMonitor value) Sets the monitor used by this analysis.abstract GSPNTransient.BuilderGSPNTransient.Builder.stopOn(Supplier<StopCriterion> value) Sets the supplier of local stop criterion instances used by this analysis.GSPNTransient.Builder.stopOn(MarkingCondition value) Uses a marking condition to create local stop criterion instances used by this analysis.abstract GSPNTransient.BuilderGSPNTransient.Builder.timePoints(double[] value) Sets the time points for which transient probabilities must be computed.GSPNTransient.Builder.timePoints(double start, double end, double step) Sets evenly spaced values as time points for transient probabilities.