Simple interface improvements

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@717 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2009-05-14 21:08:09 +00:00
parent 8e9e2f4502
commit 0f8e6061b6
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ public class TabularROD extends BasicReferenceOrderedDatum implements Map<String
attributes = new HashMap<String, String>();
}
public TabularROD(final String name, ArrayList<String> header) {
super(name);
attributes = new HashMap<String, String>();
this.header = header;
}
/**
* Walks through the source files looking for the header line, which it returns as a
* list of strings.