Example #1
0
 public boolean isdeferedValue() {
   if (ModelUtilities.getOwnSlotValue(this, "defered") == null) return false;
   else return ((Boolean) ModelUtilities.getOwnSlotValue(this, "defered")).booleanValue();
 }
Example #2
0
 public Collection getEPR_queryValue() {
   return ModelUtilities.getOwnSlotValues(this, "EPR_query");
 }
Example #3
0
 public void setdeferedValue(boolean defered) {
   ModelUtilities.setOwnSlotValue(this, "defered", new Boolean(defered));
 }
Example #4
0
 public String getoperatorValue() {
   return ((String) ModelUtilities.getOwnSlotValue(this, "operator"));
 }
Example #5
0
 public void setEPR_queryValue(Collection EPR_query) {
   ModelUtilities.setOwnSlotValues(this, "EPR_query", EPR_query);
 }
Example #6
0
 public Instance getsecond_argumentValue() {
   return ((Instance) ModelUtilities.getOwnSlotValue(this, "second_argument"));
 }
Example #7
0
 public void setoperatorValue(String operator) {
   ModelUtilities.setOwnSlotValue(this, "operator", operator);
 }
Example #8
0
 public void setfirst_argumentValue(Instance first_argument) {
   ModelUtilities.setOwnSlotValue(this, "first_argument", first_argument);
 }
Example #9
0
 public void setsecond_argumentValue(Instance second_argument) {
   ModelUtilities.setOwnSlotValue(this, "second_argument", second_argument);
 }
Example #10
0
 public void setfirst_stepValue(Instance first_step) {
   ModelUtilities.setOwnSlotValue(this, "first_step", first_step);
 }
Example #11
0
 public Instance getfirst_stepValue() {
   return ((Instance) ModelUtilities.getOwnSlotValue(this, "first_step"));
 }
Example #12
0
 public void setlast_stepValue(Instance last_step) {
   ModelUtilities.setOwnSlotValue(this, "last_step", last_step);
 }
Example #13
0
 public Collection getstepsValue() {
   return ModelUtilities.getOwnSlotValues(this, "steps");
 }
Example #14
0
 public void setstepsValue(Collection steps) {
   ModelUtilities.setOwnSlotValues(this, "steps", steps);
 }
Example #15
0
 public Instance getcompletion_criteriaValue() {
   return ((Instance) ModelUtilities.getOwnSlotValue(this, "completion_criteria"));
 }
Example #16
0
 public void setcompletion_criteriaValue(Instance completion_criteria) {
   ModelUtilities.setOwnSlotValue(this, "completion_criteria", completion_criteria);
 }