|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oodt.cas.workflow.examples.LongCondition
public class LongCondition
A Simple condition that evaluates to false as many times as specified by the dynamic metadata parameter "numFalse". After that, the condition returns true.
Constructor Summary | |
---|---|
LongCondition()
|
Method Summary | |
---|---|
boolean |
evaluate(org.apache.oodt.cas.metadata.Metadata metadata,
WorkflowConditionConfiguration config)
The actual conditional: this method should return true if
the condition is satisfied, otherwise, false. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LongCondition()
Method Detail |
---|
public boolean evaluate(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowConditionConfiguration config)
WorkflowConditionInstance
The actual conditional: this method should return true
if
the condition is satisfied, otherwise, false.
evaluate
in interface WorkflowConditionInstance
metadata
- Any metadata needed by the conditional to determine
satisfaction.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |