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