org.rr0.im.business.investigation
Class InvestigationImpl
org.rr0.im.business.event.TimeableImpl
|
+--org.rr0.im.business.investigation.InvestigationImpl
- public class InvestigationImpl
- extends TimeableImpl
- implements Investigation
Investigation Reference Implementation.
- Author:
- Jérôme Beau
- Version: 18 juin 2003 21:38:03
acts
private Collection acts
investigatedCase
private Case investigatedCase
InvestigationImpl
public InvestigationImpl(Case investigatedCase)
getActs
public Collection getActs()
- Returns: The investigation acts
getBegining
public Moment getBegining()
- Return the begining of the investigation.
This moment is the moment of the first investigation act, chronologically speaking.- Returns:
getCase
public Case getCase()
- The investigated case.
- Returns:
getDuration
public Duration getDuration()
getEnd
public Moment getEnd()
- Return the last moment of the investigation (this doesn't mean that the investigation is closed).
This moment is the moment of the last investigation act, chronologically speaking.- Returns:
to Class java.util.Collection
to Class org.rr0.im.business.report.Case