public class LongCondition extends Object implements WorkflowConditionInstance
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 and Description | 
|---|
| LongCondition() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | evaluate(Metadata metadata,
        WorkflowConditionConfiguration config)
 The actual conditional: this method should return  trueif
 the condition is satisfied, otherwise, false. | 
public boolean evaluate(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.Copyright © 1999–2017 Apache OODT. All rights reserved.