|
|||||||||
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 Condition
ServerException
public ServerMethod getAction()
getAction
in class Condition
public boolean hasAction()
hasAction
in class Condition
public 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 |