public interface ChangeDebugStepContext
shouldStop()
returns
true
. Calling any of the methods of this interface when the
shouldStop()
returns false
has undefined result.Modifier and Type | Method and Description |
---|---|
String |
getElementId()
Gets the model element identifier of a model element on which the change
event occurred.
|
String |
getElementName()
Gets the name of a model element on which the change event occurred.
|
long |
getModelInstanceId()
Gets the identifier of the model instance in which the change event
occurred.
|
Namespace |
getNamespace()
Gets the name space of the current step context.
|
boolean |
shouldStop()
Indicates whether to suspend the process execution at the current step if
there is a breakpoint matching the change, or if the change matches the
DebuggerAction request and the debugger is active. |
boolean shouldStop()
DebuggerAction
request and the debugger is active.true
; otherwise false
.Namespace getNamespace()
long getModelInstanceId()
String getElementId()
String getElementName()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.