Class ParticipantHistory

java.lang.Object
ca.phon.project.ParticipantHistory

public class ParticipantHistory extends Object
Runtime extension for Participant objects. This extension attaches a ageHistory of the Participant's age over a number of given sessions.
  • Constructor Details

    • ParticipantHistory

      public ParticipantHistory()
  • Method Details

    • getSessions

      public Set<SessionPath> getSessions()
    • getAgeForSession

      public Period getAgeForSession(SessionPath sessionPath)
    • setAgeForSession

      public void setAgeForSession(SessionPath sessionPath, Period age)
    • getNumberOfRecordsForSession

      public Integer getNumberOfRecordsForSession(SessionPath sessionPath)
    • setNumberOfRecordsForSession

      public void setNumberOfRecordsForSession(SessionPath sessionPath, int count)