Examples of SimTLInterpreter


Examples of sg.edu.nus.comp.simTL.engine.interpreter.SimTLInterpreter

* @author Marcel B�hme
* Comment created on: 07-Jul-2010
*/
public class SimTLFactory {
  public static IInterpreter createInterpreter(){
    return new SimTLInterpreter();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.