org.rr0.im.business.event
Interface Event
- All Known Subinterfaces:
- Birth, ChoiceQuestion, Employment, FreeTextQuestion, FriendshipRelationship, InterviewSession, InvestigationAct, LiveWithRelationship, Question, Relationship, Sighting, TimeLine, WorkWithRelationship
- All Known Implementing Classes:
- EventImpl
- public interface Event
- extends Classifiable, Comparable, Endable
An Event of interest, such as an ufological event (Sighting, InvestigationAct, etc.)
or a more common one (Employment, Birth, etc.).
An event can be considered as sentence stating what happened.
The event type can be considered as the verb, and other Event's attributes
as subject, object, etc.
Every Event is :
- Endable : it has a start and end time
- Classifiable : it is submittable to a Classification function that put it in one of its Categories
- Author:
- Jérôme Beau
- Version: 21 avr. 2003 16:26:01
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Methods inherited from interface org.rr0.im.business.event.Endable |
getEnd |
getTitle
public String getTitle()