}
@Override
public EPCModel buildModel(String content) throws ParseException
{
EPCModel model = new EPCModel();
Map<String, Event> localEventMappings = new HashMap<String, Event>();
Map<String, Function> localFunctionMappings = new HashMap<String, Function>();
Map<String, Connector> localConnectorMappings = new HashMap<String, Connector>();
Map<Long, IAssociation> localAssociationMapping = new HashMap<Long, IAssociation>();
Map<String, IElement> localElementMappings = new HashMap<String, IElement>();