parentContextInfo = StructureMetaDataFactory.createContextInfo(recognised.getClassPath(), metaDataPath, relativePath);
// copy the modification type information
parentContextInfo.setModificationType(recognised.getModificationType());
StructureMetaData structureMetaData = parentContext.getMetaData();
structureMetaData.addContext(parentContextInfo);
MutableAttachments attachments = (MutableAttachments) parentContextInfo.getPredeterminedManagedObjects();
attachments.addAttachment(StructureMetaData.class, structure);
}
return result;
}