K - The type of the IndexV - The type of the Valuepublic abstract class AbstractDataTrace<K,V> extends Object
| Constructor and Description |
|---|
AbstractDataTrace() |
| Modifier and Type | Method and Description |
|---|---|
abstract LogIndexType |
getIndexType()
The index type of the trace, either Depth or Time
|
String |
getMnemonic()
The Mnemonic of the trace contained in the object
|
abstract Map<K,V> |
getValues()
The values that were contained within the log for the trace
|
void |
setMneumoic(String mneumoic)
Sets the mnemonic of the trace contained in the object
|
public abstract LogIndexType getIndexType()
public String getMnemonic()
public void setMneumoic(String mneumoic)
mneumoic - the mnemonic in the stringCopyright © 2017. All rights reserved.