Uses of Class
org.rr0.im.business.event.circumstance.Moment

Packages that use Moment
org.rr0.im.business.event 
org.rr0.im.business.event.circumstance 
org.rr0.im.business.evidence 
org.rr0.im.business.investigation 

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

Fields in org.rr0.im.business.event declared as Moment
private MomentBirthImpl.date
          
private MomentSightingImpl.moment
          
private MomentTimeableImpl.beginingMoment
          
private MomentTimeableImpl.endMoment
          
 

Constructors in org.rr0.im.business.event with parameters of type Moment
BirthImpl.BirthImpl(HumanBeingImpl somePeople, Moment someDate)
          
EventImpl.EventImpl(String title, Moment startDate)
          
RelationshipImpl.RelationshipImpl(String title, Moment startDate)
          
SightingImpl.SightingImpl(String someShortDescription, Moment someMoment, Place someLocation, Being witness)
          
TimeableImpl.TimeableImpl(String name, Moment beginingMoment)
          
 

Methods in org.rr0.im.business.event that return Moment
MomentBirth.getDate()
          
MomentBirthImpl.getDate()
          
MomentEndable.getEnd()
          
MomentSighting.getMoment()
          When the sighting occured (begining, end, duration)
MomentSightingImpl.getMoment()
          
MomentTimeable.getBegining()
          
MomentTimeableImpl.getBegining()
          
MomentTimeableImpl.getEnd()
          
 

Methods in org.rr0.im.business.event with parameters of type Moment
voidTimeableImpl.setEndMoment(Moment endMoment)
          
 

Uses of Moment in org.rr0.im.business.event.circumstance
 

Subinterfaces of Moment in org.rr0.im.business.event.circumstance
interface PreciseMoment
          
 

Classes in org.rr0.im.business.event.circumstance that implement Moment
class IntervalMomentImpl
          Fuzzy Moment implementation.
 

Methods in org.rr0.im.business.event.circumstance that return Moment
MomentIntervalMomentImpl.getBegining()
          
MomentIntervalMomentImpl.getEnd()
          
MomentPreciseMomentImpl.getBegining()
          
MomentPreciseMomentImpl.getEnd()
          
 

Methods in org.rr0.im.business.event.circumstance with parameters of type Moment
booleanIntervalMomentImpl.isAfter(Moment otherMoment)
          If this moment is chronologically after an other moment
booleanIntervalMomentImpl.isBefore(Moment otherMoment)
          
booleanMoment.isAfter(Moment otherMoment)
          If this moment is chronologically after an other moment
booleanMoment.isBefore(Moment otherMoment)
          If this moment is chronologically before an other moment
booleanPreciseMomentImpl.isAfter(Moment otherMoment)
          If this moment is chronologically after an other moment
booleanPreciseMomentImpl.isBefore(Moment otherMoment)
          
 

Uses of Moment in org.rr0.im.business.evidence
 

Constructors in org.rr0.im.business.evidence with parameters of type Moment
ArticleImpl.ArticleImpl(String title, Actor author, Moment releaseDate)
          
 

Uses of Moment in org.rr0.im.business.investigation
 

Methods in org.rr0.im.business.investigation that return Moment
MomentInvestigationImpl.getBegining()
          Return the begining of the investigation.
MomentInvestigationImpl.getEnd()
          Return the last moment of the investigation (this doesn't mean that the investigation is closed).