org.rr0.im.business.actor
Interface Actor

All Known Subinterfaces:
Being, HumanBeing, Organization, UnidentifiedBeing
All Known Implementing Classes:
ActorImpl

public interface Actor
extends Endable

An subject producing ufological events through its actions.
Events related such an Actor are recorded in its history TimeLine.

Author:
Jérôme Beau
Version: 21 avr. 2003 16:35:11

Method Summary
 voidaddIdentity(Identity newIdentity)
           
 Identity[]getIdentities()
          The actor's name

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

Method Detail

addIdentity

public void addIdentity(Identity newIdentity)

getIdentities

public Identity[] getIdentities()
The actor's name
associates <{org.rr0.im.business.actor.Identity}>
supplierCardinality 1..*

Association Links

to Class org.rr0.im.business.actor.Identity

The actor's name

Supplier Cardinality 1..*
associates <{org.rr0.im.business.actor.Identity}>