org.rr0.im.business.investigation
Interface InterviewSession

All Known Implementing Classes:
InterviewSessionImpl

public interface InterviewSession
extends InvestigationAct

Author:
Jerome Beau
Version: 17 avr. 2004

Method Summary
 voidanswer(Object answer)
           
 MapgetAnswers()
           
 booleanhasNextQuestion()
           
 ObjectnextQuestion()
           

Methods inherited from interface org.rr0.im.business.event.Relationship
getObject, getSubject, setObject, setSubject

Methods inherited from interface org.rr0.im.business.event.Event
getTitle

Methods inherited from interface org.rr0.im.service.function.classification.Classifiable
getForcedCategory

Methods inherited from interface java.lang.Comparable
compareTo

Methods inherited from interface org.rr0.im.business.event.Endable
getEnd

Methods inherited from interface org.rr0.im.business.event.Timeable
getBegining, getHistory

Methods inherited from interface org.rr0.im.business.event.Durable
getDuration

Method Detail

answer

public void answer(Object answer)

getAnswers

public Map getAnswers()

hasNextQuestion

public boolean hasNextQuestion()

nextQuestion

public Object nextQuestion()