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 ConsolidatedGraphSeries
ConsolidatedGraphSeries. copyLayer(String layerId)
Add a layer to #copyLayers.ConsolidatedGraphSeries
ConsolidatedGraphSeries. setCopyLayers(Collection<String> newCopyLayers)
Setter forcopyLayers
: List of layers to consolidate the annotations of.ConsolidatedGraphSeries
ConsolidatedGraphSeries. setSource(nzilbb.util.MonitorableSeries<nzilbb.ag.Graph> newSource)
Setter forsource
: The source of the graphs to consolidate.
-