Matrix |
Matrix.addColumn(Column column) |
Convenience builder-pattern method for adding a column.
|
Matrix |
Matrix.fromJsonString(String jsonString) |
Deserialize a search matrix from a JSON-encoded string.
|
Matrix |
Matrix.fromLegacyString(String search) |
Defines the matrix using a string formatted in the legacy LaBB-CAT encoding.
|
Matrix |
SearchTask.getMatrix() |
Getter for SearchTask.matrix : Matrix that defines this search.
|
Matrix |
Matrix.setColumns(Vector<Column> newColumns) |
Setter for columns : The columns of the search matrix, each representing
patterns matching one word token.
|
Matrix |
Matrix.setParticipantQuery(String newParticipantQuery) |
Setter for participantQuery : Query to identify participants whose utterances
should be searched.
|
Matrix |
Matrix.setTranscriptQuery(String newTranscriptQuery) |
Setter for transcriptQuery : Query to identify transcripts whose utterances
should be searched.
|