Uses of Class
nzilbb.labbcat.server.db.AllUtterancesTask
-
Packages that use AllUtterancesTask Package Description nzilbb.labbcat.server.db MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations. -
-
Uses of AllUtterancesTask in nzilbb.labbcat.server.db
Methods in nzilbb.labbcat.server.db that return AllUtterancesTask Modifier and Type Method Description AllUtterancesTaskAllUtterancesTask. setParticipantQuery(String newParticipantQuery)Setter forparticipantQuery: AGQL query identifying which participants to get all the utterances of.AllUtterancesTaskAllUtterancesTask. setTranscriptQuery(String newTranscriptQuery)Setter fortranscriptQuery: AGQL query identifying which transcripts to get all the utterances from.
-