Uses of Class
org.pentaho.di.core.Condition
- 
Packages that use Condition Package Description org.pentaho.di.core  - 
- 
Uses of Condition in org.pentaho.di.core
Methods in org.pentaho.di.core that return Condition Modifier and Type Method Description ConditionCondition. getCondition(int i)Methods in org.pentaho.di.core that return types with arguments of type Condition Modifier and Type Method Description List<Condition>Condition. getChildren()Methods in org.pentaho.di.core with parameters of type Condition Modifier and Type Method Description voidCondition. addCondition(int idx, Condition cb)voidCondition. addCondition(Condition cb)voidCondition. setCondition(int i, Condition subCondition) 
 -