org.rr0.im.business.investigation
Interface InterviewSession
- All Known Implementing Classes:
- InterviewSessionImpl
- public interface InterviewSession
- extends InvestigationAct
- Author:
- Jerome Beau
- Version: 17 avr. 2004
| Methods inherited from interface org.rr0.im.business.event.Event |
getTitle |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Methods inherited from interface org.rr0.im.business.event.Endable |
getEnd |
answer
public void answer(Object answer)
getAnswers
public Map getAnswers()
hasNextQuestion
public boolean hasNextQuestion()
nextQuestion
public Object nextQuestion()