|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.yaac.core.AlohaRanger
public class AlohaRanger
This class collects the station information involved in a particular port's aloha circle calculation.
Field Summary | |
---|---|
Connector |
port
|
Method Summary | |
---|---|
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()
|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Connector port
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |