de.bsvrz.dav.dav.main
Class RoutingTable.RoutingInfo
java.lang.Object
de.bsvrz.dav.dav.main.RoutingTable.RoutingInfo
- Enclosing class:
- RoutingTable
class RoutingTable.RoutingInfo
- extends Object
Repräsentiert eine Zelle in der Tabelle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_throughputResistance
private int _throughputResistance
_bestRestThroughputResistance
private int _bestRestThroughputResistance
changed
private boolean changed
_visitedNodes
private long[] _visitedNodes
_bestRestVisitedNodes
private long[] _bestRestVisitedNodes
RoutingTable.RoutingInfo
RoutingTable.RoutingInfo()
RoutingTable.RoutingInfo
RoutingTable.RoutingInfo(int throughputResistance)
setRoutingInfo
final void setRoutingInfo(int throughputResistance,
long[] visitedNodes)
getThroughputResistance
final int getThroughputResistance()
getVisitedNodes
final long[] getVisitedNodes()
setBestRestRoutingInfo
final void setBestRestRoutingInfo(int bestRestThroughputResistance,
long[] bestRestVisitedNodes)
getBestRestThroughputResistance
final int getBestRestThroughputResistance()
getBestRestVisitedNodes
final long[] getBestRestVisitedNodes()
isChanged
final boolean isChanged()