Uses of Class
nzilbb.labbcat.server.db.ResultSeries
-
Packages that use ResultSeries Package Description nzilbb.labbcat.server.db MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations. -
-
Uses of ResultSeries in nzilbb.labbcat.server.db
Methods in nzilbb.labbcat.server.db that return ResultSeries Modifier and Type Method Description ResultSeries
ResultSeries. setLayers(String[] newLayers)
Setter forlayers
: Layers to load into the fragments.ResultSeries
ResultSeries. setPrefixNames(boolean newPrefixNames)
Setter forprefixNames
: Whether to prefix fragment names with a numeric serial number or not.ResultSeries
ResultSeries. setSearchId(long newSearchId)
Setter forsearchId
: result.search_id key value.ResultSeries
ResultSeries. setStore(SqlGraphStore newStore)
Setter forstore
: The graph store object.ResultSeries
ResultSeries. setTagTarget(boolean newTagTarget)
Setter fortagTarget
: Whether to add an tag identifying the target annotation or not.
-