|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.caida.otter.Coordinate
Base class for a lot of display type thingys
Field Summary | |
java.lang.String |
colName
|
int |
colNum
|
int |
index
|
boolean |
isSetColRow
|
boolean |
isSetXY
|
java.lang.String |
name
|
int |
nodeNumber
|
int |
rowNum
|
int |
x
|
int |
y
|
Constructor Summary | |
Coordinate(int index)
Create a new coordinate |
|
Coordinate(int index,
int col,
int row)
Create a new coordinate |
|
Coordinate(int index,
int col,
int row,
java.lang.String name)
Create a new coordinate |
|
Coordinate(int index,
int col,
int row,
java.lang.String name,
java.lang.String colName)
Create a new coordinate |
|
Coordinate(int index,
int col,
int row,
java.lang.String name,
java.lang.String colName,
int nodeNumber)
Keep track of the orignal node number from the LibSea Graph file. |
Method Summary | |
void |
debug()
|
boolean |
equals(java.lang.Object otherObj)
override default equals to do name equivalance if both args are Coordinates. |
int |
getColNum()
Get the column number |
java.lang.String |
getColumnName()
get column name |
java.lang.String |
getName()
Get the coordinate name |
int |
getRowNum()
Get the row number |
void |
setColumnName(java.lang.String colName)
set column name |
void |
setColumnNum(int colNum)
set column number |
void |
setName(java.lang.String name)
Set the node name |
void |
setRowNum(int rowNum)
set the row number |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.lang.String name
public boolean isSetXY
public int x
public int y
public boolean isSetColRow
public int colNum
public int rowNum
public java.lang.String colName
public int index
public int nodeNumber
Constructor Detail |
public Coordinate(int index)
public Coordinate(int index, int col, int row)
public Coordinate(int index, int col, int row, java.lang.String name)
public Coordinate(int index, int col, int row, java.lang.String name, java.lang.String colName)
public Coordinate(int index, int col, int row, java.lang.String name, java.lang.String colName, int nodeNumber)
Method Detail |
public void setColumnName(java.lang.String colName)
public java.lang.String getColumnName()
public void setColumnNum(int colNum)
public void setRowNum(int rowNum)
public int getColNum()
public int getRowNum()
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean equals(java.lang.Object otherObj)
public void debug()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |