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,
String flowId,
String nextElementId)
Creates a new instance of this change event.
|
Modifier and Type | Method and Description |
---|---|
String |
getFlowId()
Gets the ID of the flow through which the token is being moved.
|
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.
|
String |
toString() |
getElement
isValueChange
public TokenMovementChange(Token token, String flowId, 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 String getFlowId()
public String getNextElementId()
public boolean isDebuggerRelevant()
Change
isDebuggerRelevant
in class Change
true
if this change is relevant for the debugger; false
otherwise.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.