|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.dav.dav.main.RoutingTable.NodeInfo
class RoutingTable.NodeInfo
Repräsentiert einen Knoten. Ist der Knoten ein Zwischenknoten, so repräsentiert diese Klasse ein Zeile. Ist der Knoten ein zielknoten, so repräsentiert diese Klasse eine Spalte.
Field Summary | |
---|---|
(package private) RoutingTable.NodeInfo |
_bestRoutingNode
|
(package private) int |
_bestRoutingRow
|
(package private) int |
_column
Spalte |
(package private) RoutingConnectionInterface |
_directConnection
|
(package private) long |
_nodeId
Id des Knotens |
(package private) int |
_row
Zeile |
Constructor Summary | |
---|---|
RoutingTable.NodeInfo(long nodeId)
Erzeugt ein neues Objekt mit den gegebenen Parametern. |
Method Summary | |
---|---|
RoutingTable.NodeInfo |
getBestRoutingNode()
|
int |
getBestRoutingRow()
|
int |
getColumn()
|
RoutingConnectionInterface |
getDirectConnection()
|
long |
getNodeId()
|
int |
getRow()
|
void |
setBestRoutingNode(RoutingTable.NodeInfo bestRoutingNode)
|
void |
setBestRoutingRow(int bestRoutingRow)
|
void |
setColumn(int column)
|
void |
setDirectConnection(RoutingConnectionInterface directConnection)
|
void |
setRow(int row)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
long _nodeId
int _row
int _column
RoutingConnectionInterface _directConnection
int _bestRoutingRow
RoutingTable.NodeInfo _bestRoutingNode
Constructor Detail |
---|
RoutingTable.NodeInfo(long nodeId)
nodeId
- Id des KnotensMethod Detail |
---|
public long getNodeId()
public int getRow()
public void setRow(int row)
public int getColumn()
public void setColumn(int column)
public RoutingTable.NodeInfo getBestRoutingNode()
public void setBestRoutingNode(RoutingTable.NodeInfo bestRoutingNode)
public int getBestRoutingRow()
public void setBestRoutingRow(int bestRoutingRow)
public RoutingConnectionInterface getDirectConnection()
public void setDirectConnection(RoutingConnectionInterface directConnection)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |