Package fr.tm.elibel.smartqvt.stdlibs.QvtLib

Examples of fr.tm.elibel.smartqvt.stdlibs.QvtLib.Status


  private long begin = 0;

  public Status transform() {
    begin = System.currentTimeMillis();
    Status s = super.transform();
    return s;
  }
View Full Code Here

TOP

Related Classes of fr.tm.elibel.smartqvt.stdlibs.QvtLib.Status

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.