|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oodt.cas.workflow.examples.FalseCondition
public class FalseCondition
A WorkflowConditionInstance that always returns false.
| Constructor Summary | |
|---|---|
FalseCondition()
|
|
| 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 FalseCondition()
| 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 WorkflowConditionInstancemetadata - 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 | |||||||||