Class SimulationDebugElement
java.lang.Object
org.eclipse.core.runtime.PlatformObject
de.uka.ipd.sdq.codegen.simucontroller.debug.SimulationDebugElement
- All Implemented Interfaces:
IAdaptable,IDebugElement,Adapter
- Direct Known Subclasses:
SimuComProcessDebugThread,SimulationDebugTarget,SimulationDebugThread
public abstract class SimulationDebugElement
extends PlatformObject
implements IDebugElement, Adapter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidFires a debug eventprotected voidfireEvent(DebugEvent event) Fires a debug eventgetAdapter(Class adapter) booleanisAdapterForType(Object type) abstract voidnotifyChanged(Notification notification) void
-
Field Details
-
myDebugTarget
-
launch
-
-
Constructor Details
-
SimulationDebugElement
-
-
Method Details
-
getDebugTarget
- Specified by:
getDebugTargetin interfaceIDebugElement
-
getLaunch
- Specified by:
getLaunchin interfaceIDebugElement
-
getModelIdentifier
- Specified by:
getModelIdentifierin interfaceIDebugElement
-
getAdapter
- Specified by:
getAdapterin interfaceIAdaptable- Overrides:
getAdapterin classPlatformObject
-
fireEvent
Fires a debug event- Parameters:
event- the event to be fired
-
fireEvent
Fires a debug event- Parameters:
event- the event to be fired
-
getTarget
-
isAdapterForType
- Specified by:
isAdapterForTypein interfaceAdapter
-
notifyChanged
- Specified by:
notifyChangedin interfaceAdapter
-
setTarget
-