Package fr.imag.adele.apam.declarations.references.components

Examples of fr.imag.adele.apam.declarations.references.components.SpecificationReference


      break;
  case message:
      rr = new MessageReference(rr_name);
      break;
  case specification:
      rr = new SpecificationReference(rr_name);

      break;
  }

  // Get constraints and prefs
View Full Code Here

TOP

Related Classes of fr.imag.adele.apam.declarations.references.components.SpecificationReference

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.