Class NqrUtil
- java.lang.Object
-
- org.palladiosimulator.qualitymodel.helper.NqrUtil
-
public class NqrUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description NqrUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
calculateSetValue(SetLiteral setValue, ArrayList<Element> rankedElements)
static double
getNqrValue(Dimension criterionDim, Dimension targetDim, ValueLiteral value)
static ArrayList<Element>
rankElements(List<Element> elems, List<Order> order, RelationSemantics relSem)
-
-
-
Method Detail
-
calculateSetValue
public static double calculateSetValue(SetLiteral setValue, ArrayList<Element> rankedElements)
-
getNqrValue
public static double getNqrValue(Dimension criterionDim, Dimension targetDim, ValueLiteral value)
-
-