| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Moment | BirthImpl.date |
private Moment | SightingImpl.moment |
private Moment | TimeableImpl.beginingMoment |
private Moment | TimeableImpl.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 | |
Moment | Birth.getDate() |
Moment | BirthImpl.getDate() |
Moment | Endable.getEnd() |
Moment | Sighting.getMoment()When the sighting occured (begining, end, duration) |
Moment | SightingImpl.getMoment() |
Moment | Timeable.getBegining() |
Moment | TimeableImpl.getBegining() |
Moment | TimeableImpl.getEnd() |
| Methods in org.rr0.im.business.event with parameters of type Moment | |
void | TimeableImpl.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 | IntervalMomentImplFuzzy Moment implementation. |
| Methods in org.rr0.im.business.event.circumstance that return Moment | |
Moment | IntervalMomentImpl.getBegining() |
Moment | IntervalMomentImpl.getEnd() |
Moment | PreciseMomentImpl.getBegining() |
Moment | PreciseMomentImpl.getEnd() |
| Methods in org.rr0.im.business.event.circumstance with parameters of type Moment | |
boolean | IntervalMomentImpl.isAfter(Moment otherMoment)If this moment is chronologically after an other moment |
boolean | IntervalMomentImpl.isBefore(Moment otherMoment) |
boolean | Moment.isAfter(Moment otherMoment)If this moment is chronologically after an other moment |
boolean | Moment.isBefore(Moment otherMoment)If this moment is chronologically before an other moment |
boolean | PreciseMomentImpl.isAfter(Moment otherMoment)If this moment is chronologically after an other moment |
boolean | PreciseMomentImpl.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 | |
Moment | InvestigationImpl.getBegining()Return the begining of the investigation. |
Moment | InvestigationImpl.getEnd()Return the last moment of the investigation (this doesn't mean that the investigation is closed). |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||