Class EquationImpl

java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
fr.ifremer.isisfish.entities.EquationAbstract
fr.ifremer.isisfish.entities.EquationImpl
All Implemented Interfaces:
Equation, Formule, Serializable, org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.TopiaEntityContextable

public class EquationImpl extends EquationAbstract
EquationImpl. Created: 20 janv. 2006 03:43:01
Version:
$Revision$ Last update: $Date$ by : $Author$
Author:
poussin
See Also:
  • Field Summary

    Fields inherited from class fr.ifremer.isisfish.entities.EquationAbstract

    category, content, javaInterface, language, name

    Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract

    readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables

    Fields inherited from interface fr.ifremer.isisfish.entities.Equation

    PROPERTY_CATEGORY, PROPERTY_CONTENT, PROPERTY_JAVA_INTERFACE, PROPERTY_LANGUAGE, PROPERTY_NAME

    Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity

    AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION

    Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable

    TOPIA_CONTEXT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    evaluate(Object... args)
    Evalue l'equation et retourne le résultat.
    Evalue l'equation et retourne le necessaryResult
     

    Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract

    addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity

    addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion

    Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable

    getTopiaContext, setTopiaContext
  • Constructor Details

    • EquationImpl

      public EquationImpl()
  • Method Details

    • evaluate

      public double evaluate(Object... args)
      Evalue l'equation et retourne le résultat.
      Parameters:
      args - equation args (arg name and arg value)
      Returns:
      equation evaluation
    • evaluateNecessaryResult

      public String[] evaluateNecessaryResult()
      Evalue l'equation et retourne le necessaryResult
      Returns:
      equation evaluation
    • toString

      public String toString()
      Overrides:
      toString in class EquationAbstract