Class StoExHelper
java.lang.Object
org.palladiosimulator.analyzer.quality.util.StoExHelper
Class with helper function for StoEx processing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringStoEx for the mathematical function max(leftSpecification,rightSpecification).static StringStoEx for the mathematical function min(leftSpecification,rightSpecification).static StringstoExMinus(String leftSpecification, String rightSpecification) StoEx for the mathematical function (leftSpecification - rightSpecification).static StringStoEx for the mathematical function (leftSpecification * rightSpecification).static StringStoEx 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.
-