|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.util.metric.MetricExpressionParser
* The MetricExpressionParser is in charge of parsing the string
representation of a metrix expression.
MetricExpression the
MetricExpressionParser provides the following methods:
*
*
*
*
*
*
*
*
*
*
MetricExpression| Method Summary | |
static MetricExpression |
parse(java.lang.String expression)
Parses the given string representation of a metric expression and returns an instance of MarticExpression. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final MetricExpression parse(java.lang.String expression)
throws MetricExpressionParserException
MarticExpression.
expression - the string representation to parse
MetricExpression
MetricExpressionParserException - is thrown when the given string
representation is malformed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||