org.rr0.im.business.actor
Interface Being

All Known Subinterfaces:
HumanBeing, UnidentifiedBeing
All Known Implementing Classes:
BeingImpl

public interface Being
extends Actor, Classifiable

A single physical and intelligent being.

Author:
Jérôme Beau
Version: 21 juin 2003 13:52:16

Method Summary
 LengthgetHeight(Locale locale)
           
 WeightgetWeight()
           

Methods inherited from interface org.rr0.im.business.actor.Actor
addIdentity, getIdentities

Methods inherited from interface org.rr0.im.business.event.Endable
getEnd

Methods inherited from interface org.rr0.im.business.event.Timeable
getBegining, getHistory

Methods inherited from interface org.rr0.im.business.event.Durable
getDuration

Methods inherited from interface org.rr0.im.service.function.classification.Classifiable
getForcedCategory

Method Detail

getHeight

public Length getHeight(Locale locale)
Returns: The being's height
associates <{org.rr0.im.business.event.circumstance.Length}>

getWeight

public Weight getWeight()
Returns: The being's weight
associates <{org.rr0.im.business.event.circumstance.Weight}>

Association Links

to Class org.rr0.im.business.event.circumstance.Length

associates <{org.rr0.im.business.event.circumstance.Length}>
return The being's height

to Class org.rr0.im.business.event.circumstance.Weight

associates <{org.rr0.im.business.event.circumstance.Weight}>
return The being's weight