public class TokenMovementChange extends TokenChange
When moving a token a sequence of change event is fired. For the more precise
description of the fired events see Token.move(String, String).
| Constructor and Description |
|---|
TokenMovementChange(Token token,
java.lang.String flowId,
java.lang.String nextElementId)
Creates a new instance of this change event.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFlowId()
Gets the ID of the flow through which the token is being moved.
|
java.lang.String |
getNextElementId()
Gets the ID of the element the token is being moved to.
|
boolean |
isDebuggerRelevant()
Indicates if this change is relevant for the debugger.
|
java.lang.String |
toString() |
getElementisValueChangepublic TokenMovementChange(Token token, java.lang.String flowId, java.lang.String nextElementId)
token - the token which is being movedflowId - the identifier of the flow through which the token is being
movednextElementId - the identifier of the target elementpublic java.lang.String getFlowId()
public java.lang.String getNextElementId()
public boolean isDebuggerRelevant()
ChangeisDebuggerRelevant in class Changetrue if this change is relevant for the debugger; false
otherwise.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.