public static void tearDownClass() throws Exception {
}
@Before
public void setUp() {
manager = new TemporaryAttributeModel();
nodeClass = manager.getNodeTable();
factory = new AttributeFactoryImpl(manager);
columnMap = new HashMap<String, AttributeColumnImpl>();
rows = new ArrayList<AttributeRowImpl>();