Uses of Class
org.oristool.models.stpn.trans.RegTransient.Builder
Packages that use RegTransient.Builder
-
Uses of RegTransient.Builder in org.oristool.models.stpn.trans
Methods in org.oristool.models.stpn.trans that return RegTransient.BuilderModifier and TypeMethodDescriptionstatic RegTransient.BuilderRegTransient.builder()Creates a builder for analysis configurations (with default values).abstract RegTransient.BuilderRegTransient.Builder.globalEvaluationPeriod(int steps) Sets the evaluation period for the global kernel (in time steps).RegTransient.Builder.greedyPolicy(BigDecimal timeBound, BigDecimal error) Sets the time bound for the analysis (similarly totimeBound(BigDecimal)) and a greedy policy controlling the enumeration of nodes.abstract RegTransient.BuilderRegTransient.Builder.localEvaluationPeriod(int steps) Sets the evaluation period for the local kernel (in time steps).abstract RegTransient.BuilderRegTransient.Builder.logger(AnalysisLogger value) Sets the logger used by this analysis.abstract RegTransient.BuilderRegTransient.Builder.markingFilter(MarkingCondition value) Uses a marking condition to select markings for which transient probabilities are computed by this analysis.abstract RegTransient.BuilderRegTransient.Builder.monitor(AnalysisMonitor value) Sets the monitor used by this analysis.abstract RegTransient.BuilderRegTransient.Builder.normalizeKernels(boolean value) Enables the normalization of rows in local and global kernels.abstract RegTransient.BuilderRegTransient.Builder.policy(Supplier<EnumerationPolicy> value) Sets the supplier of enumeration policies used by this analysis.abstract RegTransient.BuilderRegTransient.Builder.stopOn(Supplier<StopCriterion> value) Sets the supplier of local stop criterion instances used by this analysis.RegTransient.Builder.stopOn(MarkingCondition value) Uses a marking condition to create local stop criterion instances used by this analysis.abstract RegTransient.BuilderRegTransient.Builder.timeBound(BigDecimal value) Sets the maximum time bound for the analysis.abstract RegTransient.BuilderRegTransient.Builder.timeStep(BigDecimal value) Sets the step used to compute transient probabilities from 0 tothis.timeBound().