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