net.sf.antcontrib.logic.condition
public class BooleanConditionBase extends ConditionBase
Developed for use with Antelope, migrated to ant-contrib Oct 2003.
Method Summary | |
---|---|
void | addIsGreaterThan(IsGreaterThan i) |
void | addIsLessThan(IsLessThan i) |
void | addIsPropertyFalse(IsPropertyFalse i)
Adds a feature to the IsPropertyFalse attribute of the
BooleanConditionBase object
|
void | addIsPropertyTrue(IsPropertyTrue i)
Adds a feature to the IsPropertyTrue attribute of the BooleanConditionBase
object
|
int | getConditionCount()
Gets the conditionCount attribute of the BooleanConditionBase object
|
Condition | getFirstCondition()
Gets the firstCondition attribute of the BooleanConditionBase object
|
Parameters: i The feature to be added to the IsPropertyFalse attribute
Parameters: i The feature to be added to the IsPropertyTrue attribute
Returns: The conditionCount value
Returns: The firstCondition value