|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.isisfish.simulator.sensitivity.domain.ContinuousDomain<Double,Double>
fr.ifremer.isisfish.simulator.sensitivity.domain.EquationContinuousDomain
public class EquationContinuousDomain
Domaine continu portant sur variable pouvant prendre diférente valeur par rapport à une valeur initiale. Composé d'un borne min et max et d'un opération.
| Field Summary | |
|---|---|
protected Double |
coefficient
Coefficient in percent |
protected String |
operator
Operation. (=,+,-,/) |
protected Double |
referenceValue
Reference value |
protected Double |
value
Value used to create the equation |
protected String |
variableName
Variable name (must be java valid identifier) |
| Fields inherited from class fr.ifremer.isisfish.simulator.sensitivity.domain.ContinuousDomain |
|---|
cardinality, maxBound, minBound |
| Constructor Summary | |
|---|---|
EquationContinuousDomain()
Empty constructor. |
|
| Method Summary | |
|---|---|
EquationContinuousDomain |
clone()
Clone the domain |
Double |
getCoefficient()
Get coefficient. |
double |
getMaxBound()
. |
double |
getMinBound()
. |
String |
getOperator()
Get operator. |
Double |
getReferenceValue()
Get reference value. |
Double |
getValue()
Get value used to create the equation. |
Double |
getValueForIdentifier(Double identifier)
Return value associated to identifier. |
String |
getVariableName()
Get variable name. |
void |
setCoefficient(Double coefficient)
Set coefficient. |
void |
setOperator(String operator)
Set operator. |
void |
setReferenceValue(Double referenceValue)
Set reference value. |
void |
setValue(Double value)
Set value used to create the equation. |
void |
setVariableName(String variableName)
Set variable name. |
String |
toString()
|
| Methods inherited from class fr.ifremer.isisfish.simulator.sensitivity.domain.ContinuousDomain |
|---|
accept, getCardinality, setCardinality, setMaxBound, setMinBound |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String variableName
protected String operator
protected Double coefficient
protected Double referenceValue
protected Double value
| Constructor Detail |
|---|
public EquationContinuousDomain()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getVariableName()
public void setVariableName(String variableName)
variableName - the variableName to setpublic String getOperator()
public void setOperator(String operator)
operator - the operator to setpublic Double getCoefficient()
public void setCoefficient(Double coefficient)
coefficient - the coefficient to setpublic Double getReferenceValue()
public void setReferenceValue(Double referenceValue)
referenceValue - the reference value.to setpublic double getMinBound()
getMinBound in class ContinuousDomain<Double,Double>public double getMaxBound()
getMaxBound in class ContinuousDomain<Double,Double>public Double getValueForIdentifier(Double identifier)
getValueForIdentifier in interface Domain<Double,Double>getValueForIdentifier in class ContinuousDomain<Double,Double>public Double getValue()
public void setValue(Double value)
value - the value to setpublic EquationContinuousDomain clone()
Domain
clone in interface Domain<Double,Double>clone in class ContinuousDomain<Double,Double>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||