|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.api.expressions.ExpressionBuilder
public final class ExpressionBuilder
A Builder which can be used in order to build expressions.
| Field Summary | |
|---|---|
static String |
FULL_NAME
FullName tag for Port. |
| Method Summary | |
|---|---|
ExpressionBuilder |
append(IExpressionSegment provider,
String tag)
|
ExpressionBuilder |
append(Object segment)
Appends a new segment to the expression. |
Expression |
build()
Builds the expression. |
static ExpressionBuilder |
expr()
Creates a new expression builder instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String FULL_NAME
| Method Detail |
|---|
public static ExpressionBuilder expr()
public ExpressionBuilder append(Object segment)
segment - The segment which should be appended.
public ExpressionBuilder append(IExpressionSegment provider,
String tag)
provider - The expression segment provider.tag - The tag which specifies the value which should be get during
runtime when building an expression string.
append(Object)public Expression build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||