Exemple #1
0
 /**
  * Appends the given attribute to the non-static list of the current InstanceSet
  *
  * @param at The Attribute to be Appended
  */
 public void addAttribute(Attribute at) {
   if (attributes == null) attributes = new InstanceAttributes();
   attributes.addAttribute(at);
 }