net.tinyos.tinydb.topology.PacketAnalyzer
Class LocationAnalyzer.NodeInfo

java.lang.Object
  |
  +--net.tinyos.tinydb.topology.PacketAnalyzer.LocationAnalyzer.NodeInfo
Enclosing class:
LocationAnalyzer

public class LocationAnalyzer.NodeInfo
extends java.lang.Object


Field Summary
protected  boolean displayCoords
           
protected  boolean fixed
           
protected  java.lang.Integer nodeNumber
           
protected  double x
           
protected  double y
           
 
Constructor Summary
LocationAnalyzer.NodeInfo(java.lang.Integer pNodeNumber)
           
 
Method Summary
 boolean GetDisplayCoords()
           
 boolean GetFixed()
           
 java.lang.Integer GetNodeNumber()
           
 double GetX()
           
 double GetY()
           
 void RecordLocation()
           
 void SetDisplayCoords(boolean pDisplayCoords)
           
 void SetFixed(boolean pFixed)
           
 void SetX(double pX)
           
 void SetY(double pY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected double x

y

protected double y

nodeNumber

protected java.lang.Integer nodeNumber

fixed

protected boolean fixed

displayCoords

protected boolean displayCoords
Constructor Detail

LocationAnalyzer.NodeInfo

public LocationAnalyzer.NodeInfo(java.lang.Integer pNodeNumber)
Method Detail

GetNodeNumber

public java.lang.Integer GetNodeNumber()

GetX

public double GetX()

GetY

public double GetY()

GetFixed

public boolean GetFixed()

GetDisplayCoords

public boolean GetDisplayCoords()

SetX

public void SetX(double pX)

SetY

public void SetY(double pY)

SetFixed

public void SetFixed(boolean pFixed)

SetDisplayCoords

public void SetDisplayCoords(boolean pDisplayCoords)

RecordLocation

public void RecordLocation()