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 |
getNamespace() |
int |
getSequentialNumber() |
int |
hashCode() |
void |
setElementId(String elementId) |
void |
setModelInstanceId(long modelInstanceId) |
void |
setNamespace(String namespace) |
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 getNamespace()
getNamespace in class ExecutionTraceElementpublic void setNamespace(String namespace)
setNamespace in class ExecutionTraceElementnamespace - Setter for namespace 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-2018 Whitestein Technologies. All Rights Reserved.