Uses of Class
edu.cmu.emulator.world.RelSpatialAttribute

Packages that use RelSpatialAttribute
edu.cmu.emulator.signal The emulator's virtualized signal propagation environment. 
edu.cmu.emulator.world Implements the emulator's virtual physical environment. 
 

Uses of RelSpatialAttribute in edu.cmu.emulator.signal
 

Methods in edu.cmu.emulator.signal with parameters of type RelSpatialAttribute
 void RiceanFadingModel.newValue(RelSpatialAttribute rsAttrib, long timeMillis, Object value)
           
 void GeoFadingModel.newValue(RelSpatialAttribute rsAttrib, long timeMillis, Object value)
           
 

Uses of RelSpatialAttribute in edu.cmu.emulator.world
 

Subclasses of RelSpatialAttribute in edu.cmu.emulator.world
 class DirRelOrientationMatrix
           
 class RelMatrix
          the vectors that comprise the matrix are stored as rows
 class RelOrientationMatrix
           
 class RelPositionVector
           
 class RelVector
           
 

Fields in edu.cmu.emulator.world declared as RelSpatialAttribute
protected  RelSpatialAttribute RelSpatialAttribute.parent
           
 

Methods in edu.cmu.emulator.world that return RelSpatialAttribute
 RelSpatialAttribute RelSpatialAttribute.getChild(int index)
           
 RelSpatialAttribute RelSpatialAttribute.getParent()
           
 

Methods in edu.cmu.emulator.world with parameters of type RelSpatialAttribute
 void RelSpatialAttribute.addChild(RelSpatialAttribute child)
           
 void MOLAdapter.newValue(RelSpatialAttribute rsAttrib, long timeMillis, Object value)
           
 void RSAListener.newValue(RelSpatialAttribute rsAttrib, long timeMillis, Object value)
           
 void RelSpatialAttribute.removeChild(RelSpatialAttribute child)
           
 void RelSpatialAttribute.setParent(RelSpatialAttribute newParent)
           
 

Constructors in edu.cmu.emulator.world with parameters of type RelSpatialAttribute
RelSpatialAttribute(MovableObject mObject, RelSpatialAttribute parent, GroupWorker groupWorker)
           
 



Copyright © 2013. All Rights Reserved.