public void addIsSet_(IsSet_ i) {
   super.add(i);
 }
 public void addNot_(Not_ i) {
   super.add(i);
 }
 public void addOr_(Or_ i) {
   super.add(i);
 }
 public void addEndsWith(EndsWith i) {
   super.add(i);
 }
 public void addAnd_(And_ i) {
   super.add(i);
 }
 public void addStartsWith(StartsWith i) {
   super.add(i);
 }
 public void addIsLessThan(IsLessThan i) {
   super.add(i);
 }
 public void addIsGreaterThan(IsGreaterThan i) {
   super.add(i);
 }
 /**
  * Adds a feature to the IsPropertyFalse attribute of the BooleanConditionBase object
  *
  * @param i The feature to be added to the IsPropertyFalse attribute
  */
 public void addIsPropertyFalse(IsPropertyFalse i) {
   super.add(i);
 }
 /**
  * Adds a feature to the IsPropertyTrue attribute of the BooleanConditionBase object
  *
  * @param i The feature to be added to the IsPropertyTrue attribute
  */
 public void addIsPropertyTrue(IsPropertyTrue i) {
   super.add(i);
 }