Attribute stringAttr = instanceInfo.attribute(stringAttributeName);
if (stringAttr == null) {
throw new IllegalStateException("Attribute " + stringAttributeName + " does not exist");
}
this.setAttributeIndicesArray(new int[]{stringAttr.index()});
return super.setInputFormat(instanceInfo);
}
public String getStringAttributeName() {