fr.ifremer.isisfish.simulator.sensitivity.domain
Class EquationContinuousDomain

java.lang.Object
  extended by fr.ifremer.isisfish.simulator.sensitivity.domain.ContinuousDomain
      extended by fr.ifremer.isisfish.simulator.sensitivity.domain.EquationContinuousDomain
All Implemented Interfaces:
Domain, Serializable, Cloneable

public class EquationContinuousDomain
extends ContinuousDomain

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.

Version:
$Revision: 1.0 $ Last update : $Date: 24 févr. 2009 $ By : $Author: chatellier $
Author:
chatellier
See Also:
Serialized Form

Field Summary
protected  String variableName
          Variable name (must be java valid identifier)
 
Fields inherited from class fr.ifremer.isisfish.simulator.sensitivity.domain.ContinuousDomain
coefficient, maxBound, minBound, percentageType, referenceValue
 
Constructor Summary
EquationContinuousDomain()
          Min/max type constructor.
EquationContinuousDomain(boolean percentageType)
          Constructor with type.
 
Method Summary
 EquationContinuousDomain clone()
          Clone the domain
 String getVariableName()
          Get variable name.
 void setVariableName(String variableName)
          Set variable name.
 String toString()
           
 
Methods inherited from class fr.ifremer.isisfish.simulator.sensitivity.domain.ContinuousDomain
accept, getCalculatorMaxBound, getCalculatorMinBound, getCoefficient, getMaxBound, getMinBound, getReferenceValue, getValueForIdentifier, isPercentageType, setCoefficient, setMaxBound, setMinBound, setPercentageType, setReferenceValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

variableName

protected String variableName
Variable name (must be java valid identifier)

Constructor Detail

EquationContinuousDomain

public EquationContinuousDomain()
Min/max type constructor.


EquationContinuousDomain

public EquationContinuousDomain(boolean percentageType)
Constructor with type.

Parameters:
percentageType - if true percentage type
Method Detail

getVariableName

public String getVariableName()
Get variable name.

Returns:
the variableName

setVariableName

public void setVariableName(String variableName)
Set variable name.

Parameters:
variableName - the variableName to set

clone

public EquationContinuousDomain clone()
Description copied from interface: Domain
Clone the domain

Specified by:
clone in interface Domain
Overrides:
clone in class ContinuousDomain
Returns:
the domain cloned

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2012 CodeLutin. All Rights Reserved.