Interface Formule

All Known Subinterfaces:
Equation
All Known Implementing Classes:
EquationAbstract, EquationImpl, FormuleStorage

public interface Formule
Formule. Created: 14 févr. 2006 11:32:40
Version:
$Revision$ Last update: $Date$ by : $Author$
Author:
poussin
  • Method Summary

    Modifier and Type
    Method
    Description
    Return formule category name.
    Return formule content.
    Return formule name.
  • Method Details

    • getName

      String getName()
      Return formule name.
      Returns:
      formule name
    • getCategory

      String getCategory()
      Return formule category name.
      Returns:
      formule category name
    • getContent

      String getContent()
      Return formule content.
      Returns:
      formule content