Package coneforest.psylla.core
Class PsyCondition
java.lang.Object
coneforest.psylla.core.PsyCondition
- All Implemented Interfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
A representation of
condition
.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPsyCondition
(Condition condition) Constructs acondition
object that wraps given condition. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Field Details
-
OPERATORS
-
-
Constructor Details
-
PsyCondition
Constructs acondition
object that wraps given condition.- Parameters:
condition
- a condition.
-
-
Method Details
-
psyNotify
public void psyNotify() -
psyWait
Causes the current context to wait until it is notified or interrupted.- Throws:
PsyInterruptException
- when current context is interrupted.PsyErrorException
-