edu.bonn.cs.iv.bonnmotion
Class GroupNode

java.lang.Object
  extended by edu.bonn.cs.iv.bonnmotion.MobileNode
      extended by edu.bonn.cs.iv.bonnmotion.GroupNode

public class GroupNode
extends MobileNode

Mobile node belonging to a group (which itself is represented by a mobile node).


Field Summary
protected  MobileNode group
           
 
Fields inherited from class edu.bonn.cs.iv.bonnmotion.MobileNode
ct, debug, printAngleStuff, waypoints
 
Constructor Summary
GroupNode(MobileNode group)
           
 
Method Summary
 MobileNode group()
           
 void setgroup(MobileNode group)
           
 
Methods inherited from class edu.bonn.cs.iv.bonnmotion.MobileNode
add, add, changeTimes, cut, getWaypoint, lastElement, movementString, movementStringGlomo, movementStringNS, numWaypoints, pairStatistics, pairStatistics, placementStringGlomo, positionAt, removeLastElement, sameBuilding, shiftPos
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

group

protected MobileNode group
Constructor Detail

GroupNode

public GroupNode(MobileNode group)
Method Detail

group

public MobileNode group()

setgroup

public void setgroup(MobileNode group)