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() |
getAsStringpublic String getElementId()
getElementId in class ExecutionTraceElementpublic void setElementId(String elementId)
setElementId in class ExecutionTraceElementelementId - Setter for model element, which was interpreted.public String getNamespacePath()
getNamespacePath in class ExecutionTraceElementpublic void setNamespacePath(String namespace)
setNamespacePath in class ExecutionTraceElementnamespace - Setter for namespace of the model element.public String getProcessPath()
getProcessPath in class ExecutionTraceElementpublic void setProcessPath(String processPath)
setProcessPath in class ExecutionTraceElementprocessPath - Setter for process path of the model element.public long getModelInstanceId()
getModelInstanceId in class ExecutionTraceElementpublic void setModelInstanceId(long modelInstanceId)
setModelInstanceId in class ExecutionTraceElementmodelInstanceId - Setter for model instance id, which was interpreted.public int getSequentialNumber()
getSequentialNumber in class ExecutionTraceElementCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.