fr.ove.utils
Interface Formater

All Known Implementing Classes:
Absoluteformater, AdditionFormater, AdditionFormater, AdditionFormater, ClassicalOperatorFormater, ClassicalOperatorFormater, ClassicalOperatorFormater, ComplexCartesianFormater, ComplexPolarFormater, DifferentiationFormater, ElementFormater, FormaterRepository, FormulaFormater, FormulaFormater, FormulaFormater, FunctionFormater, FunctionFormater, FunctionFormater, FunctionFormater2, GroupFormater, IconFormater, IntegralFormater, LambdaFormater, LambdaFormater, LimitFormater, MapsToSigmaFormater, Mfd2SubstitutionFormater, ParenthesizeFormater, ParenthesizeFormater, ParenthesizeFormater, SymbolFormater, SymbolFormater, UnaryFormater, VariableOrNumberFormater, VariableOrNumberFormater, VariableOrNumberFormater

public interface Formater

The interface to implement to format an object as a string.

Version:
1.0 07/01/2000
Author:
© 2000 DIRAT Laurent

Method Summary
 java.lang.String format(java.lang.String formatedObject, FormaterRepository formaterRepository, java.lang.Object obj)
          Returns the specified object formatted as a string.
 

Method Detail

format

public java.lang.String format(java.lang.String formatedObject,
                               FormaterRepository formaterRepository,
                               java.lang.Object obj)
Returns the specified object formatted as a string.

Parameters:
formatedObject - the formatted object (for structured object, could represents the beginning).
formaterRepository - where the different other formaters are.
obj - the object to format.


Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.