de.cau.cs.kieler.klots.sj.embedded
Class EmbeddedSJProgramStarter

java.lang.Object
  extended by de.cau.cs.kieler.klots.sj.embedded.EmbeddedSJProgramStarter

public class EmbeddedSJProgramStarter
extends Object

Rating red

Constructor Summary
EmbeddedSJProgramStarter()
           
 
Method Summary
static void start(EmbeddedSJProgram<?> program)
           
static void start(EmbeddedSJProgram<?> program, EmbeddedRemoteConsole console)
           
static void start(EmbeddedSJProgram<?> program, String programName)
           
static void start(EmbeddedSJProgram<?> program, String programName, EmbeddedRemoteConsole console)
           
static Signal string2Signal(String str, EmbeddedSJProgram<?> program)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedSJProgramStarter

public EmbeddedSJProgramStarter()
Method Detail

string2Signal

public static Signal string2Signal(String str,
                                   EmbeddedSJProgram<?> program)
                            throws SignalNotDeclaredException
Parameters:
str -
program -
Returns:
Signal
Throws:
SignalNotDeclaredException

start

public static void start(EmbeddedSJProgram<?> program)
                  throws IOException
Parameters:
program -
Throws:
IOException

start

public static void start(EmbeddedSJProgram<?> program,
                         String programName)
                  throws IOException
Parameters:
program -
programName -
Throws:
IOException

start

public static void start(EmbeddedSJProgram<?> program,
                         EmbeddedRemoteConsole console)
                  throws IOException
Parameters:
program -
console -
Throws:
IOException

start

public static void start(EmbeddedSJProgram<?> program,
                         String programName,
                         EmbeddedRemoteConsole console)
                  throws IOException
Parameters:
program -
programName -
console -
Throws:
IOException