|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
private static interface PSDFScheduler.SymbolicScheduleElement
An interface for schedule elements whose iteration counts are in terms of symbolic expressions.
Method Summary | |
---|---|
java.lang.String |
expression()
Return the most recent expression that was used to set the iteration count of this symbolic firing. |
ASTPtRootNode |
parseTree()
Get the parse tree of the iteration expression. |
void |
setIterationCount(java.lang.String expression)
Set the expression associated with the iteration count. |
Method Detail |
---|
java.lang.String expression()
setIterationCount(String).
ASTPtRootNode parseTree()
void setIterationCount(java.lang.String expression)
expression
- The expression to be associated with the
iteration count.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |