Пример #1
0
 public boolean isdeferedValue() {
   if (ModelUtilities.getOwnSlotValue(this, "defered") == null) return false;
   else return ((Boolean) ModelUtilities.getOwnSlotValue(this, "defered")).booleanValue();
 }
Пример #2
0
 public String getoperatorValue() {
   return ((String) ModelUtilities.getOwnSlotValue(this, "operator"));
 }
Пример #3
0
 public Instance getfirst_stepValue() {
   return ((Instance) ModelUtilities.getOwnSlotValue(this, "first_step"));
 }
Пример #4
0
 public Instance getsecond_argumentValue() {
   return ((Instance) ModelUtilities.getOwnSlotValue(this, "second_argument"));
 }
Пример #5
0
 public Instance getcompletion_criteriaValue() {
   return ((Instance) ModelUtilities.getOwnSlotValue(this, "completion_criteria"));
 }