Uses of Class
nzilbb.labbcat.server.db.ConsolidatedGraphSeries
-
Packages that use ConsolidatedGraphSeries Package Description nzilbb.labbcat.server.db MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations. -
-
Uses of ConsolidatedGraphSeries in nzilbb.labbcat.server.db
Methods in nzilbb.labbcat.server.db that return ConsolidatedGraphSeries Modifier and Type Method Description ConsolidatedGraphSeriesConsolidatedGraphSeries. copyLayer(String layerId)Add a layer to #copyLayers.ConsolidatedGraphSeriesConsolidatedGraphSeries. setCopyLayers(Collection<String> newCopyLayers)Setter forcopyLayers: List of layers to consolidate the annotations of.ConsolidatedGraphSeriesConsolidatedGraphSeries. setSource(nzilbb.util.MonitorableSeries<nzilbb.ag.Graph> newSource)Setter forsource: The source of the graphs to consolidate.
-