Package ca.phon.project
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
-
Method Summary
Modifier and TypeMethodDescriptiongetAgeForSession
(SessionPath sessionPath) getNumberOfRecordsForSession
(SessionPath sessionPath) void
setAgeForSession
(SessionPath sessionPath, Period age) void
setNumberOfRecordsForSession
(SessionPath sessionPath, int count)
-
Constructor Details
-
ParticipantHistory
public ParticipantHistory()
-
-
Method Details
-
getSessions
-
getAgeForSession
-
setAgeForSession
-
getNumberOfRecordsForSession
-
setNumberOfRecordsForSession
-