|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.histpop.server.acu.Condition
org.histpop.server.acu.NotCondition
public class NotCondition
| Field Summary |
|---|
| Fields inherited from class org.histpop.server.acu.Condition |
|---|
FALSE, TRUE |
| Constructor Summary | |
|---|---|
NotCondition(Condition c)
|
|
| Method Summary | |
|---|---|
Condition |
evaluate(ServerContext ctx)
|
boolean |
isTrue()
|
java.lang.String |
toString()
|
| Methods inherited from class org.histpop.server.acu.Condition |
|---|
getAction, getMessage, hasAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotCondition(Condition c)
| Method Detail |
|---|
public boolean isTrue()
isTrue in class Condition
public Condition evaluate(ServerContext ctx)
throws ServerException
evaluate in class ConditionServerExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||