Class MarkovTestHelper
java.lang.Object
org.palladiosimulator.reliability.solver.test.MarkovTestHelper
This class provides additional functionality for the Markov Test Cases. To use this
functionality, the Test Case has to be run as a JUnit Plug-in Test (not only a JUnit Test).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionde.uka.ipd.sdq.identifier.Identifier
getModelElement
(de.uka.ipd.sdq.identifier.Identifier root, String guid) Searches a tree of PCM model elements for an element with a certain GUID.
-
Constructor Details
-
MarkovTestHelper
public MarkovTestHelper()
-
-
Method Details
-
getModelElement
public de.uka.ipd.sdq.identifier.Identifier getModelElement(de.uka.ipd.sdq.identifier.Identifier root, String guid) Searches a tree of PCM model elements for an element with a certain GUID. Returns a reference to this element.- Parameters:
root
- the root element of the tree to searchguid
- the guid of the element to find- Returns:
- the reference to the element
-