public abstract class ExecutionTraceElementImpl extends ExecutionTraceElement
ExecutionTraceElement
.Constructor and Description |
---|
ExecutionTraceElementImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getElementId() |
long |
getModelInstanceId() |
String |
getNamespacePath() |
String |
getProcessPath() |
int |
getSequentialNumber() |
int |
hashCode() |
void |
setElementId(String elementId) |
void |
setModelInstanceId(long modelInstanceId) |
void |
setNamespacePath(String namespace) |
void |
setProcessPath(String processPath) |
String |
toString() |
getAsString
public String getElementId()
getElementId
in class ExecutionTraceElement
public void setElementId(String elementId)
setElementId
in class ExecutionTraceElement
elementId
- Setter for model element, which was interpreted.public String getNamespacePath()
getNamespacePath
in class ExecutionTraceElement
public void setNamespacePath(String namespace)
setNamespacePath
in class ExecutionTraceElement
namespace
- Setter for namespace of the model element.public String getProcessPath()
getProcessPath
in class ExecutionTraceElement
public void setProcessPath(String processPath)
setProcessPath
in class ExecutionTraceElement
processPath
- Setter for process path of the model element.public long getModelInstanceId()
getModelInstanceId
in class ExecutionTraceElement
public void setModelInstanceId(long modelInstanceId)
setModelInstanceId
in class ExecutionTraceElement
modelInstanceId
- Setter for model instance id, which was interpreted.public int getSequentialNumber()
getSequentialNumber
in class ExecutionTraceElement
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.