|
Triveni | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--triveni.Communicator
|
+--triveni.Expr
|
+--triveni.Loop
Class Loop allows an Expr to be
repeated, that is,
sequentially composed with itself infinitely many times.
A loop expression never terminates.
Sequence| Constructor Summary | |
Loop(Expr expr)
|
|
| Method Summary | |
java.lang.Object |
clone()
|
| Methods inherited from class triveni.Expr |
addNewActExpressions,
become,
printFSM,
setOnQuiescence,
setTracer,
spawn,
start,
start,
update |
| Methods inherited from class triveni.Communicator |
addLabeledListener,
addRelevantLabel,
addRelevantLabels,
fireEvent,
getRelevantLabels,
removeLabeledListener,
removeRelevantLabel,
setRelevantLabels,
setRelevantLabels |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Loop(Expr expr)
expr - the expr to be repeated.expr is null or Done.| Method Detail |
public java.lang.Object clone()
|
Triveni | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||