class RoutingTable.RoutingInfo
extends java.lang.Object
Repräsentiert eine Zelle in der Tabelle
Modifier and Type | Field and Description |
---|---|
private int |
_bestRestThroughputResistance |
private long[] |
_bestRestVisitedNodes |
private int |
_throughputResistance |
private long[] |
_visitedNodes |
private boolean |
changed |
Constructor and Description |
---|
RoutingInfo() |
RoutingInfo(int throughputResistance) |
Modifier and Type | Method and Description |
---|---|
(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) |
private int _throughputResistance
private int _bestRestThroughputResistance
private boolean changed
private long[] _visitedNodes
private long[] _bestRestVisitedNodes
final void setRoutingInfo(int throughputResistance, long[] visitedNodes)
final int getThroughputResistance()
final long[] getVisitedNodes()
final void setBestRestRoutingInfo(int bestRestThroughputResistance, long[] bestRestVisitedNodes)
final int getBestRestThroughputResistance()
final long[] getBestRestVisitedNodes()
final boolean isChanged()