Uses of Class
org.oristool.models.tpn.TimedAnalysis.Builder
Packages that use TimedAnalysis.Builder
-
Uses of TimedAnalysis.Builder in org.oristool.models.tpn
Methods in org.oristool.models.tpn that return TimedAnalysis.BuilderModifier and TypeMethodDescriptionstatic TimedAnalysis.BuilderTimedAnalysis.builder()Creates a builder for analysis configurations (with default values).abstract TimedAnalysis.BuilderTimedAnalysis.Builder.excludeZeroProb(boolean value) Sets whether or not this analysis should exclude transition firings with zero probability.abstract TimedAnalysis.BuilderTimedAnalysis.Builder.includeAge(boolean value) Sets whether or not this analysis should addVariable.AGEto the set of enabled variables.abstract TimedAnalysis.BuilderTimedAnalysis.Builder.logger(AnalysisLogger value) Sets the logger used by this analysis.abstract TimedAnalysis.BuilderTimedAnalysis.Builder.markRegenerations(boolean value) Sets whether or not this analysis should add theRegenerationproperty to states.abstract TimedAnalysis.BuilderTimedAnalysis.Builder.monitor(AnalysisMonitor value) Sets the monitor used by this analysis.abstract TimedAnalysis.BuilderTimedAnalysis.Builder.policy(Supplier<EnumerationPolicy> value) Sets the supplier of enumeration policies used by this analysis.abstract TimedAnalysis.BuilderTimedAnalysis.Builder.stopOn(Supplier<StopCriterion> value) Sets the supplier of local stop criterion instances used by this analysis.TimedAnalysis.Builder.stopOn(MarkingCondition value) Uses a marking condition to create local stop criterion instances used by this analysis.