Interface Equation

All Superinterfaces:
Formule, Serializable, org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.TopiaEntityContextable
All Known Implementing Classes:
EquationAbstract, EquationImpl

public interface Equation extends Formule, org.nuiton.topia.persistence.TopiaEntityContextable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     

    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
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    evaluate(Object... others)
     
     
    Return formule category name.
    Return formule content.
     
     
    Return formule name.
    void
    setCategory(String category)
     
    void
    setContent(String content)
     
    void
    setJavaInterface(Class javaInterface)
     
    void
    setLanguage(String language)
     
    void
     

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

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

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

    delete, getTopiaContext, setTopiaContext, update
  • Field Details

  • Method Details

    • setName

      void setName(String name)
    • getName

      String getName()
      Description copied from interface: Formule
      Return formule name.
      Specified by:
      getName in interface Formule
      Returns:
      formule name
    • setContent

      void setContent(String content)
    • getContent

      String getContent()
      Description copied from interface: Formule
      Return formule content.
      Specified by:
      getContent in interface Formule
      Returns:
      formule content
    • setCategory

      void setCategory(String category)
    • getCategory

      String getCategory()
      Description copied from interface: Formule
      Return formule category name.
      Specified by:
      getCategory in interface Formule
      Returns:
      formule category name
    • setLanguage

      void setLanguage(String language)
    • getLanguage

      String getLanguage()
    • setJavaInterface

      void setJavaInterface(Class javaInterface)
    • getJavaInterface

      Class getJavaInterface()
    • evaluate

      double evaluate(Object... others)
    • evaluateNecessaryResult

      String[] evaluateNecessaryResult()