public class PotentialFunctionExp2 extends Object implements PotentialFunction, Serializable
Constructor and Description |
---|
PotentialFunctionExp2() |
Modifier and Type | Method and Description |
---|---|
double |
getAlpha() |
double |
getPotentialValue(double x)
Calculates the potential value for x
|
void |
setAlpha(double alpha) |
public double getPotentialValue(double x) throws Exception
PotentialFunction
getPotentialValue
in interface PotentialFunction
Exception
public double getAlpha()
public void setAlpha(double alpha)
alpha
- the alpha to setCopyright © 2018. All Rights Reserved.