|
|||||||||
| 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.OrCondition
public class OrCondition
| Field Summary |
|---|
| Fields inherited from class org.histpop.server.acu.Condition |
|---|
FALSE, TRUE |
| Constructor Summary | |
|---|---|
OrCondition(Condition c1,
Condition c2)
|
|
| Method Summary | |
|---|---|
Condition |
evaluate(ServerContext ctx)
|
ServerMethod |
getAction()
|
boolean |
hasAction()
|
boolean |
isTrue()
|
java.lang.String |
toString()
|
| Methods inherited from class org.histpop.server.acu.Condition |
|---|
getMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrCondition(Condition c1,
Condition c2)
| Method Detail |
|---|
public boolean isTrue()
isTrue in class Condition
public Condition evaluate(ServerContext ctx)
throws ServerException
evaluate in class ConditionServerExceptionpublic ServerMethod getAction()
getAction in class Conditionpublic boolean hasAction()
hasAction in class Conditionpublic 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 | ||||||||