de.bsvrz.dav.dav.main
Class RoutingTable.RoutingInfo

java.lang.Object
  extended by de.bsvrz.dav.dav.main.RoutingTable.RoutingInfo
Enclosing class:
RoutingTable

 class RoutingTable.RoutingInfo
extends Object

Repräsentiert eine Zelle in der Tabelle


Field Summary
private  int _bestRestThroughputResistance
           
private  long[] _bestRestVisitedNodes
           
private  int _throughputResistance
           
private  long[] _visitedNodes
           
private  boolean changed
           
 
Constructor Summary
RoutingTable.RoutingInfo()
           
RoutingTable.RoutingInfo(int throughputResistance)
           
 
Method Summary
(package private)  int getBestRestThroughputResistance()
           
(package private)  long[] getBestRestVisitedNodes()
           
(package private)  int getThroughputResistance()
           
(package private)  long[] getVisitedNodes()
           
(package private)  boolean isChanged()
           
(package private)  void setBestRestRoutingInfo(int bestRestThroughputResistance, long[] bestRestVisitedNodes)
           
(package private)  void setRoutingInfo(int throughputResistance, long[] visitedNodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_throughputResistance

private int _throughputResistance

_bestRestThroughputResistance

private int _bestRestThroughputResistance

changed

private boolean changed

_visitedNodes

private long[] _visitedNodes

_bestRestVisitedNodes

private long[] _bestRestVisitedNodes
Constructor Detail

RoutingTable.RoutingInfo

RoutingTable.RoutingInfo()

RoutingTable.RoutingInfo

RoutingTable.RoutingInfo(int throughputResistance)
Method Detail

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()