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 FragmentSeries
FragmentSeries. setFragmentIds(Collection<String> newFragmentIds)
Setter forfragmentIds
: A collection of strings that identify a graph fragment.FragmentSeries
FragmentSeries. setLayers(String[] newLayers)
Setter forlayers
: Layers to load into the fragments.FragmentSeries
FragmentSeries. setPrefixNames(boolean newPrefixNames)
Setter forprefixNames
: Whether to prefix fragment names with a numeric serial number or not.FragmentSeries
FragmentSeries. setShiftAnchors(boolean newShiftAnchors)
Setter forshiftAnchors
: Whether to shift all anchors in the fragment so that the start anchor has an offset of 0.0.FragmentSeries
FragmentSeries. setStore(SqlGraphStore newStore)
Setter forstore
: The graph store object.FragmentSeries
FragmentSeries. setTagTarget(boolean newTagTarget)
Setter fortagTarget
: Whether to add an tag identifying the target annotation or not.
-