Exemple #1
0
 public void addAttributeContainer(AttributeTable at) throws AttributeExistsException {
   _attrTbl.addContainer(at.getClearName(), at);
 }