Examples of RelationPromotion


Examples of fr.imag.adele.apam.declarations.RelationPromotion

    for (Element promotion : optional(element.getElements(PROMOTE, APAM))) {

      RelationDeclaration.Reference source = parseRelationReference(composite.getName(), promotion, true);
      String target = parseString(composite.getName(), promotion, ATT_TO);

      composite.getPromotions().add(new RelationPromotion(source, new RelationDeclaration.Reference(composite.getReference(), target)));
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.