m_oOptions.put(XMLResource.OPTION_SCHEMA_LOCATION, Boolean.TRUE);
// create TestCaseGraphTree
m_oTCG = GeneratedFactory.eINSTANCE.createTestCaseGraph();
m_oHistory = new SystemModelStateHistory();
m_colOCLReferencingElements = new VariableReferencer();
m_colAttributeGetterReferencer = new AttributeGetterReferencer();
m_oLogger = new Logger();
}