de.uniba.cogsys.app2igor.iface
Interface App2IgorInterop
- All Known Implementing Classes:
- App2IgorInteropImpl
public interface App2IgorInterop
- Author:
- Thomas Hieber
getModuleNames
java.util.List<java.lang.String> getModuleNames()
- Returns:
getModules
java.util.HashMap<java.lang.String,java.lang.String> getModules()
- Returns:
startIgor
Runner startIgor(java.util.List<java.lang.String> modules,
boolean createOutFile)
throws java.io.IOException
- Parameters:
modules - - modules to load before the synthesis is startedcreateOutFile - - flag to put results in an [filename].out file within the specified file's directory
- Returns:
-
- Throws:
java.io.IOException
startIgor
Runner startIgor(java.util.List<java.lang.String> modules,
java.util.List<MaudeArgs> args,
boolean createOutFile)
throws java.io.IOException
- Parameters:
modules - - modules to load before the synthesis is startedargs - - command arguments for the maude interpretercreateOutFile - - flag to put results in an [filename].out file within the specified file's directory
- Returns:
-
- Throws:
java.io.IOException
abortIgor
void abortIgor()