|
||||||||||
| 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<java.lang.Double,java.lang.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 java.lang.Double |
coefficient
Coefficient in percent |
protected java.lang.String |
operator
Operation. (=,+,-,/) |
protected java.lang.Double |
referenceValue
Reference value |
protected java.lang.Double |
value
Value used to create the equation |
protected java.lang.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 |
java.lang.Double |
getCoefficient()
Get coefficient. |
double |
getMaxBound()
. |
double |
getMinBound()
. |
java.lang.String |
getOperator()
Get operator. |
java.lang.Double |
getReferenceValue()
Get reference value. |
java.lang.Double |
getValue()
Get value used to create the equation. |
java.lang.Double |
getValueForIdentifier(java.lang.Double identifier)
Return value associated to identifier. |
java.lang.String |
getVariableName()
Get variable name. |
void |
setCoefficient(java.lang.Double coefficient)
Set coefficient. |
void |
setOperator(java.lang.String operator)
Set operator. |
void |
setReferenceValue(java.lang.Double referenceValue)
Set reference value. |
void |
setValue(java.lang.Double value)
Set value used to create the equation. |
void |
setVariableName(java.lang.String variableName)
Set variable name. |
java.lang.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 java.lang.String variableName
protected java.lang.String operator
protected java.lang.Double coefficient
protected java.lang.Double referenceValue
protected java.lang.Double value
| Constructor Detail |
|---|
public EquationContinuousDomain()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getVariableName()
public void setVariableName(java.lang.String variableName)
variableName - the variableName to setpublic java.lang.String getOperator()
public void setOperator(java.lang.String operator)
operator - the operator to setpublic java.lang.Double getCoefficient()
public void setCoefficient(java.lang.Double coefficient)
coefficient - the coefficient to setpublic java.lang.Double getReferenceValue()
public void setReferenceValue(java.lang.Double referenceValue)
referenceValue - the reference value.to setpublic double getMinBound()
getMinBound in class ContinuousDomain<java.lang.Double,java.lang.Double>public double getMaxBound()
getMaxBound in class ContinuousDomain<java.lang.Double,java.lang.Double>public java.lang.Double getValueForIdentifier(java.lang.Double identifier)
getValueForIdentifier in interface Domain<java.lang.Double,java.lang.Double>getValueForIdentifier in class ContinuousDomain<java.lang.Double,java.lang.Double>public java.lang.Double getValue()
public void setValue(java.lang.Double value)
value - the value to setpublic EquationContinuousDomain clone()
Domain
clone in interface Domain<java.lang.Double,java.lang.Double>clone in class ContinuousDomain<java.lang.Double,java.lang.Double>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||