|
CSP for Java (JCSP) 1.0-rc7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jcsp.lang.Sequential
Sequence
.
This constructor taks an array of CSProcesses and returns a CSProcess that is the sequential composition of its process arguments.
Sequence
instead of this class.
CSProcess
,
Parallel
,
Sequence
Constructor Summary | |
Sequential()
Deprecated. Construct a new Sequential object initially without any processes. |
|
Sequential(CSProcess[] processes)
Deprecated. Construct a new Sequential object with the processes specified. |
Method Summary | |
void |
addProcess(CSProcess process)
Deprecated. Add the process to the Sequential object. |
void |
addProcess(CSProcess[] processes)
Deprecated. Add the array of processes to the Sequential construct. |
void |
removeProcess(CSProcess process)
Deprecated. Remove a process from the Sequential construct. |
void |
run()
Deprecated. Run the sequential composition of the processes registered with this Sequential object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Sequential()
public Sequential(CSProcess[] processes)
processes
- the processes to be executed in sequenceMethod Detail |
public void addProcess(CSProcess process)
process
- The CSProcess to be addedpublic void addProcess(CSProcess[] processes)
processes
- the processes to be addedpublic void removeProcess(CSProcess process)
process
- the process to be removedpublic void run()
run
in interface CSProcess
|
CSP for Java (JCSP) 1.0-rc7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |