Package fr.tm.elibel.smartqvt.stdlibs.OclLib

Examples of fr.tm.elibel.smartqvt.stdlibs.OclLib.OclVoid


        && 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);
      if (typeFound instanceof fr.tm.elibel.smartqvt.qvt.emof.DataType)
        res = (fr.tm.elibel.smartqvt.qvt.emof.DataType) typeFound;
    }
View Full Code Here

TOP

Related Classes of fr.tm.elibel.smartqvt.stdlibs.OclLib.OclVoid

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.