Uses of Class
org.oristool.models.gspn.GSPNSteadyState.Builder
Packages that use GSPNSteadyState.Builder
-
Uses of GSPNSteadyState.Builder in org.oristool.models.gspn
Methods in org.oristool.models.gspn that return GSPNSteadyState.BuilderModifier and TypeMethodDescriptionstatic GSPNSteadyState.Builder
GSPNSteadyState.builder()
Creates a builder for analysis configurations (with default values).abstract GSPNSteadyState.Builder
GSPNSteadyState.Builder.epsilon
(double value) Sets the threshold used to decide whether a probability value should be considered equal to0.0
.abstract GSPNSteadyState.Builder
GSPNSteadyState.Builder.logger
(AnalysisLogger value) Sets the logger used by this analysis.abstract GSPNSteadyState.Builder
GSPNSteadyState.Builder.monitor
(AnalysisMonitor value) Sets the monitor used by this analysis.abstract GSPNSteadyState.Builder
GSPNSteadyState.Builder.stopOn
(Supplier<StopCriterion> value) Sets the supplier of local stop criterion instances used by this analysis.GSPNSteadyState.Builder.stopOn
(MarkingCondition value) Uses a marking condition to create local stop criterion instances used by this analysis.