--- branches/1.0-gt2-2.6/src/skrueger/AttributeMetadata.java 2009/11/13 18:16:38 518 +++ branches/1.0-gt2-2.6/src/skrueger/AttributeMetadata.java 2009/11/18 09:54:52 523 @@ -231,6 +231,11 @@ this(attDesc.getName()); } + public AttributeMetadata(AttributeDescriptor attDesc, int weight) { + this(attDesc.getName()); + setWeight(weight); + } + public boolean isVisible() { return visible; }