Class VariablePower
- java.lang.Object
-
- org.processmining.longdistancedependencies.function.VariablePower
-
-
Constructor Summary
Constructors Constructor Description VariablePower(int parameterIndex, java.lang.String name, int power)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)doublegetPartialDerivative(int parameterIndex, double[] parameters)doublegetValue(double[] parameters)inthashCode()booleanisConstant()java.lang.StringtoLatex()java.lang.StringtoString()
-
-
-
Method Detail
-
getPartialDerivative
public double getPartialDerivative(int parameterIndex, double[] parameters)- Specified by:
getPartialDerivativein interfaceFunction
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
isConstant
public boolean isConstant()
- Specified by:
isConstantin interfaceFunction
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-