Uses of Class
nzilbb.labbcat.server.db.FragmentSeries
-
Packages that use FragmentSeries Package Description nzilbb.labbcat.server.db MySQL implementation of LaBB-CAT's Graph Store, and all other RDBMS-related operations. -
-
Uses of FragmentSeries in nzilbb.labbcat.server.db
Methods in nzilbb.labbcat.server.db that return FragmentSeries Modifier and Type Method Description FragmentSeriesFragmentSeries. setFragmentIds(Collection<String> newFragmentIds)Setter forfragmentIds: A collection of strings that identify a graph fragment.FragmentSeriesFragmentSeries. setLayers(String[] newLayers)Setter forlayers: Layers to load into the fragments.FragmentSeriesFragmentSeries. setPrefixNames(boolean newPrefixNames)Setter forprefixNames: Whether to prefix fragment names with a numeric serial number or not.FragmentSeriesFragmentSeries. setShiftAnchors(boolean newShiftAnchors)Setter forshiftAnchors: Whether to shift all anchors in the fragment so that the start anchor has an offset of 0.0.FragmentSeriesFragmentSeries. setStore(SqlGraphStore newStore)Setter forstore: The graph store object.FragmentSeriesFragmentSeries. setTagTarget(boolean newTagTarget)Setter fortagTarget: Whether to add an tag identifying the target annotation or not.
-