Uses of Class
org.rr0.im.business.event.Event

Packages that use Event
org.rr0.im.business.event 

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

Subinterfaces of Event in org.rr0.im.business.event
interface Birth
          Being's birth Reference Implementation.
interface Employment
          
interface Relationship
          An event involving a interaction between two actors.
interface Sighting
          The event for a people sighting something (multiple witnesses imply multiple sightings).
interface TimeLine
          
A chronologicaly ordered collection of events,
with an acceptable interval of time between events.
 

Classes in org.rr0.im.business.event that implement Event
class EventImpl
          Event Reference Implementation.
 

Methods in org.rr0.im.business.event with parameters of type Event
voidTimeLine.addEvent(Event event)
          Adds a event to the TimeLine.
voidTimeLineImpl.addEvent(Event event)
          Adds a event to the TimeLine.