|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdatabionics.io.DataItem
public abstract class DataItem
Base class for data items with an index.
Field Summary | |
---|---|
protected int |
index
Index of data point. |
protected static org.apache.log4j.Logger |
log
Log4j logging. |
Constructor Summary | |
---|---|
DataItem()
Standard constructor |
|
DataItem(int index)
Constructor with index |
Method Summary | |
---|---|
int |
getIndex()
Get the index of data point. |
void |
setIndex(int index)
Set the index of data point. |
java.lang.String |
toString()
String representation with default delimiter (tab). |
abstract java.lang.String |
toString(java.lang.String delimiter)
String representation with custom delimiter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static org.apache.log4j.Logger log
protected int index
Constructor Detail |
---|
public DataItem()
public DataItem(int index)
index
- The indexMethod Detail |
---|
public int getIndex()
public void setIndex(int index)
public java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.String toString(java.lang.String delimiter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |