|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- the expression type.V
- the variable type.public interface MathExprFormat<E extends MathExpr<V>,V>
This interface is used to represent formats for linear combinations.
Method Summary | |
---|---|
java.lang.String |
format(E expression)
Returns a formatted string representation of the provided linear combination. |
E |
parse(java.lang.String expression)
Parses the provided string and returns its corresponding linear combination. |
Methods inherited from interface sbrt.shell.text.Formatter |
---|
format |
Method Detail |
---|
java.lang.String format(E expression)
expression
- the linear combination to be formatted.
E parse(java.lang.String expression)
parse
in interface Parser<E extends MathExpr<V>>
expression
- the string to be parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |