Uses of Class
org.oristool.models.ValidationMessageCollector
Packages that use ValidationMessageCollector
Package
Description
Provides classes for the analysis of different models.
Analysis of GSPNs.
Reachability analysis in GSPNs.
Analysis of MRPs under enabling restriction.
Steady-state analysis of MRPs.
Transient analysis of MRPs and GSMPs.
Analysis of TPNs.
-
Uses of ValidationMessageCollector in org.oristool.models
Methods in org.oristool.models with parameters of type ValidationMessageCollectorModifier and TypeMethodDescriptionbooleanEngine.canAnalyze(M model, ValidationMessageCollector collector) Checks if the analysis can be applied to the given model. -
Uses of ValidationMessageCollector in org.oristool.models.gspn
Methods in org.oristool.models.gspn with parameters of type ValidationMessageCollectorModifier and TypeMethodDescriptionbooleanGSPNSteadyState.canAnalyze(PetriNet pn, ValidationMessageCollector c) booleanGSPNTransient.canAnalyze(PetriNet pn, ValidationMessageCollector c) -
Uses of ValidationMessageCollector in org.oristool.models.gspn.reachability
Methods in org.oristool.models.gspn.reachability with parameters of type ValidationMessageCollectorModifier and TypeMethodDescriptionbooleanGSPNReachability.canAnalyze(PetriNet pn, ValidationMessageCollector c) -
Uses of ValidationMessageCollector in org.oristool.models.stpn.onegen
Methods in org.oristool.models.stpn.onegen with parameters of type ValidationMessageCollectorModifier and TypeMethodDescriptionbooleanOneGenTransient.canAnalyze(PetriNet pn, ValidationMessageCollector c) -
Uses of ValidationMessageCollector in org.oristool.models.stpn.steady
Methods in org.oristool.models.stpn.steady with parameters of type ValidationMessageCollectorModifier and TypeMethodDescriptionbooleanRegSteadyState.canAnalyze(PetriNet pn, ValidationMessageCollector c) -
Uses of ValidationMessageCollector in org.oristool.models.stpn.trans
Methods in org.oristool.models.stpn.trans with parameters of type ValidationMessageCollectorModifier and TypeMethodDescriptionbooleanRegTransient.canAnalyze(PetriNet pn, ValidationMessageCollector c) booleanTreeTransient.canAnalyze(PetriNet pn, ValidationMessageCollector c) -
Uses of ValidationMessageCollector in org.oristool.models.tpn
Methods in org.oristool.models.tpn with parameters of type ValidationMessageCollectorModifier and TypeMethodDescriptionbooleanTimedAnalysis.canAnalyze(PetriNet pn, ValidationMessageCollector c)