537538539540541542543544
{ return new Clp20SimStatelessProgramLauncher(model, leaveCtDirtyRunning); } } return new Clp20SimProgramLauncher(model); }
28293031323334353637383940
/* * Connecting to 20sim */ if(!remoteLaunch) { Clp20SimProgramLauncher clp20sim = new Clp20SimProgramLauncher(new File(ctFile)); try { clp20sim.launch(); } catch (IOException e) { return null; } }