Uses of Class
org.rr0.im.business.actor.Being

Packages that use Being
org.rr0.im.business.actor 
org.rr0.im.business.event 
org.rr0.im.service.function 

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

Subinterfaces of Being in org.rr0.im.business.actor
interface HumanBeing
          A human being
interface UnidentifiedBeing
          A being that cannot be classified in a known category.
 

Classes in org.rr0.im.business.actor that implement Being
class BeingImpl
          Intelligent Being Reference Implementation
 

Uses of Being in org.rr0.im.business.event
 

Fields in org.rr0.im.business.event declared as Being
private BeingBirthImpl.people
          The being
private BeingSightingImpl.witness
          
 

Constructors in org.rr0.im.business.event with parameters of type Being
SightingImpl.SightingImpl(String someShortDescription, Moment someMoment, Place someLocation, Being witness)
          
 

Methods in org.rr0.im.business.event that return Being
BeingSighting.getWitness()
          Returns the witness of the Sighting.
BeingSightingImpl.getWitness()
          
 

Uses of Being in org.rr0.im.service.function
 

Methods in org.rr0.im.service.function with parameters of type Being
doubleCaseReliability.getOccupationFactor(Being witness)
          Factor depending on the profession or occupation of the witnesses
(indicates their level of job responsibility, from which can be inferred a measure of their dependability or social status).

doubleCaseReliabilityImpl.getOccupationFactor(Being witness)
          Factor depending on the profession or occupation of the witnesses
(indicates their level of job responsibility, from which can be inferred a measure of their dependability or social status).