Package fr.tm.elibel.smartqvt.qvtparser.core.qvtastexpression2qvt.Qvtastexpression2qvt

Examples of fr.tm.elibel.smartqvt.qvtparser.core.qvtastexpression2qvt.Qvtastexpression2qvt.AvailableVariables


        .getEMOFRegistry().getTypeMapPropertiesByNsUri(packageUri);

    if ((tmpProperties != null)
        && tmpProperties.containsKey(self.getName())) {
      String qvtTypeName = (String) tmpProperties.get(self.getName());
      AvailableVariables emptyCVariables = new AvailableVariables();
      emptyCVariables.currentVariables = oclLib.new OrderedSet();
      fr.tm.elibel.smartqvt.qvt.emof.Type typeFound = getFirstTypeInAvailablePackages(
          oclLib.new OclVoid(), qvtTypeName, emptyCVariables,
          currentPackage, oclLib.new OrderedSet(availablePackages),
          trace);
View Full Code Here

TOP

Related Classes of fr.tm.elibel.smartqvt.qvtparser.core.qvtastexpression2qvt.Qvtastexpression2qvt.AvailableVariables

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.