示例#1
0
 /** @return Whether this is a controller */
 public jprime.variable.BooleanVariable getIsController() {
   jprime.variable.BooleanVariable temp =
       (jprime.variable.BooleanVariable) getAttributeByName(ModelNodeVariable.is_controller());
   if (null != temp) return temp;
   return (jprime.variable.BooleanVariable)
       this.getReplicatedNode().getAttributeByName(ModelNodeVariable.is_controller());
 }