Class StoExHelper
java.lang.Object
org.palladiosimulator.analyzer.quality.util.StoExHelper
Class with helper function for StoEx processing.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
StoEx for the mathematical function max(leftSpecification,rightSpecification).static String
StoEx for the mathematical function min(leftSpecification,rightSpecification).static String
stoExMinus
(String leftSpecification, String rightSpecification) StoEx for the mathematical function (leftSpecification - rightSpecification).static String
StoEx for the mathematical function (leftSpecification * rightSpecification).static String
StoEx for the mathematical function (leftSpecification + rightSpecification).
-
Constructor Details
-
StoExHelper
public StoExHelper()
-
-
Method Details
-
stoExMax
StoEx for the mathematical function max(leftSpecification,rightSpecification).- Parameters:
leftSpecification
- Left specification.rightSpecification
- Right specification.- Returns:
- StoEx specification for the function.
-
stoExMin
StoEx for the mathematical function min(leftSpecification,rightSpecification).- Parameters:
leftSpecification
- Left specification.rightSpecification
- Right specification.- Returns:
- StoEx specification for the function.
-
stoExMinus
StoEx for the mathematical function (leftSpecification - rightSpecification).- Parameters:
leftSpecification
- Left specification.rightSpecification
- Right specification.- Returns:
- StoEx specification for the function.
-
stoExPlus
StoEx for the mathematical function (leftSpecification + rightSpecification).- Parameters:
leftSpecification
- Left specification.rightSpecification
- Right specification.- Returns:
- StoEx specification for the function.
-
stoExMul
StoEx for the mathematical function (leftSpecification * rightSpecification).- Parameters:
leftSpecification
- Left specification.rightSpecification
- Right specification.- Returns:
- StoEx specification for the function.
-