A C D E F G H I K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAttributes(String[]) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Adds an array of attribute names to
ProcessWithPraat.attributes
. - addColumn(Column) - Method in class nzilbb.labbcat.server.search.Matrix
-
Convenience builder-pattern method for adding a column.
- addLayerMatch(LayerMatch) - Method in class nzilbb.labbcat.server.search.Column
-
Convenience builder-pattern method for adding a layer pattern.
- addMatchAnnotationUid(String, String) - Method in class nzilbb.labbcat.server.db.IdMatch
-
Adds a single match UID to
IdMatch.matchAnnotationUids
. - aggregateMatchingAnnotations(String, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Identifies a list of annotations that match a particular pattern, and aggregates their labels.
- Agreement - Class in nzilbb.labbcat.server.api
-
Provides CRUD operations for the agreement.html file, which is the license agreement that users agree to the first time they log in.
- Agreement() - Constructor for class nzilbb.labbcat.server.api.Agreement
-
Constructor
- AllUtterancesTask - Class in nzilbb.labbcat.server.db
-
A task that identifies all utterances of given participants, making them available as a set of search results.
- AllUtterancesTask() - Constructor for class nzilbb.labbcat.server.db.AllUtterancesTask
-
Default constructor.
- AnnotationAgqlToSql - Class in nzilbb.labbcat.server.db
-
Converts AGQL expressions into SQL queries for matching graphs (transcripts).
- AnnotationAgqlToSql() - Constructor for class nzilbb.labbcat.server.db.AnnotationAgqlToSql
-
Default constructor.
- AnnotationAgqlToSql(Schema) - Constructor for class nzilbb.labbcat.server.db.AnnotationAgqlToSql
-
Attribute constructor.
- AnnotationAgqlToSql.Query - Class in nzilbb.labbcat.server.db
-
Encapsulates the results of
AnnotationAgqlToSql.sqlFor(String,String,String,String)
including the SQL. - annotationDataFile(Annotation, Graph, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Get the location of the annotation's data file, if any.
- Annotators - Class in nzilbb.labbcat.server.api.admin
-
Servlet that manages installation/upgrade/uninstallation of annotators.
- Annotators(File) - Constructor for class nzilbb.labbcat.server.api.admin.Annotators
-
Default constructor.
- APIRequestContext - Interface in nzilbb.labbcat.server.api
-
An object that can answer questions about the context of a request, for example the user, configuration parameters, etc.
- APIRequestHandler - Class in nzilbb.labbcat.server.api
-
Base class for request enpoints, which implents common functionality.
- APIRequestHandler() - Constructor for class nzilbb.labbcat.server.api.APIRequestHandler
-
Default constructor.
- ArraySearchResults - Class in nzilbb.labbcat.server.search
-
Search results constructed from an array of selected MatchId strings.
- ArraySearchResults(String[]) - Constructor for class nzilbb.labbcat.server.search.ArraySearchResults
-
Constructor from MatchId array.
- Attributes - Class in nzilbb.labbcat.server.api
-
/api/attributes : Exports selected attributes for specified transcripts to CSV.
- Attributes() - Constructor for class nzilbb.labbcat.server.api.Attributes
-
Constructor
C
- cacheNotification(String) - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
Generates an instance-wide notification that an underlying object has been updated, and cached versions of that object should be flushed.
- cancel() - Method in class nzilbb.labbcat.server.api.serialize.Fragments
-
Cancels the currently running exportTextGrids() method.
- cancel() - Method in class nzilbb.labbcat.server.api.serialize.Graphs
-
Cancels the currently running exportTextGrids() method.
- cancel() - Method in class nzilbb.labbcat.server.db.AllUtterancesTask
-
Override to allow update-statement cancellation
- cancel() - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Cancels the task.
- cancel() - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Cancels spliteration; the next call to tryAdvance will return false.
- cancel() - Method in class nzilbb.labbcat.server.db.OneQuerySearch
-
Override to allow update-statement cancellation
- cancel() - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Cancels spliteration; the next call to tryAdvance will return false.
- cancel() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Cancels the task.
- cancel() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
- cancel() - Method in class nzilbb.labbcat.server.task.Task
-
Cancels the task.
- Categories - Class in nzilbb.labbcat.server.api.admin
-
/api/admin/categories/class_id[/category] : Administration of category records.
- Categories - Class in nzilbb.labbcat.server.api
-
/api/categories/class_id[/category] : Listing of category records.
- Categories() - Constructor for class nzilbb.labbcat.server.api.admin.Categories
- Categories() - Constructor for class nzilbb.labbcat.server.api.Categories
- characteristics() - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
- characteristics() - Method in class nzilbb.labbcat.server.db.FragmentSeries
- characteristics() - Method in class nzilbb.labbcat.server.db.ResultSeries
- close() - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Close all open resources.
- close() - Method in class nzilbb.labbcat.server.search.ArraySearchResults
-
Close all open resources (there are none).
- Column - Class in nzilbb.labbcat.server.search
-
One column in a search matrix, containing patterns matching one word token.
- Column() - Constructor for class nzilbb.labbcat.server.search.Column
- ConfigWebApp - Class in nzilbb.labbcat.server.api.admin.annotator
-
Server-side implementation of 'config' web-apps.
- ConfigWebApp(HashMap<String, AnnotatorDescriptor>) - Constructor for class nzilbb.labbcat.server.api.admin.annotator.ConfigWebApp
-
Constructor.
- ConsolidatedGraphSeries - Class in nzilbb.labbcat.server.db
-
A Graph series that filters another Graph series, collapsing consecutive instances of the same graph into one graph.
- ConsolidatedGraphSeries() - Constructor for class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Default constructor
- ConsolidatedGraphSeries(MonitorableSeries<Graph>) - Constructor for class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Constructor from source series.
- copyLayer(String) - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Add a layer to #copyLayers.
- Corpora - Class in nzilbb.labbcat.server.api.admin
-
/api/admin/corpora : Administration of corpus records.
- Corpora() - Constructor for class nzilbb.labbcat.server.api.admin.Corpora
- countAnnotations(String, String, Integer) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the number of annotations on the given layer of the given transcript, but only those with an ordinal less than or equal to the given maximum.
- countMatchingAnnotations(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Counts the number of annotations that match a particular pattern.
- countMatchingParticipantIds(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Counts the number of participants that match a particular pattern.
- countMatchingTranscriptIds(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Counts the number of transcript IDs that match a particular pattern.
- createAnnotation(String, String, String, String, String, Integer, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Creates an annotation starting at fromId and ending at toId.
D
- Data - Class in nzilbb.labbcat.server.api.annotation
-
/api/annotation/data : Accesses binary data for annotations.
- Data() - Constructor for class nzilbb.labbcat.server.api.annotation.Data
-
Constructor
- defaultThreadName() - Method in class nzilbb.labbcat.server.task.Task
-
A default unique name for the thread.
- delete(String, OutputStream, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.TableServletBase
-
DELETE handler - remove existing row.
- delete(String, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.edit.transcript.Upload
-
The DELETE method for the servlet.
- delete(String, Function<String, File>, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Agreement
-
DELETE handler: Delete the HTML document.
- delete(String, Function<String, File>, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Doc
-
DELETE handler: Delete the given HTML document.
- deleteAnnotatorTask(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Delete the identified automation task.
- DeleteCheck(String, String, String) - Constructor for class nzilbb.labbcat.server.api.TableServletBase.DeleteCheck
- DeleteCheck(String, List<String>, String) - Constructor for class nzilbb.labbcat.server.api.TableServletBase.DeleteCheck
- deleteLayer(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Deletes the given layer, and all associated annotations.
- deleteMatchingAnnotations(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Deletes all annotations that match a particular pattern.
- deleteMedia(String, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Delete a given media or document file.
- deleteParticipant(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Deletes the given participant, and all associated meta-data.
- deleteTranscript(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Deletes the given transcript, and all associated files.
- deregisterDeserializer(GraphDeserializer) - Method in class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
De-registers a transcript deserializer.
- deregisterSerializer(GraphSerializer) - Method in class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
De-registers a transcript serializer.
- descriptiveName() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Generates a descriptive name for the processing.
- deserializerForFilesSuffix(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the deserializer for the given file suffix (extension).
- deserializerForMimeType(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the deserializer for the given MIME type.
- destroyAnnotation(String, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Destroys the annotation with the given ID.
- Dictionary - Class in nzilbb.labbcat.server.api.results
-
/api/results/dictionary : Generates a dictionary from search results.
- Dictionary() - Constructor for class nzilbb.labbcat.server.api.results.Dictionary
-
Constructor
- Doc - Class in nzilbb.labbcat.server.api
-
Provides CRUD operations for all files/directories under /doc/*.
- Doc() - Constructor for class nzilbb.labbcat.server.api.Doc
-
Constructor
E
- ensurePatternAnchored() - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Ensures that the pattern includes anchoring to the beginning (^) and end ($) of input.
- equals(Object) - Method in class nzilbb.labbcat.server.db.IdMatch
-
Determines whether another IMatch is equal to this one.
- equals(Object) - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Determines whether this identifies that same utterance as another object.
- estimateSize() - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Counts the elements in the series, if possible.
- estimateSize() - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Counts the elements in the series, if possible.
- estimateSize() - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Counts the elements in the series, if possible.
- ExistingIdException - Exception in nzilbb.labbcat.server.db
-
Exception thrown when trying to create a record that already exists.
- ExistingIdException(String) - Constructor for exception nzilbb.labbcat.server.db.ExistingIdException
- ExtWebApp - Class in nzilbb.labbcat.server.api.edit.annotator
-
Server-side implementation of 'ext' web-apps.
- ExtWebApp(HashMap<String, AnnotatorDescriptor>) - Constructor for class nzilbb.labbcat.server.api.edit.annotator.ExtWebApp
-
Constructor.
F
- Files - Class in nzilbb.labbcat.server.api
-
/api/files : Exports media/transcript files for specified transcripts.
- Files() - Constructor for class nzilbb.labbcat.server.api.Files
-
Constructor
- filesAccessed() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Determines whether the user-customizable parts of the Praat script include operations for reading/writing files.
- finalize() - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Finalize method called by the garbage collector.
- finalize() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Called when the object is garbage-collected.
- findTask(long) - Static method in class nzilbb.labbcat.server.task.Task
-
Finds the named task.
- findTask(String) - Static method in class nzilbb.labbcat.server.task.Task
-
Finds the named thread.
- formatReason(ResultSet, TableServletBase) - Method in class nzilbb.labbcat.server.api.TableServletBase.DeleteCheck
-
Formats the reason by including the returned count if included in the error.
- Fragments - Class in nzilbb.labbcat.server.api.serialize
-
/api/serialize/fragments : Converts transcript fragments to specific formats.
- Fragments() - Constructor for class nzilbb.labbcat.server.api.serialize.Fragments
-
Constructor
- FragmentSeries - Class in nzilbb.labbcat.server.db
-
An implementation of Spliterator<Graph> that enumerates fragments corresponding to a list of selected fragment Ids.
- FragmentSeries(Collection<String>, SqlGraphStore, String[]) - Constructor for class nzilbb.labbcat.server.db.FragmentSeries
-
Constructor.
- fromJson(JsonObject) - Method in class nzilbb.labbcat.server.search.Column
-
Initializes the bean with the given JSON representation.
- fromJson(JsonObject) - Method in class nzilbb.labbcat.server.search.Matrix
-
Initializes the bean with the given JSON representation.
- fromJsonString(String) - Method in class nzilbb.labbcat.server.search.Matrix
-
Deserialize a search matrix from a JSON-encoded string.
- fromLegacyString(String) - Method in class nzilbb.labbcat.server.search.Matrix
-
Defines the matrix using a string formatted in the legacy LaBB-CAT encoding.
G
- generateMissingMedia(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Generates any media files that are not marked "on demand" and for which there are available conversions.
- generateOneSpanSql(Vector<Object>, Schema, Layer, LayerMatch) - Method in class nzilbb.labbcat.server.db.OneQuerySearch
-
Create an SQL query that identifies results that match the search matrix patterns, optimised for a matrix that only searches one span layer, filling in the given lists with information about parameters to set.
- generateOrthographySql(Vector<Object>, Schema) - Method in class nzilbb.labbcat.server.db.OneQuerySearch
-
Create an SQL query that identifies results that match the search matrix patterns, optimised for a matrix that only searches the orthography layer, filling in the given lists with information about parameters to set.
- generateScript(PrintWriter, File, File, Vector<Vector<Double>>, Integer, Integer, Integer, Double, Integer, Integer, Integer, HashMap<String, String>) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Extracts the formants at the given times for the given WAV file
- generateSql(Vector<Object>, Schema, Predicate<Layer>, UnaryOperator<String>, UnaryOperator<String>) - Method in class nzilbb.labbcat.server.db.OneQuerySearch
-
Create an SQL query that identifies results that match the search matrix patterns, filling in the given lists with information about parameters to set.
- get(String, String, String, String, UnaryOperator<String>, InputStream, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.admin.annotator.ConfigWebApp
-
GET handler.
- get(String, String, String, String, UnaryOperator<String>, InputStream, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.admin.annotator.TaskWebApp
-
GET handler.
- get(String, String, String, String, UnaryOperator<String>, InputStream, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.edit.annotator.ExtWebApp
-
GET handler.
- get(String, String, String, String, RequestParameters, InputStream, Consumer<Integer>, Consumer<String>) - Method in class nzilbb.labbcat.server.api.Store
-
GET handler lists all rows.
- get(String, String, Function<String, File>, OutputStream, Consumer<Long>, Consumer<String>, Consumer<String>, Consumer<Integer>, Consumer<String>) - Method in class nzilbb.labbcat.server.api.Doc
-
GET handler: Return the given HTML document, or a blank template if it doesn't exist yet.
- get(String, Function<String, File>, OutputStream, Consumer<Long>, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Agreement
-
GET handler: Return the given HTML document, or a blank template if it doesn't exist yet.
- get(String, RequestParameters, UnaryOperator<String>, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.TableServletBase
-
GET handler lists all rows.
- get(Consumer<String>, OutputStream) - Method in class nzilbb.labbcat.server.api.admin.Annotators
-
GET handler: lists currently installed annotators.
- get(JsonGenerator) - Method in class nzilbb.labbcat.server.api.User
-
Generate the response to a request.
- get(JsonGenerator, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.admin.SystemAttributes
-
GET handler lists all rows.
- get(RequestParameters, OutputStream, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Attributes
-
The GET method for the servlet.
- get(RequestParameters, OutputStream, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.results.Dictionary
-
The GET method for the servlet.
- get(RequestParameters, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Files
-
The GET method for the servlet.
- get(RequestParameters, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.serialize.Fragments
-
The GET method for the servlet - this expects an array of graph ids, start times and end times, a list of layerIds in include, and a mimetype.
- get(RequestParameters, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.serialize.Graphs
-
The GET method for the servlet.
- get(RequestParameters, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Search
-
The GET method for the servlet.
- get(RequestParameters, UnaryOperator<String>, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Results
-
The GET method for the servlet.
- getAdj() - Method in class nzilbb.labbcat.server.search.Column
-
Getter for
Column.adj
: Adjecency; how far matches of the following column in the matrix can be from matches of this column. - getAnchorConfidenceThreshold() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Getter for
SearchTask.anchorConfidenceThreshold
: If non-null, then only targets whose anchors have an alignment status greater than or equals to this value will be returned. - getAnchorEnd() - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Getter for
LayerMatch.anchorEnd
: Whether this condition is anchored to the end of the word token. - getAnchors(String, String[]) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the given anchors in the given transcript.
- getAnchorStart() - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Getter for
LayerMatch.anchorStart
: Whether this condition is anchored to the start of the word token. - getAnnotations(String, String, Integer, Integer, Integer) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the annotations on the given layer of the given transcript, but only those with an ordinal less than or equal to the given maximum..
- getAnnotator(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets an instance of the annotator with the given ID.
- getAnnotatorDescriptor(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a descriptor of the annotator with the given ID.
- getAnnotatorDescriptors() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Lists descriptors of all annotators that are installed.
- getAnnotatorDir() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Returns the location of the annotators directory.
- getAnnotatorDir() - Method in class nzilbb.labbcat.server.servlet.LabbcatServlet
-
Returns the location of the annotators directory.
- getAnnotatorTaskParameters(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Supplies the given task's parameter string.
- getAnnotatorTasks(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Supplies a list of automation tasks for the identified annotator.
- getAttributes() - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Getter for
IdUtterance.attributes
: Extended attributes of the utterance, including "prefix" for the result prefix, "name" for the search name, etc. - getAttributes() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.attributes
: Attributes to make available to custom script. - getAvailableMedia(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
List the media available for the given transcript.
- getBaseUrl() - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
Get the base URL for the server.
- getBaseUrl() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.baseUrl
: URL prefix for file access. - getBaseUrl() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Getter for
SerializeFragmentsTask.baseUrl
: Base URL. - getCollectionName() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Getter for
SerializeFragmentsTask.collectionName
: Collection Name - getColumns() - Method in class nzilbb.labbcat.server.search.Matrix
-
Getter for
Matrix.columns
: The columns of the search matrix, each representing patterns matching one word token. - getConnection() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.connection
: Database connection. - getConnectionFactory() - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
Accesses a database connection factory.
- getCopyLayers() - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Getter for
ConsolidatedGraphSeries.copyLayers
: List of layers to consolidate the annotations of. - getCorpusIds() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of corpus IDs.
- getCreationTime() - Method in class nzilbb.labbcat.server.task.Task
-
The creation time of the task.
- getCustomScript() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.customScript
: Custom script specified by the user to execute on each sample. - getCustomScriptHeaders() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.customScriptHeaders
: Headers for custom script outputs. - getDataFile() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.dataFile
: CSV data file - getDb() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.db
: Factory for generating connections to the database. - getDefiningAnnotationUid() - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Getter for
IdUtterance.definingAnnotationUid
: UID of the annotation that defines the bounds of this utterance, if any. - getDescription() - Method in class nzilbb.labbcat.server.search.Matrix
-
A curt semi-human-readable summary of the matrix that can be used for probably-unique, more or less descriptive file names, etc.
- getDescription() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Getter for
SearchTask.description
: A short, more or less human readable description of the search. - getDeserializerDescriptors() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Lists the descriptors of all registered deserializers.
- getDeserializersByMimeType() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.deserializersByMimeType
: Registered deserializers, keyed by MIME type. - getDeserializersBySuffix() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.deserializersBySuffix
: Registered deserializers, keyed by file suffix (extension). - getDisconnectWhenFinished() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.disconnectWhenFinished
: Whether to disconnect the connection when garbage collected. - getDuration() - Method in class nzilbb.labbcat.server.task.Task
-
The duration of the tasks execution so far.
- getEndAnchorId() - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Getter for
IdUtterance.endAnchorId
: anchor_id of the anchor that is the end of the utterance. - getEndOffset() - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Getter for
IdUtterance.endOffset
: The end offset, if known. - getEpisodeDocuments(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Get a list of documents associated with the episode of the given transcript.
- getExtractCOG1() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.extractCOG1
: Whether to extract the centre of gravity, with p = 1. - getExtractCOG2() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.extractCOG2
: Whether to extract the centre of gravity, with p = 2. - getExtractCOG23() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.extractCOG23
: Whether to extract the centre of gravity, with p = 2/3. - getExtractF1() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.extractF1
: Whether to extract F1 - getExtractF2() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.extractF2
: Whether to extract F2 - getExtractF3() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.extractF3
: Whether to extract F3 - getExtractMaximumIntensity() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.extractMaximumIntensity
: Whether to extract the maximum intensity - getExtractMaximumPitch() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.extractMaximumPitch
: Whether to extract the maximum pitch - getExtractMeanPitch() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.extractMeanPitch
: Whether to extract the mean pitch - getExtractMinimumPitch() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.extractMinimumPitch
: Whether to extract the minimum pitch - getFastTrackBasisFunctions() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackBasisFunctions
: Fast Track basis_functions global setting. - getFastTrackCoefficients() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackCoefficients
: Whether to return the regression coefficients from FastTrack. - getFastTrackDifferentiationLayerId() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackDifferentiationLayerId
: Participant attribute layer ID for differentiating fastTrack settings. - getFastTrackEnableF1BandwidthHeuristic() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackEnableF1BandwidthHeuristic
: Fast Track enable_F1_bandwidth_heuristic global setting. - getFastTrackEnableF1FrequencyHeuristic() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackEnableF1FrequencyHeuristic
: Fast Track enable_F1_frequency_heuristic global setting. - getFastTrackEnableF2BandwidthHeuristic() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackEnableF2BandwidthHeuristic
: Fast Track enable_F2_bandwidth_heuristic global setting. - getFastTrackEnableF3BandwidthHeuristic() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackEnableF3BandwidthHeuristic
: Fast Track enable_F3_bandwidth_heuristic global setting. - getFastTrackEnableF3F4ProximityHeuristic() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackEnableF3F4ProximityHeuristic
: Fast Track enable_F3F4_proximity_heuristic global setting. - getFastTrackEnableF4FrequencyHeuristic() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackEnableF4FrequencyHeuristic
: Fast Track enable_F4_frequency_heuristic global setting. - getFastTrackEnableRhoticHeuristic() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackEnableRhoticHeuristic
: Fast Track enable_rhotic_heuristic global setting. - getFastTrackErrorMethod() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackErrorMethod
: Fast Track error_method global setting. - getFastTrackHighestAnalysisFrequencyDefault() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackHighestAnalysisFrequencyDefault
: Fast Track highest analysis frequency by default. - getFastTrackHighestAnalysisFrequencyOther() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackHighestAnalysisFrequencyOther
: Values to use as the Fast Track highest analysis frequency for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.formantOtherPattern
. - getFastTrackLowestAnalysisFrequencyDefault() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackLowestAnalysisFrequencyDefault
: Fast Track lowest analysis frequency by default. - getFastTrackLowestAnalysisFrequencyOther() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackLowestAnalysisFrequencyOther
: Values to use as the Fast Track lowest analysis frequency for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.fastTrackOtherPattern
. - getFastTrackMaximumF1BandwidthValue() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackMaximumF1BandwidthValue
: Fast Track maximum_F1_bandwidth_value global setting. - getFastTrackMaximumF1FrequencyValue() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackMaximumF1FrequencyValue
: Fast Track maximum_F1_frequency_value global setting. - getFastTrackMaximumF2BandwidthValue() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackMaximumF2BandwidthValue
: Fast Track maximum_F2_bandwidth_value global setting. - getFastTrackMaximumF3BandwidthValue() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackMaximumF3BandwidthValue
: Fast Track maximum_F3_bandwidth_value global setting. - getFastTrackMinimumDuration() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackMinimumDuration
: Minimum duration of a segment for FastTrack analysis. - getFastTrackMinimumF4FrequencyValue() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackMinimumF4FrequencyValue
: Fast Track minimum_F4_frequency_value global setting. - getFastTrackNumberOfCoefficients() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackNumberOfCoefficients
: Fast Track number of coefficients for the regression function. - getFastTrackNumberOfFormants() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackNumberOfFormants
: Fast Track number of formants. - getFastTrackNumberOfSteps() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackNumberOfSteps
: Fast Track number of steps. - getFastTrackOtherPattern() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackOtherPattern
: List of regular expression strings to match against the value of that attribute identified byProcessWithPraat.fastTrackDifferentiationLayerId
. - getFastTrackTimeStep() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackTimeStep
: Fast Track time_step global setting - time step in seconds. - getFastTrackTrackingMethod() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fastTrackTrackingMethod
: Fast Track tracking_method parameter for trackAutoselectProcedure; "burg" or "robust". - getFieldDelimiter() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fieldDelimiter
: The field delimiter character for the CSV file. - getFile(String) - Method in class nzilbb.labbcat.server.api.RequestParameters
-
Gets the named item as a list of files.
- getFileName() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.fileName
: Name to use as the basis for an output file name - getFiles() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.files
: Root directory for file structure. - getFiles(String) - Method in class nzilbb.labbcat.server.api.RequestParameters
-
Gets the named item as a list of files.
- getFilesDir() - Method in class nzilbb.labbcat.server.servlet.LabbcatServlet
-
Returns the root of the persistent file system.
- getFirstLayerMatch(String) - Method in class nzilbb.labbcat.server.search.Column
-
Gets the first match for the given layer, if any.
- getFormantCeilingDefault() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.formantCeilingDefault
: Formant ceiling by default. - getFormantCeilingOther() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.formantCeilingOther
: Values to use as the formant ceiling for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.formantOtherPattern
. - getFormantDifferentiationLayerId() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.formantDifferentiationLayerId
: Participant attribute layer ID for differentiating formant settings. - getFormantOtherPattern() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.formantOtherPattern
: List of regular expression strings to match against the value of that attribute identified byProcessWithPraat.formantDifferentiationLayerId
. - getFragment(String, double, double, String[]) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a fragment of a transcript, given its ID and the start/end offsets that define the desired fragment, and containing only the given layers.
- getFragment(String, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a fragment of a transcript, given its ID and the ID of an annotation in it that defines the desired fragment.
- getFragment(String, String, String[]) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a fragment of a transcript, given its ID and the ID of an annotation in it that defines the desired fragment, and containing only the given layers.
- getFragmentIds() - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Getter for
FragmentSeries.fragmentIds
: A collection of strings that identify a graph fragment. - getFragmentSeries(String, String[]) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a series of fragments, given the series' ID, and only the given layers.
- getGraphId() - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Getter for
IdUtterance.graphId
: ag_id of the transcript. - getId() - Method in exception nzilbb.labbcat.server.db.ExistingIdException
-
Getter for
ExistingIdException.id
: The ID that cause the exception. - getId() - Method in class nzilbb.labbcat.server.db.IdMatch
-
Generates an identifier for this utterance.
- getId() - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Generates an identifier for this utterance.
- getId() - Method in exception nzilbb.labbcat.server.db.InvalidIdException
-
Getter for
InvalidIdException.id
: The ID that cause the exception. - getId() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
GraphStore method and getter for
SqlGraphStore.id
: The store's ID. - getId() - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Getter for
SqlSearchResults.id
: The database key of the search/results rows. - getId() - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Getter for
LayerMatch.id
: The Layer ID to match. - getIncludeRequiredLayers() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Getter for
SerializeFragmentsTask.includeRequiredLayers
: Whether to include the layers required by the serializer, or only the selected layers. - getInitParameter(String) - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
Access the value of an instance-wide named parameter.
- getIntensityDifferentiationLayerId() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.intensityDifferentiationLayerId
: Participant attribute layer ID for differentiating intensity settings. - getIntensityOtherPattern() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.intensityOtherPattern
: List of regular expression strings to match against the value of that attribute identified byProcessWithPraat.intensityDifferentiationLayerId
. - getIntensityPitchFloorDefault() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.intensityPitchFloorDefault
: Intensity Pitch Floor by default. - getIntensityPitchFloorOther() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.intensityPitchFloorOther
: Values to use as the intensity pitch floor for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.intensityOtherPattern
. - getLastException() - Method in class nzilbb.labbcat.server.task.Task
-
Gets the last exception that occurred during the task.
- getLastKeepAlive() - Method in class nzilbb.labbcat.server.task.Task
-
LastKeepAlive accessor
- getLastMatchId() - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Getter for
SqlSearchResults.lastMatchId
: The ID of the last match the iterator returned fromSqlSearchResults.next()
- getLastMatchId() - Method in class nzilbb.labbcat.server.search.ArraySearchResults
-
Getter for
ArraySearchResults.lastMatchId
: The ID of the last match the iterator returned fromArraySearchResults.next()
- getLastMatchId() - Method in interface nzilbb.labbcat.server.search.SearchResults
-
The ID of the last match the iterator returned from
Iterator.next()
- getLayer(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a layer definition.
- getLayerIds() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of layer IDs (annotation 'types').
- getLayers() - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Getter for
FragmentSeries.layers
: Layers to load into the fragments. - getLayers() - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Getter for
ResultSeries.layers
: Layers to load into the fragments. - getLayers() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of layer definitions.
- getLayers() - Method in class nzilbb.labbcat.server.search.Column
-
Getter for
Column.layers
: The layer patterns that match a word token. - getLayers() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Getter for
SerializeFragmentsTask.layers
: Layers selected for serialization. - getLog() - Method in class nzilbb.labbcat.server.task.Task
-
Provides a timestamped log of activity.
- getMainParticipantOnly() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Getter for
SearchTask.mainParticipantOnly
: Whether to seearch main-participant utterances only or not. - getMarkColumn() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.markColumn
: Column that identifies the time, or start time if an end column is specified, at which the formant should be evaluated. - getMarkEndColumn() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.markEndColumn
: Column that identifies the end time of the span for which formants should be evaluated. - getMatchAnnotations(Iterator<String>, String[], int, int, Consumer<Annotation[]>) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the annotations on given layers for a set of match IDs.
- getMatchAnnotations(Iterator<String>, Map<String, Integer>, Set<String>, Set<String>, int, Consumer<Annotation[]>) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the annotations on given layers for a set of match IDs.
- getMatchAnnotationUids() - Method in class nzilbb.labbcat.server.db.IdMatch
-
Getter for
IdMatch.matchAnnotationUids
: A map of keys to annotation UIDs that identify the annotations that matched the query. - getMatchesPerTranscript() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Getter for
SearchTask.matchesPerTranscript
: Maximum number of matches per transcript to return, or null for all matches. - getMatchingAnnotations(String, Integer, Integer) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of annotations that match a particular pattern.
- getMatchingAnnotations(String, Integer, Integer, boolean) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of annotations that match a particular pattern.
- getMatchingParticipantIds(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of IDs of participants that match a particular pattern.
- getMatchingParticipantIds(String, Integer, Integer) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of IDs of participants that match a particular pattern.
- getMatchingTranscriptIds(String, Integer, Integer, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of IDs of transcripts that match a particular pattern.
- getMatrix() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Getter for
SearchTask.matrix
: Matrix that defines this search. - getMax() - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Getter for
LayerMatch.max
: The maximum value for the label. - getMaxLogSize() - Method in class nzilbb.labbcat.server.task.Task
-
Getter for
Task.maxLogSize
: Maximum size of the task's log, in characters. - getMaxMatches() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Getter for
SearchTask.maxMatches
: Maximum total number of matches to return. - getMedia(String, String, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a given media track for a given transcript.
- getMedia(String, String, String, Double, Double) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a given media track for a given was not found in the store..
- getMediaTracks() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
List the predefined media tracks available for transcripts.
- getMimeType() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Getter for
SerializeFragmentsTask.sMimeType
: MIME type for export - getMin() - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Getter for
LayerMatch.min
: The minimum value for the label. - getName() - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
SearchResults method: A descriptive name for the collection.
- getName() - Method in class nzilbb.labbcat.server.search.ArraySearchResults
-
SearchResults method: A descriptive name for the collection.
- getName() - Method in interface nzilbb.labbcat.server.search.SearchResults
-
A descriptive name for the collection.
- getNot() - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Getter for
LayerMatch.not
: Whether the #pattern is being negated (i.e. - getOverlapThreshold() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Getter for
SearchTask.overlapThreshold
: Percentage overlap with other utterances before simultaeous speech is excluded, or null to include all simultaneous speech. - getPageLength() - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Getter for
SqlSearchResults.pageLength
: The maximum number of results to return fromSqlSearchResults.next()
, or 0 for no maximum. - getPageLength() - Method in class nzilbb.labbcat.server.search.ArraySearchResults
-
Getter for
ArraySearchResults.pageLength
: The maximum number of results to return fromArraySearchResults.next()
, or 0 for no maximum. - getPageLength() - Method in interface nzilbb.labbcat.server.search.SearchResults
-
The maximum number of results to return from next(), or 0 for no maximum.
- getParticipant(String, String[]) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the participant record specified by the given identifier.
- getParticipantIds() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of participant IDs.
- getParticipantNameColumn() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.participantNameColumn
: The index of the column that specifies the name of the speaker. - getParticipantQuery() - Method in class nzilbb.labbcat.server.db.AllUtterancesTask
-
Getter for
AllUtterancesTask.participantQuery
: AGQL query identifying which participants to get all the utterances of. - getParticipantQuery() - Method in class nzilbb.labbcat.server.search.Matrix
-
Getter for
Matrix.participantQuery
: Query to identify participants whose utterances should be searched. - getPassThroughData() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.passThroughData
: Whether to pass data in the original CSV file to the output. - getPattern() - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Getter for
LayerMatch.pattern
: The regular expression to match the label against. - getPercentComplete() - Method in class nzilbb.labbcat.server.api.serialize.Fragments
-
PercentComplete accessor
- getPercentComplete() - Method in class nzilbb.labbcat.server.api.serialize.Graphs
-
PercentComplete accessor
- getPercentComplete() - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Determines how far through the task is is.
- getPercentComplete() - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Determines how far through the serialization is.
- getPercentComplete() - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Determines how far through the serialization is.
- getPercentComplete() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Determines how far through the task is.
- getPercentComplete() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
- getPercentComplete() - Method in class nzilbb.labbcat.server.task.Task
-
Determines how far through the task is is.
- getPermissionsSpecified() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.permissionsSpecified
: Whether transcript-access permissions are specified (i.e. - getPitchCeilingDefault() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.pitchCeilingDefault
: Pitch Ceiling by default. - getPitchCeilingOther() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.pitchCeilingOther
: Values to use as the pitch ceiling for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.pitchOtherPattern
. - getPitchDifferentiationLayerId() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.pitchDifferentiationLayerId
: Participant attribute layer ID for differentiating pitch settings. - getPitchFloorDefault() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.pitchFloorDefault
: Pitch Floor by default. - getPitchFloorOther() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.pitchFloorOther
: Values to use as the pitch floor for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.pitchOtherPattern
. - getPitchOtherPattern() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.pitchOtherPattern
: List of regular expression strings to match against the value of that attribute identified byProcessWithPraat.pitchDifferentiationLayerId
. - getPrefix() - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Result prefix, if any.
- getPrefixNames() - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Getter for
FragmentSeries.prefixNames
: Whether to prefix fragment names with a numeric serial number or not. - getPrefixNames() - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Getter for
ResultSeries.prefixNames
: Whether to prefix fragment names with a numeric serial number or not. - getPrefixNames() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Getter for
SerializeFragmentsTask.prefixNames
: Whether to prefix fragment names with a numeric serial number or not. - getResourceBundle() - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
Access the localization resources for the correct locale.
- getResources() - Method in class nzilbb.labbcat.server.task.Task
-
Getter for
Task.resources
: Localization resource bundle. - getRestrictByUser() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Getter for
SearchTask.restrictByUser
: The user ID to use to restrict access to search results, if any (e.g. - getResultBaseUrl() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
ResultBaseUrl accessor
- getResultDirectory() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
ResultDirectory accessor
- getResults() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Getter for
SearchTask.results
: The results of the search. - getResultTarget() - Method in class nzilbb.labbcat.server.task.Task
-
Getter for
Task.sResultTarget
: The target HTML frame/window for the results to open in. - getResultText() - Method in class nzilbb.labbcat.server.task.Task
-
ResultText accessor
- getResultUrl() - Method in class nzilbb.labbcat.server.task.Task
-
ResultUrl accessor
- getRunning() - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Reveals whether the task is still running or not.
- getRunning() - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Getter for
FragmentSeries.running
: Whether the task is currently running. - getRunning() - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Getter for
ResultSeries.running
: Whether the task is currently running. - getRunning() - Method in class nzilbb.labbcat.server.task.Task
-
Reveals whether the task is still running or not.
- getSamplePoints() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.samplePoints
: List of positions in the segment to take values - 0.0 = at the beginning of the intervale, 1.0 = at the end of the interval, 0.5 in the middle, etc. - getSchema() - Method in class nzilbb.labbcat.server.db.AnnotationAgqlToSql
-
Getter for
AnnotationAgqlToSql.schema
. - getSchema() - Method in class nzilbb.labbcat.server.db.GraphAgqlToSql
-
Getter for
GraphAgqlToSql.schema
. - getSchema() - Method in class nzilbb.labbcat.server.db.ParticipantAgqlToSql
-
Getter for
ParticipantAgqlToSql.schema
. - getSchema() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the layer schema.
- getScriptFormant() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.scriptFormant
: Command to send to Praat for creating a formant track. - getScriptIntensity() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.scriptIntensity
: Command to send to Praat for creating an intensity track. - getScriptPitch() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.scriptPitch
: Command to send to Praat for creating a pitch track. - getScriptSpectrum() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.scriptSpectrum
: Command to send to Praat for creating a spectrum object. - getSearchId() - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Getter for
ResultSeries.searchId
: result.search_id key value. - getSearchId() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Getter for
SerializeFragmentsTask.searchId
: The search results ID, if all matches are for export - i.e. - getSerializerDescriptors() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Lists the descriptors of all registered serializers.
- getSerializersByMimeType() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.serializersByMimeType
: Registered serializers, keyed by MIME type. - getSerializersBySuffix() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.serializersBySuffix
: Registered serializers, keyed by file suffix (extension). - getSerializersDirectory() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.serializersDirectory
: Root directory for serializers. - getServletPath() - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
Get the base parth for the servlet.
- getShiftAnchors() - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Getter for
FragmentSeries.shiftAnchors
: Whether to shift all anchors in the fragment so that the start anchor has an offset of 0.0. - getSimultaneousThreadCount() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.simultaneousThreadCount
: Number of Praat scripts to run in parallel. - getSource() - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Getter for
ConsolidatedGraphSeries.source
: The source of the graphs to consolidate. - getSource(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the source file for the given transcript.
- getSpeakerNumber() - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Getter for
IdUtterance.speakerNumber
: speaker_number of the participant who spoke the utterance. - getStartAnchorId() - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Getter for
IdUtterance.startAnchorId
: anchor_id of the anchor that is the start of the utterance. - getStartOffset() - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Getter for
IdUtterance.startOffset
: The start offset, if known. - getStatus() - Method in class nzilbb.labbcat.server.task.Task
-
The current status of the thread.
- getStore() - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Getter for
FragmentSeries.store
: The graph store object. - getStore() - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Getter for
ResultSeries.store
: The graph store object. - getStore() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Getter for
SerializeFragmentsTask.store
: Graph store. - getStore() - Method in class nzilbb.labbcat.server.task.Task
-
Getter for
Task.store
: Graph store. - getStoreCache() - Method in class nzilbb.labbcat.server.task.Task
-
Getter for
Task.storeCache
: A supplier/consumer of graph stores, so that a store can be obtained if necessary, and resources can be shared/closed when appropriate. - getString(String) - Method in class nzilbb.labbcat.server.api.RequestParameters
-
Gets the named item as a string.
- getStrings(String) - Method in class nzilbb.labbcat.server.api.RequestParameters
-
Gets all parameters with the given name.
- getSuppressResults() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Getter for
SearchTask.suppressResults
: Whether to suppress the results list (i.e. - getSystemAttribute(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the value of a system attribute.
- GetSystemAttribute(String, Connection) - Static method in class nzilbb.labbcat.server.api.APIRequestHandler
-
Gets the value of the given system attribute.
- GetSystemAttribute(String, Connection) - Static method in class nzilbb.labbcat.server.servlet.LabbcatServlet
-
Gets the value of the given system attribute.
- getTagTarget() - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Getter for
FragmentSeries.tagTarget
: Whether to add an tag identifying the target annotation or not. - getTagTarget() - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Getter for
ResultSeries.tagTarget
: Whether to add an tag identifying the target annotation or not. - getTagTarget() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Getter for
SerializeFragmentsTask.tagTarget
: Whether to add an tag identifying the target annotation or not. - getTarget() - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Getter for
LayerMatch.target
: Whether this matrix cell is the target of the search. - getTargetAnnotationUid() - Method in class nzilbb.labbcat.server.db.IdMatch
-
The UID of the targeted annotation, which may or may not be listed in
IdMatch.matchAnnotationUids
. - getTargetColumn() - Method in class nzilbb.labbcat.server.search.Matrix
-
Determines which column the (first) LayerMatch where
LayerMatch.target
== true is located in. - getTargetLayerId() - Method in class nzilbb.labbcat.server.search.Matrix
-
Returns the layer ID of the (first) LayerMatch where
LayerMatch.target
== true. - getTaskThreadGroup() - Static method in class nzilbb.labbcat.server.task.Task
-
Access the Task thread group
- getTitle() - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
Access the title of the request endpoint.
- getTranscriber(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets an instance of the transcriber with the given ID.
- getTranscriberDescriptor(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a descriptor of the transcriber with the given ID.
- getTranscriberDescriptors() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Lists descriptors of all transcribers that are installed.
- getTranscriberDir() - Method in class nzilbb.labbcat.server.servlet.LabbcatServlet
-
Returns the location of the transcribers directory.
- getTranscript(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a transcript given its ID.
- getTranscript(String, String[]) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a transcript given its ID, containing only the given layers.
- getTranscriptIdColumn() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.transcriptIdColumn
: Colum that contains the transcript_id - getTranscriptIds() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of transcript IDs.
- getTranscriptIdsInCorpus(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of transcript IDs in the given corpus.
- getTranscriptIdsWithParticipant(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets a list of IDs of transcripts that include the given participant.
- getTranscriptQuery() - Method in class nzilbb.labbcat.server.db.AllUtterancesTask
-
Getter for
AllUtterancesTask.transcriptQuery
: AGQL query identifying which transcripts to get all the utterances from. - getTranscriptQuery() - Method in class nzilbb.labbcat.server.search.Matrix
-
Getter for
Matrix.transcriptQuery
: Query to identify transcripts whose utterances should be searched. - getUseFastTrack() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.useFastTrack
: Use the FastTrack plugin to generate optimum, smoothed formant tracks. - getUser() - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
The ID of the logged-in user.
- getUser() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.user
: ID of the user querying the store. - getUserHost() - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
The IP/host name of the user's connection.
- getUserRoles() - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Getter for
SqlGraphStore.userRoles
: Roles the user fulfills. - getUtterances() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Getter for
SerializeFragmentsTask.utterances
: Collection of utterances to convert. - getVersion() - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
Determine the version of the server software.
- getVoicingThresholdDefault() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.voicingThresholdDefault
: Voicing Threshold by default. - getVoicingThresholdOther() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.voicingThresholdOther
: Values to use as the voicing threshold for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.pitchOtherPattern
. - getWaitToDieMilliseconds() - Method in class nzilbb.labbcat.server.task.Task
-
Getter for
Task.waitToDieMilliseconds
: Time to wait after finishing or the last keepalive, before dying. - getWho() - Method in class nzilbb.labbcat.server.task.Task
-
Gets the user associated with the task, if any.
- getWindowOffset() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Getter for
ProcessWithPraat.windowOffset
: How long before in seconds before the start and after the end times to take as a sample window. - getWordsContext() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Getter for
SearchTask.wordsContext
: Number of words context to specify for the matches page, or null to not specify the 'wordsContext' URL parameter. - GraphAgqlToSql - Class in nzilbb.labbcat.server.db
-
Converts AGQL expressions into SQL queries for matching graphs (transcripts).
- GraphAgqlToSql() - Constructor for class nzilbb.labbcat.server.db.GraphAgqlToSql
-
Default constructor.
- GraphAgqlToSql(Schema) - Constructor for class nzilbb.labbcat.server.db.GraphAgqlToSql
-
Attribute constructor.
- GraphAgqlToSql.Query - Class in nzilbb.labbcat.server.db
-
Encapsulates the results of
GraphAgqlToSql.sqlFor(String,String,String,String,String)
including the SQL. - Graphs - Class in nzilbb.labbcat.server.api.serialize
-
/api/serialize/graphs : Converts transcripts to specific formats.
- Graphs() - Constructor for class nzilbb.labbcat.server.api.serialize.Graphs
-
Constructor
H
- HasCondition(LayerMatch) - Static method in class nzilbb.labbcat.server.search.LayerMatch
-
Determines whether the given LayerMatch actually specifies a
LayerMatch.pattern
,LayerMatch.min
, orLayerMatch.max
. - hashCode() - Method in class nzilbb.labbcat.server.db.IdMatch
-
Deprecated.
- hasMoreElements() - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Tests if this enumeration contains more elements.
- hasNext() - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Iterator method: Returns true if the iteration has more elements.
- hasNext() - Method in class nzilbb.labbcat.server.search.ArraySearchResults
-
Iterator method: Returns true if the iteration has more elements.
I
- IdMatch - Class in nzilbb.labbcat.server.db
-
A serializer/deserializer which can be used to generate or interpret a String ID for a search results match.
- IdMatch() - Constructor for class nzilbb.labbcat.server.db.IdMatch
-
Default constructor
- IdMatch(String) - Constructor for class nzilbb.labbcat.server.db.IdMatch
-
Constructor from string ID.
- IdMatch(IdMatch) - Constructor for class nzilbb.labbcat.server.db.IdMatch
-
Copy constructor.
- IdUtterance - Class in nzilbb.labbcat.server.db
-
Serializer/deserializer for a string-encoded identifier for a single utterance.
- IdUtterance() - Constructor for class nzilbb.labbcat.server.db.IdUtterance
-
Default constructor
- IdUtterance(String) - Constructor for class nzilbb.labbcat.server.db.IdUtterance
-
Constructor for a string ID.
- inferResourceBundle(HttpServletRequest) - Method in class nzilbb.labbcat.server.servlet.LabbcatServlet
-
Localizes the given message to the language found in the "Accept-Language" header of the given request, substituting in the given arguments if any.
- init() - Method in class nzilbb.labbcat.server.servlet.LabbcatServlet
-
Initialise the servlet by loading the database connection settings.
- init(APIRequestContext) - Method in class nzilbb.labbcat.server.api.APIRequestHandler
-
Initialise the endpoint data.
- InvalidIdException - Exception in nzilbb.labbcat.server.db
-
Exception thrown when the entity an ID refers to doesn't exist.
- InvalidIdException(String) - Constructor for exception nzilbb.labbcat.server.db.InvalidIdException
- IsPhraseLayer(Layer, Schema) - Static method in class nzilbb.labbcat.server.db.OneQuerySearch
-
Determines whether the given layer is a 'phrase' layer.
- IsSegmentLayer(Layer, Schema) - Static method in class nzilbb.labbcat.server.db.OneQuerySearch
-
Determines whether the given layer is a 'segment' layer.
- IsSpanLayer(Layer, Schema) - Static method in class nzilbb.labbcat.server.db.OneQuerySearch
-
Determines whether the given layer is a 'span' layer.
- IsTarget(LayerMatch) - Static method in class nzilbb.labbcat.server.search.LayerMatch
-
Determines whether the given LayerMatch actually specifies a
LayerMatch.pattern
,LayerMatch.min
, orLayerMatch.max
. - isUserInRole(String) - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
Determines whether the logged-in user is in the given role.
- IsUserInRole(String, HttpServletRequest, Connection) - Static method in class nzilbb.labbcat.server.servlet.LabbcatServlet
-
Determines whether the logged-in user is in the given role.
- IsWordLayer(Layer, Schema) - Static method in class nzilbb.labbcat.server.db.OneQuerySearch
-
Determines whether the given layer is a 'word' layer.
K
- keepAlive() - Method in class nzilbb.labbcat.server.db.AllUtterancesTask
-
Somebody is still interested in the thread, so keep it from dying.
- keepAlive() - Method in class nzilbb.labbcat.server.db.OneQuerySearch
-
Somebody is still interested in the thread, so keep it from dying.
- keepAlive() - Method in class nzilbb.labbcat.server.task.Task
-
Somebody is still interested in the thread, so keep it from dying.
L
- LabbcatServlet - Class in nzilbb.labbcat.server.servlet
-
Base class for other servlets.
- LabbcatServlet() - Constructor for class nzilbb.labbcat.server.servlet.LabbcatServlet
-
Default constructor.
- LAYER_CORPUS - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Database Layer ID for corpora
- LAYER_GRAPH - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Database Layer ID for graphs/transcripts
- LAYER_MAIN_PARTICIPANT - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Database Layer ID for marking main participants in a transcript
- LAYER_ORTHOGRAPHY - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Database Layer ID for orthography layer - i.e.
- LAYER_PARTICIPANT - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Database Layer ID for participants
- LAYER_SEGMENT - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Database Layer ID for segment layer - i.e.
- LAYER_SERIES - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Database Layer ID for series
- LAYER_TRANSCRIPTION - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Database Layer ID for raw transcription layer - i.e.
- LAYER_TURN - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Database Layer ID for turn layer - i.e.
- LAYER_UTTERANCE - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Database Layer ID for utterance layer - i.e.
- LayerMatch - Class in nzilbb.labbcat.server.search
-
One cell in a search matrix, containing a pattern to match on one layer.
- LayerMatch() - Constructor for class nzilbb.labbcat.server.search.LayerMatch
- layerMatchStream() - Method in class nzilbb.labbcat.server.search.Matrix
-
A stream of LayerMatchs defined in the matrix.
M
- Managers - Class in nzilbb.labbcat.server.api.layers
-
/api/layers/managers/ : Access to layer managers.
- Managers() - Constructor for class nzilbb.labbcat.server.api.layers.Managers
- Matrix - Class in nzilbb.labbcat.server.search
-
Complete search matrix.
- Matrix() - Constructor for class nzilbb.labbcat.server.search.Matrix
- MediaTracks - Class in nzilbb.labbcat.server.api.admin
-
/api/admin/mediatracks[/suffix] : Administration of media track records.
- MediaTracks() - Constructor for class nzilbb.labbcat.server.api.admin.MediaTracks
N
- newAnnotatorTask(String, String, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Create a new annotator task with the given ID and description.
- newLayer(Layer) - Method in class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Adds a new layer.
- next() - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Iterator method: Returns the next result ID.
- next() - Method in class nzilbb.labbcat.server.search.ArraySearchResults
-
Iterator method: Returns the next result ID.
- nzilbb.labbcat.server.api - package nzilbb.labbcat.server.api
-
/api/… : API endpoints providing an HTTP-based API for access to transcripts, annotations, media, and functions that manipulate them.
- nzilbb.labbcat.server.api.admin - package nzilbb.labbcat.server.api.admin
-
/api/admin/… : API endpoints for users with 'admin' privileges.
- nzilbb.labbcat.server.api.admin.annotator - package nzilbb.labbcat.server.api.admin.annotator
-
/api/admin/annotator/… : Annotator web apps for users with 'admin' privileges.
- nzilbb.labbcat.server.api.admin.roles - package nzilbb.labbcat.server.api.admin.roles
-
/api/admin/roles/… : API endpoints for users with 'admin' privileges.
- nzilbb.labbcat.server.api.annotation - package nzilbb.labbcat.server.api.annotation
-
/api/annotation/… : API endpoints providing annotation data.
- nzilbb.labbcat.server.api.edit - package nzilbb.labbcat.server.api.edit
-
/api/edit/… : API endpoints for users with 'edit' privileges.
- nzilbb.labbcat.server.api.edit.annotator - package nzilbb.labbcat.server.api.edit.annotator
-
/api/edit/annotator/… : Annotator web apps for users with 'edit' privileges.
- nzilbb.labbcat.server.api.edit.transcript - package nzilbb.labbcat.server.api.edit.transcript
-
/api/edit/transcript/… : API endpoints associated with uploading transcripts.
- nzilbb.labbcat.server.api.layers - package nzilbb.labbcat.server.api.layers
-
/api/layers/… : API endpoints related to layers and layer management.
- nzilbb.labbcat.server.api.results - package nzilbb.labbcat.server.api.results
-
/api/results/… : API endpoints related to search result sets.
- nzilbb.labbcat.server.api.serialize - package nzilbb.labbcat.server.api.serialize
-
/api/serialize/… : API endpoints related to serialization of annotation graphs/fragments.
- nzilbb.labbcat.server.db - package nzilbb.labbcat.server.db
-
MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations.
- nzilbb.labbcat.server.search - package nzilbb.labbcat.server.search
-
Classes that manage definition, serializations, and deserialization of search matrices.
- nzilbb.labbcat.server.servlet - package nzilbb.labbcat.server.servlet
-
Deprecated classes relating to servlet functionality tied to Java EE implementation.
- nzilbb.labbcat.server.task - package nzilbb.labbcat.server.task
-
Long-running tasks that can be monitored and cancelled by the user.
O
- OneQuerySearch - Class in nzilbb.labbcat.server.db
-
Implementation of search that uses a single monolithic SQL query to identify matches.
- OneQuerySearch() - Constructor for class nzilbb.labbcat.server.db.OneQuerySearch
- options() - Method in class nzilbb.labbcat.server.api.Agreement
-
OPTIONS handler: specifies what HTML methods are allowed, depending on the user access.
- options() - Method in class nzilbb.labbcat.server.api.Doc
-
OPTIONS handler: specifies what HTML methods are allowed, depending on the user access.
- outputMatchLayerLabels(CSVPrinter, Schema, PreparedStatement, boolean, IdMatch, Layer) - Method in class nzilbb.labbcat.server.api.Results
-
Outputs the concatenated labels of the match for the given layer.
P
- parameters - Variable in class nzilbb.labbcat.server.db.AnnotationAgqlToSql.Query
- parameters - Variable in class nzilbb.labbcat.server.db.GraphAgqlToSql.Query
- parameters - Variable in class nzilbb.labbcat.server.db.ParticipantAgqlToSql.Query
- ParticipantAgqlToSql - Class in nzilbb.labbcat.server.db
-
Converts AGQL expressions into SQL queries for matching participants.
- ParticipantAgqlToSql() - Constructor for class nzilbb.labbcat.server.db.ParticipantAgqlToSql
-
Default constructor.
- ParticipantAgqlToSql(Schema) - Constructor for class nzilbb.labbcat.server.db.ParticipantAgqlToSql
-
Attribute constructor.
- ParticipantAgqlToSql.Query - Class in nzilbb.labbcat.server.db
-
Encapsulates the results of
ParticipantAgqlToSql.sqlFor(String,String,String,boolean,String)
including the SQL. - Password - Class in nzilbb.labbcat.server.api.admin
-
/api/admin/password : sets user's password.
- Password() - Constructor for class nzilbb.labbcat.server.api.admin.Password
-
Constructor
- Permissions - Class in nzilbb.labbcat.server.api.admin.roles
-
/api/admin/roles/permissions[/role_id[/entity]] : Administration role permissions records.
- Permissions() - Constructor for class nzilbb.labbcat.server.api.admin.roles.Permissions
- post(InputStream, UnaryOperator<String>, OutputStream, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.TableServletBase
-
POST handler - add a new row.
- post(String, Function<String, File>, RequestParameters, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Agreement
-
POST handler: for saving images and other assets.
- post(String, Function<String, File>, RequestParameters, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Doc
-
POST handler: for saving images and other assets.
- post(RequestParameters, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.annotation.Data
-
The GET or POST method for the servlet.
- post(RequestParameters, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.edit.transcript.Upload
-
The POST method for the servlet.
- post(RequestParameters, Consumer<Integer>, File) - Method in class nzilbb.labbcat.server.api.admin.Annotators
-
POST handler - receive an uploaded file or an installation confirmation.
- post(RequestParameters, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Praat
-
The POST method for the servlet.
- post(RequestParameters, Consumer<String>, Consumer<Integer>, Consumer<String>) - Method in class nzilbb.labbcat.server.api.Utterances
-
The POST method for the servlet.
- Praat - Class in nzilbb.labbcat.server.api
-
/api/praat : Processes a given set of audio intervals with Praat.
- Praat() - Constructor for class nzilbb.labbcat.server.api.Praat
-
Constructor
- prepareStatement(Connection) - Method in class nzilbb.labbcat.server.db.AnnotationAgqlToSql.Query
-
Creates a prepared statement from the sql string and the parameters.
- prepareStatement(Connection) - Method in class nzilbb.labbcat.server.db.GraphAgqlToSql.Query
-
Creates a prepared statement from the sql string and the parameters.
- prepareStatement(Connection) - Method in class nzilbb.labbcat.server.db.ParticipantAgqlToSql.Query
-
Creates a prepared statement from the sql string and the parameters.
- primaryLayer - Variable in class nzilbb.labbcat.server.db.AnnotationAgqlToSql.Query
- processBatch(String, String, PreparedStatement, Vector<CSVRecord>, CSVFormat) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Create a Callable that will process a list of lines, all from the same transcript file.
- ProcessWithPraat - Class in nzilbb.labbcat.server.task
-
Class for processing a CSV file with targets to extract formant values for each line.
- ProcessWithPraat() - Constructor for class nzilbb.labbcat.server.task.ProcessWithPraat
-
Default constructor.
- put(InputStream, OutputStream, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.TableServletBase
-
PUT handler - update an existing row.
- put(InputStream, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.admin.Password
-
The handler for the request
- put(InputStream, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.admin.SystemAttributes
-
PUT handler - update an existing row.
- put(String, Function<String, File>, InputStream, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Agreement
-
PUT handler: Adds or updates the HTML document
- put(String, Function<String, File>, RequestParameters, InputStream, OutputStream, Consumer<String>, Consumer<String>, Consumer<Integer>) - Method in class nzilbb.labbcat.server.api.Doc
-
PUT handler: Adds or updates an HTML document, or if the "move" parameter is specified, the document's entry is moved in the index (in which case the HTML document itself is not updated).
- put(String, RequestParameters, Consumer<Integer>, Function<Graph, String>) - Method in class nzilbb.labbcat.server.api.edit.transcript.Upload
-
The PUT method for the servlet.
Q
- Query() - Constructor for class nzilbb.labbcat.server.db.AnnotationAgqlToSql.Query
- Query() - Constructor for class nzilbb.labbcat.server.db.GraphAgqlToSql.Query
- Query() - Constructor for class nzilbb.labbcat.server.db.ParticipantAgqlToSql.Query
R
- registerDeserializer(GraphDeserializer) - Method in class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Registers a transcript deserializer.
- registerSerializer(GraphSerializer) - Method in class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Registers a transcript serializer.
- release() - Method in class nzilbb.labbcat.server.task.Task
-
Allows the finished-and-waiting thread to exit.
- remove() - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Iterator method: Removes from the underlying collection the last element returned by the iterator.
- RequestParameters - Class in nzilbb.labbcat.server.api
-
A map of request parameter names to their values.
- RequestParameters() - Constructor for class nzilbb.labbcat.server.api.RequestParameters
-
Default constructor.
- RequiredRole - Annotation Type in nzilbb.labbcat.server.api
-
Annotation for a
APIRequestHandler
subclass which defines the user role required to make requests to the servlet. - RequiredRole - Annotation Type in nzilbb.labbcat.server.servlet
-
Annotation for a
LabbcatServlet
subclass which defines the user role required to make requests to the servlet. - reset() - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
SearchResults method: Resets the iterator to the beginning of the list.
- reset() - Method in class nzilbb.labbcat.server.search.ArraySearchResults
-
SearchResults method: Resets the iterator to the beginning of the list
- reset() - Method in interface nzilbb.labbcat.server.search.SearchResults
-
Resets the iterator to the beginning of the list
- ResponseAttachmentName(HttpServletRequest, HttpServletResponse, String) - Static method in class nzilbb.labbcat.server.servlet.LabbcatServlet
-
Sets the Content-Disposition header of the given Response correctly for saving a file to the given name.
- Results - Class in nzilbb.labbcat.server.api
-
/api/results : Provides access to search results.
- Results() - Constructor for class nzilbb.labbcat.server.api.Results
-
Constructor
- ResultSeries - Class in nzilbb.labbcat.server.db
-
An implementation of Spliterator<Graph> that enumerates fragments corresponding to a search result set.
- ResultSeries(long, SqlGraphStore, String[]) - Constructor for class nzilbb.labbcat.server.db.ResultSeries
-
Constructor.
- Roles - Class in nzilbb.labbcat.server.api.admin
-
/api/admin/roles[/role_id] : Administration of role records.
- Roles() - Constructor for class nzilbb.labbcat.server.api.admin.Roles
- run() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Implementors should not override this - it calls
SearchTask.search()
but also performs various housekeeping operations. - run() - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Run the task.
- run() - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Run the export
S
- saveAnnotatorTaskDescription(String, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Update the annotator task description.
- saveAnnotatorTaskParameters(String, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Update the annotator task parameters.
- saveEpisodeDocument(String, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Saves the given document for the episode of the given transcript.
- saveLayer(Layer) - Method in class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Saves changes to a layer.
- saveMedia(String, String, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Saves the given media for the given transcript.
- saveParticipant(Annotation) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Saves a participant, and all its tags, to the database.
- saveSource(String, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Saves the given source file for the given transcript.
- saveTranscript(Graph) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Saves the given transcript.
- SC_BAD_REQUEST - Static variable in class nzilbb.labbcat.server.api.APIRequestHandler
- SC_CONFLICT - Static variable in class nzilbb.labbcat.server.api.APIRequestHandler
- SC_FORBIDDEN - Static variable in class nzilbb.labbcat.server.api.APIRequestHandler
- SC_INTERNAL_SERVER_ERROR - Static variable in class nzilbb.labbcat.server.api.APIRequestHandler
- SC_METHOD_NOT_ALLOWED - Static variable in class nzilbb.labbcat.server.api.APIRequestHandler
- SC_NOT_FOUND - Static variable in class nzilbb.labbcat.server.api.APIRequestHandler
- SC_OK - Static variable in class nzilbb.labbcat.server.api.APIRequestHandler
- SC_UNPROCESSABLE_CONTENT - Static variable in class nzilbb.labbcat.server.api.APIRequestHandler
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class nzilbb.labbcat.server.api.APIRequestHandler
- SCOPE_EPISODE - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Scope for Episode layer - value is "e"
- SCOPE_FREEFORM - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Scope for Freeform layers - value is "f"
- SCOPE_META - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Scope for Meta layers - value is "m"
- SCOPE_PARTICIPANT - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Scope for Participant layer - value is "p"
- SCOPE_SEGMENT - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Scope for Segment layers - value is "s"
- SCOPE_WORD - Static variable in class nzilbb.labbcat.server.db.SqlConstants
-
Scope for Word layers - value is "w"
- Search - Class in nzilbb.labbcat.server.api
-
/api/search : Starts a search task to identify matches for the given search matrix.
- Search() - Constructor for class nzilbb.labbcat.server.api.Search
-
Constructor
- SearchResults - Interface in nzilbb.labbcat.server.search
-
Represents an iterable collection of results.
- SearchTask - Class in nzilbb.labbcat.server.search
-
Base class for search implementations, which return a set of search results.
- SearchTask() - Constructor for class nzilbb.labbcat.server.search.SearchTask
- seek(int) - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Go to the nth item in the list, so it will be the next returned by
SqlSearchResults.next()
. - seek(int) - Method in class nzilbb.labbcat.server.search.ArraySearchResults
-
Go to the nth item in the list, so it will be the next returned by
ArraySearchResults.next()
. - seek(int) - Method in interface nzilbb.labbcat.server.search.SearchResults
-
Go to the nth item in the list, so it will be the next returned by
Iterator.next()
. - serializeFragments(String, MonitorableSeries<Graph>, GraphSerializer, Consumer<NamedStream>, Consumer<SerializationException>, String[], String, GraphStoreAdministration) - Method in class nzilbb.labbcat.server.api.serialize.Fragments
-
Serializes the given series of utterances using the given serializer.
- SerializeFragmentsTask - Class in nzilbb.labbcat.server.task
-
Task for converting graph fragments.
- SerializeFragmentsTask(String, long, Collection<String>, String, SqlGraphStoreAdministration) - Constructor for class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Constructor
- serializeGraphs(String, String[], Collection<String>, String, SqlGraphStoreAdministration) - Method in class nzilbb.labbcat.server.api.serialize.Graphs
-
Deprecated.
- serializerForFilesSuffix(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the serializer for the given file suffix (extension).
- serializerForMimeType(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Gets the serializer for the given MIME type.
- servletLog(String) - Method in interface nzilbb.labbcat.server.api.APIRequestContext
-
Log a message.
- setAdj(int) - Method in class nzilbb.labbcat.server.search.Column
-
Setter for
Column.adj
: Adjecency; how far matches of the following column in the matrix can be from matches of this column. - setAnchorConfidenceThreshold(Byte) - Method in class nzilbb.labbcat.server.search.SearchTask
-
Setter for
SearchTask.anchorConfidenceThreshold
: If non-null, then only targets whose anchors have an alignment status greater than or equals to this value will be returned. - setAnchorEnd(Boolean) - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Setter for
LayerMatch.anchorEnd
: Whether this condition is anchored to the end of the word token. - setAnchorStart(Boolean) - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Setter for
LayerMatch.anchorStart
: Whether this condition is anchored to the start of the word token. - setBaseUrl(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.baseUrl
: URL prefix for file access. - setBaseUrl(String) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Setter for
SerializeFragmentsTask.baseUrl
: Base URL. - setCollectionName(String) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Setter for
SerializeFragmentsTask.collectionName
: Collection Name - setColumns(Vector<Column>) - Method in class nzilbb.labbcat.server.search.Matrix
-
Setter for
Matrix.columns
: The columns of the search matrix, each representing patterns matching one word token. - setConnection(Connection) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.connection
: Database connection. - setCopyLayers(Collection<String>) - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Setter for
ConsolidatedGraphSeries.copyLayers
: List of layers to consolidate the annotations of. - setCustomScript(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.customScript
: Custom script specified by the user to execute on each sample. - setCustomScriptHeaders(Vector<String>) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.customScriptHeaders
: Headers for custom script outputs. - setDataFile(File) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.dataFile
: CSV data file, which will be deleted after processing. - setDb(ConnectionFactory) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.db
: Factory for generating connections to the database. - setDefiningAnnotationUid(String) - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Setter for
IdUtterance.definingAnnotationUid
: UID of the annotation that defines the bounds of this utterance, if any. - setDescription(String) - Method in class nzilbb.labbcat.server.search.SearchTask
-
Setter for
SearchTask.description
: A short, more or less human readable description of the search. - setDeserializersByMimeType(HashMap<String, GraphDeserializer>) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.deserializersByMimeType
: Registered deserializers, keyed by MIME type. - setDeserializersBySuffix(HashMap<String, GraphDeserializer>) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.deserializersBySuffix
: Registered deserializers, keyed by file suffix (extension). - setDisconnectWhenFinished(boolean) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.disconnectWhenFinished
: Whether to disconnect the connection when garbage collected. - setEndAnchorId(Long) - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Setter for
IdUtterance.endAnchorId
: anchor_id of the anchor that is the end of the utterance. - setEndOffset(Double) - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Setter for
IdUtterance.endOffset
: The end offset, if known. - setExtractCOG1(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.extractCOG1
: Whether to extract the centre of gravity, with p = 1. - setExtractCOG2(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.extractCOG2
: Whether to extract the centre of gravity, with p = 2. - setExtractCOG23(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.extractCOG23
: Whether to extract the centre of gravity, with p = 2/3. - setExtractF1(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.extractF1
: Whether to extract F1 - setExtractF2(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.extractF2
: Whether to extract F2 - setExtractF3(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.extractF3
: Whether to extract F3 - setExtractMaximumIntensity(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.extractMaximumIntensity
: Whether to extract the maximum intensity - setExtractMaximumPitch(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.extractMaximumPitch
: Whether to extract the maximum pitch - setExtractMeanPitch(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.extractMeanPitch
: Whether to extract the mean pitch - setExtractMinimumPitch(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.extractMinimumPitch
: Whether to extract the minimum pitch - setFastTrackBasisFunctions(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackBasisFunctions
: Fast Track basis_functions global setting. - setFastTrackCoefficients(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackCoefficients
: Whether to return the regression coefficients from FastTrack. - setFastTrackDifferentiationLayerId(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackDifferentiationLayerId
: Participant attribute layer ID for differentiating fastTrack settings. - setFastTrackEnableF1BandwidthHeuristic(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackEnableF1BandwidthHeuristic
: Fast Track enable_F1_bandwidth_heuristic global setting. - setFastTrackEnableF1FrequencyHeuristic(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackEnableF1FrequencyHeuristic
: Fast Track enable_F1_frequency_heuristic global setting. - setFastTrackEnableF2BandwidthHeuristic(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackEnableF2BandwidthHeuristic
: Fast Track enable_F2_bandwidth_heuristic global setting. - setFastTrackEnableF3BandwidthHeuristic(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackEnableF3BandwidthHeuristic
: Fast Track enable_F3_bandwidth_heuristic global setting. - setFastTrackEnableF3F4ProximityHeuristic(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackEnableF3F4ProximityHeuristic
: Fast Track enable_F3F4_proximity_heuristic global setting. - setFastTrackEnableF4FrequencyHeuristic(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackEnableF4FrequencyHeuristic
: Fast Track enable_F4_frequency_heuristic global setting. - setFastTrackEnableRhoticHeuristic(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackEnableRhoticHeuristic
: Fast Track enable_rhotic_heuristic global setting. - setFastTrackErrorMethod(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackErrorMethod
: Fast Track error_method global setting. - setFastTrackHighestAnalysisFrequencyDefault(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackHighestAnalysisFrequencyDefault
: Fast Track highest analysis frequency by default. - setFastTrackHighestAnalysisFrequencyOther(Vector<Integer>) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackHighestAnalysisFrequencyOther
: Values to use as the Fast Track highest analysis frequency for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.formantOtherPattern
. - setFastTrackLowestAnalysisFrequencyDefault(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackLowestAnalysisFrequencyDefault
: Fast Track lowest analysis frequency by default. - setFastTrackLowestAnalysisFrequencyOther(Vector<Integer>) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackLowestAnalysisFrequencyOther
: Values to use as the Fast Track lowest analysis frequency for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.fastTrackOtherPattern
. - setFastTrackMaximumF1BandwidthValue(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackMaximumF1BandwidthValue
: Fast Track maximum_F1_bandwidth_value global setting. - setFastTrackMaximumF1FrequencyValue(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackMaximumF1FrequencyValue
: Fast Track maximum_F1_frequency_value global setting. - setFastTrackMaximumF2BandwidthValue(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackMaximumF2BandwidthValue
: Fast Track maximum_F2_bandwidth_value global setting. - setFastTrackMaximumF3BandwidthValue(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackMaximumF3BandwidthValue
: Fast Track maximum_F3_bandwidth_value global setting. - setFastTrackMinimumDuration(double) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackMinimumDuration
: Minimum duration of a segment for FastTrack analysis. - setFastTrackMinimumF4FrequencyValue(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackMinimumF4FrequencyValue
: Fast Track minimum_F4_frequency_value global setting. - setFastTrackNumberOfCoefficients(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackNumberOfCoefficients
: Fast Track number of coefficients for the regression function. - setFastTrackNumberOfFormants(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackNumberOfFormants
: Fast Track number of formants. - setFastTrackNumberOfSteps(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackNumberOfSteps
: Fast Track number of steps. - setFastTrackTimeStep(double) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackTimeStep
: Fast Track time_step global setting. - setFastTrackTrackingMethod(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fastTrackTrackingMethod
: Fast Track tracking_method parameter for trackAutoselectProcedure; "burg" or "robust". - setFieldDelimiter(char) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fieldDelimiter
: The field delimiter character for the CSV file. - setFileName(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.fileName
: Name to use as the basis for an output file name - setFiles(File) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.files
: Root directory for file structure. - setFormantCeilingDefault(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.formantCeilingDefault
: Formant ceiling by default. - setFormantCeilingOther(Vector<Integer>) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.formantCeilingOther
: Values to use as the formant ceiling for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.formantOtherPattern
. - setFormantDifferentiationLayerId(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.formantDifferentiationLayerId
: Participant attribute layer ID for differentiating formant settings. - setFragmentIds(Collection<String>) - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Setter for
FragmentSeries.fragmentIds
: A collection of strings that identify a graph fragment. - setGraphId(Integer) - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Setter for
IdUtterance.graphId
: ag_id of the transcript. - setId(long) - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Setter for
SqlSearchResults.id
: The database key of the search/results rows. - setId(String) - Method in exception nzilbb.labbcat.server.db.ExistingIdException
-
Setter for
ExistingIdException.id
: The ID that cause the exception. - setId(String) - Method in class nzilbb.labbcat.server.db.IdMatch
-
Sets the utterance's attributes using the given identifier.
- setId(String) - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Sets the utterance's attributes using the given identifier
- setId(String) - Method in exception nzilbb.labbcat.server.db.InvalidIdException
-
Setter for
InvalidIdException.id
: The ID that cause the exception. - setId(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.id
: The store's ID. - setId(String) - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Setter for
LayerMatch.id
: The Layer ID to match. - setIncludeRequiredLayers(boolean) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Setter for
SerializeFragmentsTask.includeRequiredLayers
: Whether to include the layers required by the serializer, or only the selected layers. - setIntensityDifferentiationLayerId(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.intensityDifferentiationLayerId
: Participant attribute layer ID for differentiating intensity settings. - setIntensityPitchFloorDefault(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.intensityPitchFloorDefault
: Intensity Pitch Floor by default. - setIntensityPitchFloorOther(Vector<Integer>) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.intensityPitchFloorOther
: Values to use as the intensity pitch floor for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.intensityOtherPattern
. - setLastException(Throwable) - Method in class nzilbb.labbcat.server.task.Task
-
Sets the last exception that occurred during the task.
- setLastKeepAlive(Date) - Method in class nzilbb.labbcat.server.task.Task
-
LastKeepAlive mutator
- setLayers(String[]) - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Setter for
FragmentSeries.layers
: Layers to load into the fragments. - setLayers(String[]) - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Setter for
ResultSeries.layers
: Layers to load into the fragments. - setLayers(Collection<String>) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Setter for
SerializeFragmentsTask.layers
: Layers selected for serialization. - setLayers(Map<String, List<LayerMatch>>) - Method in class nzilbb.labbcat.server.search.Column
-
Setter for
Column.layers
: The layer patterns that match a word token. - setMainParticipantOnly(boolean) - Method in class nzilbb.labbcat.server.search.SearchTask
-
Setter for
SearchTask.mainParticipantOnly
: Whether to seearch main-participant utterances only or not. - setMarkColumn(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.markColumn
: Column that identifies the time, or start time if aProcessWithPraat.markEndColumn
is specified, at which the formant should be evaluated. - setMarkEndColumn(Integer) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.markEndColumn
: Column that identifies the end time of the span for which formants should be evaluated. - setMatchesPerTranscript(Integer) - Method in class nzilbb.labbcat.server.search.SearchTask
-
Setter for
SearchTask.matchesPerTranscript
: Maximum number of matches per transcript to return, or null for all matches. - setMatrix(Matrix) - Method in class nzilbb.labbcat.server.search.SearchTask
-
Setter for
SearchTask.matrix
: Matrix that defines this search. - setMax(Double) - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Setter for
LayerMatch.max
: The maximum value for the label. - setMaxLogSize(int) - Method in class nzilbb.labbcat.server.task.Task
-
Setter for
Task.maxLogSize
: Maximum size of the task's log, in characters. - setMaxMatches(int) - Method in class nzilbb.labbcat.server.search.SearchTask
-
Setter for
SearchTask.maxMatches
: Maximum total number of matches to return. - setMaxString(String) - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Setter for
LayerMatch.max
. - setMimeType(String) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Setter for
SerializeFragmentsTask.sMimeType
: MIME type for export - setMin(Double) - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Setter for
LayerMatch.min
: The minimum value for the label. - setMinString(String) - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Setter for
LayerMatch.min
. - setName(String) - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Setter for
SqlSearchResults.name
: Name of result set. - setName(String) - Method in class nzilbb.labbcat.server.search.ArraySearchResults
-
Setter for
ArraySearchResults.name
: Name of result set. - setNot(Boolean) - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Setter for
LayerMatch.not
: Whether the #pattern is being negated (i.e. - setNullBooleans() - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Ensures that Boolean attributes (
LayerMatch.target
,LayerMatch.not
,LayerMatch.anchorStart
,LayerMatch.anchorEnd
) have non-null values. - setOverlapThreshold(Integer) - Method in class nzilbb.labbcat.server.search.SearchTask
-
Setter for
SearchTask.overlapThreshold
: Percentage overlap with other utterances before simultaeous speech is excluded, or null to include all simultaneous speech. - setPageLength(int) - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Setter for
SqlSearchResults.pageLength
: The maximum number of results to return fromSqlSearchResults.next()
, or 0 for no maximum. - setPageLength(int) - Method in class nzilbb.labbcat.server.search.ArraySearchResults
-
Setter for
ArraySearchResults.pageLength
: The maximum number of results to return fromArraySearchResults.next()
, or 0 for no maximum. - setPageLength(int) - Method in interface nzilbb.labbcat.server.search.SearchResults
-
The maximum number of results to return from next(), or 0 for no maximum.
- setParticipantNameColumn(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.participantNameColumn
: The index of the column that specifies the name of the speaker. - setParticipantQuery(String) - Method in class nzilbb.labbcat.server.db.AllUtterancesTask
-
Setter for
AllUtterancesTask.participantQuery
: AGQL query identifying which participants to get all the utterances of. - setParticipantQuery(String) - Method in class nzilbb.labbcat.server.search.Matrix
-
Setter for
Matrix.participantQuery
: Query to identify participants whose utterances should be searched. - setPassThroughData(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.passThroughData
: Whether to pass data in the original CSV file to the output. - setPattern(String) - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Setter for
LayerMatch.pattern
: The regular expression to match the label against. - setPercentComplete(int) - Method in class nzilbb.labbcat.server.api.serialize.Fragments
-
PercentComplete mutator
- setPercentComplete(int) - Method in class nzilbb.labbcat.server.api.serialize.Graphs
-
PercentComplete mutator
- setPitchCeilingDefault(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.pitchCeilingDefault
: Pitch Ceiling by default. - setPitchCeilingOther(Vector<Integer>) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.pitchCeilingOther
: Values to use as the pitch ceiling for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.pitchOtherPattern
. - setPitchDifferentiationLayerId(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.pitchDifferentiationLayerId
: Participant attribute layer ID for differentiating pitch settings. - setPitchFloorDefault(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.pitchFloorDefault
: Pitch Floor by default. - setPitchFloorOther(Vector<Integer>) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.pitchFloorOther
: Values to use as the pitch floor for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.pitchOtherPattern
. - setPrefix(String) - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Setter for result prefix, if any.
- setPrefixNames(boolean) - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Setter for
FragmentSeries.prefixNames
: Whether to prefix fragment names with a numeric serial number or not. - setPrefixNames(boolean) - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Setter for
ResultSeries.prefixNames
: Whether to prefix fragment names with a numeric serial number or not. - setPrefixNames(boolean) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Setter for
SerializeFragmentsTask.prefixNames
: Whether to prefix fragment names with a numeric serial number or not. - setResources(ResourceBundle) - Method in class nzilbb.labbcat.server.task.Task
-
Setter for
Task.resources
: Localization resource bundle. - setRestrictByUser(String) - Method in class nzilbb.labbcat.server.search.SearchTask
-
Setter for
SearchTask.restrictByUser
: The user ID to use to restrict access to search results, if any (e.g. - setResultBaseUrl(String) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
ResultBaseUrl mutator
- setResultDirectory(File) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
ResultDirectory mutator
- setResults(SearchResults) - Method in class nzilbb.labbcat.server.search.SearchTask
-
Setter for
SearchTask.results
: The results of the search. - setResultTarget(String) - Method in class nzilbb.labbcat.server.task.Task
-
Setter for
Task.sResultTarget
: The target HTML frame/window for the results to open in. - setResultText(String) - Method in class nzilbb.labbcat.server.task.Task
-
ResultText mutator
- setResultUrl(String) - Method in class nzilbb.labbcat.server.task.Task
-
ResultUrl mutator
- setRunning(boolean) - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Setter for
FragmentSeries.running
: Whether the task is currently running. - setRunning(boolean) - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Setter for
ResultSeries.running
: Whether the task is currently running. - setSamplePoints(Vector<Double>) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.samplePoints
: List of positions in the segment to take values - 0.0 = at the beginning of the intervale, 1.0 = at the end of the interval, 0.5 in the middle, etc. - setSchema(Schema) - Method in class nzilbb.labbcat.server.db.AnnotationAgqlToSql
-
Setter for
AnnotationAgqlToSql.schema
. - setSchema(Schema) - Method in class nzilbb.labbcat.server.db.GraphAgqlToSql
-
Setter for
GraphAgqlToSql.schema
. - setSchema(Schema) - Method in class nzilbb.labbcat.server.db.ParticipantAgqlToSql
-
Setter for
ParticipantAgqlToSql.schema
. - setScriptFormant(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.scriptFormant
: Command to send to Praat for creating a formant track. - setScriptIntensity(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.scriptIntensity
: Command to send to Praat for creating an intensity track. - setScriptPitch(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.scriptPitch
: Command to send to Praat for creating a pitch track. - setScriptSpectrum(String) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.scriptSpectrum
: Command to send to Praat for creating a spectrum object. - setSearchId(long) - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Setter for
ResultSeries.searchId
: result.search_id key value. - setSearchId(long) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Setter for
SerializeFragmentsTask.searchId
: The search results ID, if all matches are for export - i.e. - setSerializersByMimeType(HashMap<String, GraphSerializer>) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.serializersByMimeType
: Registered serializers, keyed by MIME type. - setSerializersBySuffix(HashMap<String, GraphSerializer>) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.serializersBySuffix
: Registered serializers, keyed by file suffix (extension). - setSerializersDirectory(File) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.serializersDirectory
: Root directory for serializers. - setShiftAnchors(boolean) - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Setter for
FragmentSeries.shiftAnchors
: Whether to shift all anchors in the fragment so that the start anchor has an offset of 0.0. - setSimultaneousThreadCount(Integer) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.simultaneousThreadCount
: Number of Praat scripts to run in parallel. - setSource(MonitorableSeries<Graph>) - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Setter for
ConsolidatedGraphSeries.source
: The source of the graphs to consolidate. - setSpeakerNumber(Integer) - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Setter for
IdUtterance.speakerNumber
: speaker_number of the participant who spoke the utterance. - setStartAnchorId(Long) - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Setter for
IdUtterance.startAnchorId
: anchor_id of the anchor that is the start of the utterance. - setStartOffset(Double) - Method in class nzilbb.labbcat.server.db.IdUtterance
-
Setter for
IdUtterance.startOffset
: The start offset, if known. - setStatus(String) - Method in class nzilbb.labbcat.server.task.Task
-
Sets the thread status.
- setStore(SqlGraphStore) - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Setter for
FragmentSeries.store
: The graph store object. - setStore(SqlGraphStore) - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Setter for
ResultSeries.store
: The graph store object. - setStore(SqlGraphStore) - Method in class nzilbb.labbcat.server.task.Task
-
Setter for
Task.store
: Graph store. - setStore(SqlGraphStoreAdministration) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Setter for
SerializeFragmentsTask.store
: Graph store. - setStoreCache(StoreCache) - Method in class nzilbb.labbcat.server.task.Task
-
Setter for
Task.storeCache
: A supplier/consumer of graph stores, so that a store can be obtained if necessary, and resources can be shared/closed when appropriate. - setSuppressResults(boolean) - Method in class nzilbb.labbcat.server.search.SearchTask
-
Setter for
SearchTask.suppressResults
: Whether to suppress the results list (i.e. - setTagTarget(boolean) - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Setter for
FragmentSeries.tagTarget
: Whether to add an tag identifying the target annotation or not. - setTagTarget(boolean) - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Setter for
ResultSeries.tagTarget
: Whether to add an tag identifying the target annotation or not. - setTagTarget(boolean) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Setter for
SerializeFragmentsTask.tagTarget
: Whether to add an tag identifying the target annotation or not. - setTarget(Boolean) - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Setter for
LayerMatch.target
: Whether this matrix cell is the target of the search. - setTargetAnnotationUid(String) - Method in class nzilbb.labbcat.server.db.IdMatch
-
The UID of the targeted annotation, which may or may not be listed in
IdMatch.matchAnnotationUids
. - setTranscriptIdColumn(int) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.transcriptIdColumn
: Colum that contains the transcript_id - setTranscriptQuery(String) - Method in class nzilbb.labbcat.server.db.AllUtterancesTask
-
Setter for
AllUtterancesTask.transcriptQuery
: AGQL query identifying which transcripts to get all the utterances from. - setTranscriptQuery(String) - Method in class nzilbb.labbcat.server.search.Matrix
-
Setter for
Matrix.transcriptQuery
: Query to identify transcripts whose utterances should be searched. - setUseFastTrack(boolean) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.useFastTrack
: Use the FastTrack plugin to generate optimum, smoothed formant tracks. - setUser(String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Setter for
SqlGraphStore.user
: ID of the user querying the store. - setUtterances(List<String>) - Method in class nzilbb.labbcat.server.task.SerializeFragmentsTask
-
Setter for
SerializeFragmentsTask.utterances
: Collection of utterances to convert. - setVoicingThresholdDefault(double) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.voicingThresholdDefault
: Voicing Threshold by default. - setVoicingThresholdOther(Vector<Double>) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.voicingThresholdOther
: Values to use as the voicing threshold for participants who's attribute value matches the corresponding regular expression inProcessWithPraat.pitchOtherPattern
. - setWaitToDieMilliseconds(long) - Method in class nzilbb.labbcat.server.task.Task
-
Setter for
Task.waitToDieMilliseconds
: Time to wait after finishing or the last keepalive, before dying. - setWho(String) - Method in class nzilbb.labbcat.server.task.Task
-
Sets the user associated with the task.
- setWindowOffset(double) - Method in class nzilbb.labbcat.server.task.ProcessWithPraat
-
Setter for
ProcessWithPraat.windowOffset
: How long before in seconds before the start and after the end times to take as a sample window. - setWordsContext(Integer) - Method in class nzilbb.labbcat.server.search.SearchTask
-
Setter for
SearchTask.wordsContext
: Number of words context to specify for the matches page, or null to not specify the 'wordsContext' URL parameter. - size() - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
SearchResults method: Returns the number of utterances in the collection.
- size() - Method in class nzilbb.labbcat.server.search.ArraySearchResults
-
SearchResults method: Returns the number of utterances in the collection.
- size() - Method in interface nzilbb.labbcat.server.search.SearchResults
-
Returns the number of utterances in the collection.
- sql - Variable in class nzilbb.labbcat.server.db.AnnotationAgqlToSql.Query
- sql - Variable in class nzilbb.labbcat.server.db.GraphAgqlToSql.Query
- sql - Variable in class nzilbb.labbcat.server.db.ParticipantAgqlToSql.Query
- SqlConstants - Class in nzilbb.labbcat.server.db
-
Constants relating to SQL annotation stores.
- SqlConstants() - Constructor for class nzilbb.labbcat.server.db.SqlConstants
- sqlFor(String, String, String, boolean, String) - Method in class nzilbb.labbcat.server.db.ParticipantAgqlToSql
-
Transforms the given AGQL query into an SQL query.
- sqlFor(String, String, String, String) - Method in class nzilbb.labbcat.server.db.AnnotationAgqlToSql
-
Transforms the given AGQL query into an SQL query.
- sqlFor(String, String, String, String, String) - Method in class nzilbb.labbcat.server.db.GraphAgqlToSql
-
Transforms the given AGQL query into an SQL query.
- SqlGraphStore - Class in nzilbb.labbcat.server.db
-
Graph store that uses a relational database as its back end.
- SqlGraphStore() - Constructor for class nzilbb.labbcat.server.db.SqlGraphStore
-
Default constructor.
- SqlGraphStore(String, File, String, String, String, String) - Constructor for class nzilbb.labbcat.server.db.SqlGraphStore
-
Constructor with connection parameters.
- SqlGraphStore(String, File, Connection, String) - Constructor for class nzilbb.labbcat.server.db.SqlGraphStore
-
Deprecated.
- SqlGraphStore(String, File, ConnectionFactory, String) - Constructor for class nzilbb.labbcat.server.db.SqlGraphStore
-
Constructor with connection.
- SqlGraphStore(String, Connection, String) - Constructor for class nzilbb.labbcat.server.db.SqlGraphStore
-
Deprecated.
- SqlGraphStore(String, ConnectionFactory, String) - Constructor for class nzilbb.labbcat.server.db.SqlGraphStore
-
Constructor with connection.
- SqlGraphStoreAdministration - Class in nzilbb.labbcat.server.db
-
Graph store administration that uses a relational database as its back end.
- SqlGraphStoreAdministration(String, File, String, String, String, String) - Constructor for class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Constructor with connection parameters.
- SqlGraphStoreAdministration(String, File, Connection, String) - Constructor for class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Deprecated.
- SqlGraphStoreAdministration(String, File, ConnectionFactory, String) - Constructor for class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Constructor with connection.
- SqlGraphStoreAdministration(String, Connection, String) - Constructor for class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Deprecated.
- SqlGraphStoreAdministration(String, ConnectionFactory, String) - Constructor for class nzilbb.labbcat.server.db.SqlGraphStoreAdministration
-
Constructor with connection.
- SqlSearchResults - Class in nzilbb.labbcat.server.db
-
An implementation of SearchResults that uses the results tables for match data.
- SqlSearchResults(SqlSearchResults, int, Connection) - Constructor for class nzilbb.labbcat.server.db.SqlSearchResults
-
Constructor that provides access to an existing search record based on the given results, providing access to results from only the given graph ID.
- SqlSearchResults(SqlSearchResults, Connection) - Constructor for class nzilbb.labbcat.server.db.SqlSearchResults
-
Constructor that provides access to an existing search record based on the given results.
- SqlSearchResults(SearchTask) - Constructor for class nzilbb.labbcat.server.db.SqlSearchResults
-
Constructor that creates a new search record based on the given search task.
- Store - Class in nzilbb.labbcat.server.api.admin
-
Endpoints starting /api/admin/store/… provide an HTTP-based API for access to GraphStore functions.
- Store - Class in nzilbb.labbcat.server.api.edit
-
Endpoints starting /api/edit/store/… provide an HTTP-based API for access to GraphStore functions.
- Store - Class in nzilbb.labbcat.server.api
-
Endpoints starting /api/store/… provide an HTTP-based API for access to GraphStore functions.
- Store() - Constructor for class nzilbb.labbcat.server.api.admin.Store
-
Default constructor.
- Store() - Constructor for class nzilbb.labbcat.server.api.edit.Store
-
Default constructor.
- Store() - Constructor for class nzilbb.labbcat.server.api.Store
-
Default constructor.
- StoreCache - Interface in nzilbb.labbcat.server.db
-
Cache for Graph Stores, which supplies an
SqlGraphStore
object for use, and then accepts it back again for reuse later. - SystemAttributes - Class in nzilbb.labbcat.server.api.admin
-
/api/admin/systemattributes : Administration of system attribute records.
- SystemAttributes - Class in nzilbb.labbcat.server.api
-
/api/systemattributes/name : Access to system attributes.
- SystemAttributes() - Constructor for class nzilbb.labbcat.server.api.admin.SystemAttributes
-
Default constructor.
- SystemAttributes() - Constructor for class nzilbb.labbcat.server.api.SystemAttributes
T
- TableServletBase - Class in nzilbb.labbcat.server.api
-
Base class that handles generic database table management.
- TableServletBase.DeleteCheck - Class in nzilbb.labbcat.server.api
-
A query used to check each row to determine if there's a reason it can't be deleted.
- tagMatchingAnnotations(String, String, String, Integer) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Identifies a list of annotations that match a particular pattern, and tags them on the given layer with the given label.
- Task - Class in nzilbb.labbcat.server.task
-
Base class for all long-running server-side tasks.
- Task() - Constructor for class nzilbb.labbcat.server.task.Task
-
Constructor
- TaskWebApp - Class in nzilbb.labbcat.server.api.admin.annotator
-
Server-side implementation of 'task' web-apps.
- TaskWebApp(HashMap<String, HashMap<String, AnnotatorDescriptor>>) - Constructor for class nzilbb.labbcat.server.api.admin.annotator.TaskWebApp
-
Constructor.
- title(File) - Static method in class nzilbb.labbcat.server.api.Doc
-
Gets the title of the given document file.
- toString() - Method in class nzilbb.labbcat.server.db.IdUtterance
-
String representation of this object - the same string returned by
IdUtterance.getId()
- toString() - Method in class nzilbb.labbcat.server.search.Column
-
Returns the JSON serialization of this column.
- toString() - Method in class nzilbb.labbcat.server.search.LayerMatch
-
Returns the JSON serialization of this layer.
- toString() - Method in class nzilbb.labbcat.server.search.Matrix
-
Returns the JSON serialization of this search matrix.
- totalUtteranceDuration(Connection) - Method in class nzilbb.labbcat.server.db.SqlSearchResults
-
Returns the sum of the durations of all utterances in the results.
- tryAdvance(Consumer<? super Graph>) - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
If a remaining element exists, performs the given action on it, returning true; else returns false.
- tryAdvance(Consumer<? super Graph>) - Method in class nzilbb.labbcat.server.db.FragmentSeries
-
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
- tryAdvance(Consumer<? super Graph>) - Method in class nzilbb.labbcat.server.db.ResultSeries
-
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
- trySplit() - Method in class nzilbb.labbcat.server.db.ConsolidatedGraphSeries
- trySplit() - Method in class nzilbb.labbcat.server.db.FragmentSeries
- trySplit() - Method in class nzilbb.labbcat.server.db.ResultSeries
U
- Upload - Class in nzilbb.labbcat.server.api.edit.transcript
-
/api/edit/transcript/upload[/*] : Handler for receiving, analysing, and processing one transcript file with associated media/document files.
- Upload() - Constructor for class nzilbb.labbcat.server.api.edit.transcript.Upload
-
Default constructor.
- urlForAnnotationFile(Annotation, Graph, String) - Method in class nzilbb.labbcat.server.db.SqlGraphStore
-
Returns a URL for the given annotation.
- User - Class in nzilbb.labbcat.server.api
-
/api/user : information about the current user.
- User() - Constructor for class nzilbb.labbcat.server.api.User
-
Constructor
- Users - Class in nzilbb.labbcat.server.api.admin
-
/api/admin/users[/user] : Administration of user records.
- Users() - Constructor for class nzilbb.labbcat.server.api.admin.Users
- Utterances - Class in nzilbb.labbcat.server.api
-
/api/utterances : Starts a task to identify targeted utterances for given participants.
- Utterances() - Constructor for class nzilbb.labbcat.server.api.Utterances
-
Constructor
V
- validate() - Method in class nzilbb.labbcat.server.db.AllUtterancesTask
-
Override prevents validation from failing because of lack of matrix.
- validate() - Method in class nzilbb.labbcat.server.search.SearchTask
-
Validates the search conditions.
- value() - Method in annotation type nzilbb.labbcat.server.api.RequiredRole
-
User role required for making requests to the annotated servlet.
- value() - Method in annotation type nzilbb.labbcat.server.servlet.RequiredRole
-
User role required for making requests to the annotated servlet.
W
- waitToDie() - Method in class nzilbb.labbcat.server.task.Task
-
Called at the end of the task's run() method, this method blocks until there is nobody interested in the thread any more - i.e.
- waitToDie(long) - Method in class nzilbb.labbcat.server.task.Task
-
Called at the end of the task's run() method, this method blocks until there is nobody interested in the thread any more - i.e.
- writeResponse(OutputStream, JsonObject) - Method in class nzilbb.labbcat.server.api.APIRequestHandler
-
Write a given JSON response to a given OutputStream.
All Classes All Packages