net.sf.antcontrib.logic.condition
Class BooleanConditionBase
ConditionBase
net.sf.antcontrib.logic.condition.BooleanConditionBase
public class BooleanConditionBase
extends ConditionBase
Extends ConditionBase so I can get access to the condition count and the
first condition. This is the class that the BooleanConditionTask is proxy
for.
Developed for use with Antelope, migrated to ant-contrib Oct 2003.
- Dale Anson, danson@germane-software.com
addIsLessThan
public void addIsLessThan(IsLessThan i)
addIsPropertyFalse
public void addIsPropertyFalse(IsPropertyFalse i)
Adds a feature to the IsPropertyFalse attribute of the
BooleanConditionBase object
i
- The feature to be added to the IsPropertyFalse attribute
addIsPropertyTrue
public void addIsPropertyTrue(IsPropertyTrue i)
Adds a feature to the IsPropertyTrue attribute of the BooleanConditionBase
object
i
- The feature to be added to the IsPropertyTrue attribute
getConditionCount
public int getConditionCount()
Gets the conditionCount attribute of the BooleanConditionBase object
getFirstCondition
public Condition getFirstCondition()
Gets the firstCondition attribute of the BooleanConditionBase object