public class EquationContinuousDomain extends ContinuousDomain
| Modifier and Type | Field and Description |
|---|---|
protected String |
variableName
Variable name (must be java valid identifier)
|
coefficient, maxBound, minBound, percentageType, referenceValue| Constructor and Description |
|---|
EquationContinuousDomain()
Min/max type constructor.
|
EquationContinuousDomain(boolean percentageType)
Constructor with type.
|
| Modifier and Type | Method and Description |
|---|---|
EquationContinuousDomain |
clone()
Clone the domain
|
String |
getVariableName()
Get variable name.
|
void |
setVariableName(String variableName)
Set variable name.
|
String |
toString() |
accept, getCalculatorMaxBound, getCalculatorMinBound, getCoefficient, getMaxBound, getMinBound, getReferenceValue, getValueForIdentifier, isPercentageType, setCoefficient, setMaxBound, setMinBound, setPercentageType, setReferenceValueprotected String variableName
public EquationContinuousDomain()
public EquationContinuousDomain(boolean percentageType)
percentageType - if true percentage typepublic String getVariableName()
public void setVariableName(String variableName)
variableName - the variableName to setpublic EquationContinuousDomain clone()
Domainclone in interface Domainclone in class ContinuousDomainCopyright © 1999-2012 CodeLutin. All Rights Reserved.