de.uka.ipd.sdq.codegen.runconfig
Class SimProcess
java.lang.Object
PlatformObject
de.uka.ipd.sdq.codegen.runconfig.SimProcess
public class SimProcess
- extends PlatformObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimProcess
public SimProcess(ILaunch myLaunch)
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