Package fr.imag.adele.apam.declarations

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

Related Classes of fr.imag.adele.apam.declarations.RelationPromotion

Copyright © 2018 www.massapicom. 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.