コード例 #1
0
 public void addIsSet_(IsSet_ i) {
   super.add(i);
 }
コード例 #2
0
 public void addNot_(Not_ i) {
   super.add(i);
 }
コード例 #3
0
 public void addOr_(Or_ i) {
   super.add(i);
 }
コード例 #4
0
 public void addEndsWith(EndsWith i) {
   super.add(i);
 }
コード例 #5
0
 public void addAnd_(And_ i) {
   super.add(i);
 }
コード例 #6
0
 public void addStartsWith(StartsWith i) {
   super.add(i);
 }
コード例 #7
0
 public void addIsLessThan(IsLessThan i) {
   super.add(i);
 }
コード例 #8
0
 public void addIsGreaterThan(IsGreaterThan i) {
   super.add(i);
 }
コード例 #9
0
 /**
  * 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);
 }
コード例 #10
0
 /**
  * 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);
 }