Class SimpleSemaphore
java.lang.Object
com.semedy.reasoner.reasoning.processes.SimpleSemaphore
- Author:
- angele
-
Constructor Details
-
SimpleSemaphore
public SimpleSemaphore()
-
-
Method Details
-
setGreen
public void setGreen() -
setRed
public void setRed() -
waitForGreen
- Throws:
InterruptedException
-
waitForRed
- Throws:
InterruptedException
-
waitForGreenSetRed
- Throws:
InterruptedException
-
setRedWaitForGreen
- Throws:
InterruptedException
-
waitForRedSetGreen
- Throws:
InterruptedException
-