EMFClass target, Reference reference) {
if (name.equals("@inference")) {
// make an inference semantics link
InferenceSemantic semantic = factory.createInferenceSemantic();
semantic.setDescription(description);
semantic.setReference(reference);
// add it to the EMFclass
target.getInferenceSemantics().add(semantic);
}