|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Expression
Represents an expression abstraction. Each expression has a alue that can be computed at run-time.
Method Summary | |
---|---|
java.lang.Object |
compute(Context context)
Computes expression value. |
Method Detail |
---|
java.lang.Object compute(Context context)
context
- the workflow context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |