public class AlohaRanger
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
StationState |
getMostDistantStation()
Get the station that set the perimeter of the Aloha circle.
|
int |
getNumDigis()
Get the number of digipeaters counted up for this aloha circle.
|
int |
getNumMsgs()
Get the number of messages counted up for this aloha circle.
|
Connector |
getPort()
Get the Connector associated with this AlohaRanger.
|
double |
getRangeM()
Get the range to the perimeter of this aloha circle.
|
boolean |
isMaxedOut()
Report whether this Aloha report is a complete report, or
where not enough traffic has been detected to indicate a
saturated channel.
|
java.lang.String |
toString()
Returns a string representation of the object.
|
public java.lang.String toString()
toString
in class java.lang.Object
public Connector getPort()
public int getNumDigis()
public int getNumMsgs()
public double getRangeM()
public StationState getMostDistantStation()
public boolean isMaxedOut()