SSF.OS
Class Condition

java.lang.Object
  |
  +--com.renesys.raceway.SSF.Entity
        |
        +--SSF.OS.Condition

synchronized class Condition
extends com.renesys.raceway.SSF.Entity


Field Summary
private  com.renesys.raceway.SSF.inChannel fromSelf
           
private  com.renesys.raceway.SSF.outChannel toSelf
           
 
Fields inherited from class com.renesys.raceway.SSF.Entity
 
Constructor Summary
Condition()
           
 
Method Summary
 void block(com.renesys.raceway.SSF.process)
           
 void signal()
           
 
Methods inherited from class com.renesys.raceway.SSF.Entity
alignment, alignTo, coalignedEntities, inChannels, init, joinAll, makeIndependent, now, outChannels, pauseAll, playRole, processes, resumeAll, startAll, startAll, startClient, startClient, startServer, W, Z
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromSelf

private com.renesys.raceway.SSF.inChannel fromSelf

toSelf

private com.renesys.raceway.SSF.outChannel toSelf
Constructor Detail

Condition

public Condition()
Method Detail

block

public void block(com.renesys.raceway.SSF.process)

signal

public void signal()