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 ResultSeriesResultSeries. setLayers(String[] newLayers)Setter forlayers: Layers to load into the fragments.ResultSeriesResultSeries. setPrefixNames(boolean newPrefixNames)Setter forprefixNames: Whether to prefix fragment names with a numeric serial number or not.ResultSeriesResultSeries. setSearchId(long newSearchId)Setter forsearchId: result.search_id key value.ResultSeriesResultSeries. setStore(SqlGraphStore newStore)Setter forstore: The graph store object.ResultSeriesResultSeries. setTagTarget(boolean newTagTarget)Setter fortagTarget: Whether to add an tag identifying the target annotation or not.
-