|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
V
- the variable type.public interface LinearCombFormat<V>
This interface is used to represent formats for linear combinations.
Method Summary | |
---|---|
java.lang.String |
format(LinearComb<V> expression)
Returns a formatted string representation of the provided linear combination. |
LinearComb<V> |
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(LinearComb<V> expression)
format
in interface MathExprFormat<LinearComb<V>,V>
expression
- the linear combination to be formatted.
LinearComb<V> parse(java.lang.String expression)
parse
in interface MathExprFormat<LinearComb<V>,V>
parse
in interface Parser<LinearComb<V>>
expression
- the string to be parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |