de.uka.ipd.sdq.codegen.runconfig
Class SimProcess

java.lang.Object
  extended by PlatformObject
      extended by de.uka.ipd.sdq.codegen.runconfig.SimProcess

public class SimProcess
extends PlatformObject


Constructor Summary
SimProcess(ILaunch myLaunch)
           
 
Method Summary
 boolean canTerminate()
           
 Object getAdapter(Class adapter)
           
 String getAttribute(String key)
           
 int getExitValue()
           
 String getLabel()
           
 ILaunch getLaunch()
           
 IStreamsProxy getStreamsProxy()
           
 boolean isTerminated()
           
 void setAttribute(String key, String value)
           
 void terminate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimProcess

public SimProcess(ILaunch myLaunch)
Method Detail

getAttribute

public String getAttribute(String key)

getExitValue

public int getExitValue()
                 throws DebugException
Throws:
DebugException

getLabel

public String getLabel()

getLaunch

public ILaunch getLaunch()

getStreamsProxy

public IStreamsProxy getStreamsProxy()

setAttribute

public void setAttribute(String key,
                         String value)

getAdapter

public Object getAdapter(Class adapter)

canTerminate

public boolean canTerminate()

isTerminated

public boolean isTerminated()

terminate

public void terminate()
               throws DebugException
Throws:
DebugException