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() |
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 getNamespace()
getNamespace
in class ExecutionTraceElement
public void setNamespace(String namespace)
setNamespace
in class ExecutionTraceElement
namespace
- Setter for namespace 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-2018 Whitestein Technologies. All Rights Reserved.