Uses of Class
nzilbb.labbcat.model.Category
Packages that use Category
Package
Description
LaBB-CAT client library.
LaBB-CAT client models.
-
Uses of Category in nzilbb.labbcat
Methods in nzilbb.labbcat that return CategoryModifier and TypeMethodDescriptionLabbcatAdmin.createCategory
(Category category) Creates a new category record.Category[]
LabbcatAdmin.readCategories
(String classId) Reads a list of category records.Category[]
LabbcatAdmin.readCategories
(String classId, Integer pageNumber, Integer pageLength) Reads a list of category records.LabbcatAdmin.updateCategory
(Category category) Updates an existing category record.Methods in nzilbb.labbcat with parameters of type CategoryModifier and TypeMethodDescriptionLabbcatAdmin.createCategory
(Category category) Creates a new category record.void
LabbcatAdmin.deleteCategory
(Category category) Deletes an existing category record.LabbcatAdmin.updateCategory
(Category category) Updates an existing category record. -
Uses of Category in nzilbb.labbcat.model
Subclasses of Category in nzilbb.labbcat.modelModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Methods in nzilbb.labbcat.model that return CategoryModifier and TypeMethodDescriptionCategory.setCategory
(String newCategory) Setter forcategory
: The name/id of the category.Category.setClassId
(String newClassId) Setter forclassId
: What kind of attributes are categorised - "transcript", "speaker", or "layer".Category.setDescription
(String newDescription) Setter fordescription
: The description of the category.Category.setDisplayOrder
(int newDisplayOrder) Setter fordisplayOrder
: Where the category appears among other categories.Constructors in nzilbb.labbcat.model with parameters of type Category
Category
with classId = "layer"