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.BuilderGSPNSteadyState.builder()Creates a builder for analysis configurations (with default values).abstract GSPNSteadyState.BuilderGSPNSteadyState.Builder.epsilon(double value) Sets the threshold used to decide whether a probability value should be considered equal to0.0.abstract GSPNSteadyState.BuilderGSPNSteadyState.Builder.logger(AnalysisLogger value) Sets the logger used by this analysis.abstract GSPNSteadyState.BuilderGSPNSteadyState.Builder.monitor(AnalysisMonitor value) Sets the monitor used by this analysis.abstract GSPNSteadyState.BuilderGSPNSteadyState.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.