private String getProcessFilename() { return Interpreter.INSTANCE .getContainer() .getFile(new Path(getName() + ".opm")) .getFullPath() .toString(); }
public ExecutorService getExecutorService() { return Interpreter.INSTANCE.getExecutorService(); }