org.rr0.im.business.event.circumstance
Class IntervalMomentImpl
- public class IntervalMomentImpl
- implements Moment
Fuzzy Moment implementation.
- Author:
- Jérôme Beau
- Version: 4 mai 2003 00:17:49
beginingMoment
private PreciseMoment beginingMoment
endMoment
private PreciseMoment endMoment
IntervalMomentImpl
public IntervalMomentImpl(PreciseMoment beginingMoment, PreciseMoment endMoment)
getBegining
public Moment getBegining()
getDuration
public Duration getDuration()
getEnd
public Moment getEnd()
getHistory
public TimeLine getHistory()
- A set of events about the life of that being
- Returns: A collection of Events
- associates <{org.rr0.im.business.event.Event}>
- supplierRole history/bio
- supplierCardinality 1..*
isAfter
public boolean isAfter(Moment otherMoment)
- If this moment is chronologically after an other moment
- Parameters:
- otherMoment The other moment
- Returns: If this moment is after the other one.
isBefore
public boolean isBefore(Moment otherMoment)
to Class org.rr0.im.business.event.circumstance.PreciseMoment
to Class org.rr0.im.business.event.circumstance.PreciseMoment
to Class org.rr0.im.business.event.Event
- A set of events about the life of that being
- Supplier Role history/bio
- Supplier Cardinality 1..*
- associates <{org.rr0.im.business.event.Event}>
- return A collection of Events