Class Equation
- java.lang.Object
-
- org.processmining.longdistancedependencies.choicedata.Equation
-
public class Equation extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctiongetFunction()intgetOccurrences()doublegetValue()static double[]getValues(java.util.List<Equation> equations)java.lang.StringtoString()
-
-
-
Constructor Detail
-
Equation
public Equation(double value, Function function, int occurrences)
-
-
Method Detail
-
getFunction
public Function getFunction()
-
getOccurrences
public int getOccurrences()
-
getValue
public double getValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getValues
public static double[] getValues(java.util.List<Equation> equations)
-
-