Class MarkovComparator
java.lang.Object
org.palladiosimulator.reliability.solver.compare.MarkovComparator
Provides functionality to compare two Markov models.
The comparison is based on the tracing information which uniquely identifies each Markov state.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Loads and compares the Markov models identified by the two given file names.void
compare
(MarkovChain firstChain, MarkovChain secondChain) Compares two Markov chains.
-
Constructor Details
-
MarkovComparator
public MarkovComparator()
-
-
Method Details
-
compare
Compares two Markov chains.- Parameters:
firstChain
- the first chainsecondChain
- the second chain
-
compare
Loads and compares the Markov models identified by the two given file names. The files must exist and contain valid Markov models.- Parameters:
firstMarkovFileName
- the file name of the first Markov modelsecondMarkovFileName
- the file name of the second Markov model
-