org.rr0.im.business.actor
Interface UnidentifiedBeing


public interface UnidentifiedBeing
extends Being

A being that cannot be classified in a known category.

Author:
Jérôme Beau
Version: 21 juin 2003 14:50:36

Method Summary
 CollectiongetArms()
           
 CollectiongetEyes()
           
 CollectiongetLegs()
           

Methods inherited from interface org.rr0.im.business.actor.Being
getHeight, getWeight

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

getArms

public Collection getArms()

getEyes

public Collection getEyes()

getLegs

public Collection getLegs()