Class ParticipantHistory
java.lang.Object
ca.phon.project.ParticipantHistory
Runtime extension for Participant objects. This
extension attaches a ageHistory of the Participant's
age over a number of given sessions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgeForSession(SessionPath sessionPath) getNumberOfRecordsForSession(SessionPath sessionPath) voidsetAgeForSession(SessionPath sessionPath, Period age) voidsetNumberOfRecordsForSession(SessionPath sessionPath, int count)
-
Constructor Details
-
ParticipantHistory
public ParticipantHistory()
-
-
Method Details
-
getSessions
-
getAgeForSession
-
setAgeForSession
-
getNumberOfRecordsForSession
-
setNumberOfRecordsForSession
-