|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdatabionics.io.DataItem
databionics.io.Bestmatch
public class Bestmatch
Represent a best match of a data point on an ESOM.
Field Summary | |
---|---|
protected int |
column
Column of data point's best match. |
protected static org.apache.log4j.Logger |
log
Log4j logging. |
protected int |
row
Row of data point's best match. |
Fields inherited from class databionics.io.DataItem |
---|
index |
Constructor Summary | |
---|---|
Bestmatch()
Standard constructor |
|
Bestmatch(int index)
Constructor with index |
|
Bestmatch(int index,
int row,
int column)
Constructor with index and coordinates |
Method Summary | |
---|---|
int |
getColumn()
Get column of best match. |
int |
getRow()
Get row of best match. |
void |
setColumn(int column)
Set column of best match. |
void |
setRow(int row)
Set row of best match. |
java.lang.String |
toString(java.lang.String delimiter)
String representation with custom delimiter. |
Methods inherited from class databionics.io.DataItem |
---|
getIndex, setIndex, toString |
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 row
protected int column
Constructor Detail |
---|
public Bestmatch()
public Bestmatch(int index)
index
- The indexpublic Bestmatch(int index, int row, int column)
index
- The indexrow
- The row on the mapcolumn
- The column on the mapMethod Detail |
---|
public int getRow()
public int getColumn()
public void setRow(int row)
public void setColumn(int column)
public java.lang.String toString(java.lang.String delimiter)
toString
in class DataItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |