Uses of Class
org.rr0.im.business.event.circumstance.Length

Packages that use Length
org.rr0.im.business.actor 
org.rr0.im.business.event.circumstance 

Uses of Length in org.rr0.im.business.actor
 

Fields in org.rr0.im.business.actor declared as Length
private LengthBeingImpl.height
          The being's height, in meters
 

Methods in org.rr0.im.business.actor that return Length
LengthBeing.getHeight(Locale locale)
          
LengthBeingImpl.getHeight(Locale locale)
          
 

Uses of Length in org.rr0.im.business.event.circumstance
 

Classes in org.rr0.im.business.event.circumstance that implement Length
class LengthImpl
          Length Reference Implementation.
 

Fields in org.rr0.im.business.event.circumstance declared as Length
private LengthDeltaLocationImpl.fromDistance
          
static LengthLengthImpl.UNKNOWN
          
 

Constructors in org.rr0.im.business.event.circumstance with parameters of type Length
DeltaLocationImpl.DeltaLocationImpl(Location someFromLocation, Orientation someFromOrientation, Length someFromDistance)