Uses of Class
nzilbb.labbcat.model.Category
-
Packages that use Category Package Description nzilbb.labbcat LaBB-CAT client library.nzilbb.labbcat.model LaBB-CAT client models. -
-
Uses of Category in nzilbb.labbcat
Methods in nzilbb.labbcat that return Category Modifier and Type Method Description CategoryLabbcatAdmin. 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.Category[]LabbcatView. readCategories(String classId)Reads a list of category records.Category[]LabbcatView. readCategories(String classId, Integer pageNumber, Integer pageLength)Reads a list of category records.CategoryLabbcatAdmin. updateCategory(Category category)Updates an existing category record.Methods in nzilbb.labbcat with parameters of type Category Modifier and Type Method Description CategoryLabbcatAdmin. createCategory(Category category)Creates a new category record.voidLabbcatAdmin. deleteCategory(Category category)Deletes an existing category record.CategoryLabbcatAdmin. updateCategory(Category category)Updates an existing category record. -
Uses of Category in nzilbb.labbcat.model
Subclasses of Category in nzilbb.labbcat.model Modifier and Type Class Description classProjectDeprecated, for removal: This API element is subject to removal in a future version.Projects are now layer categories - a type ofCategorywith classId = "layer"Methods in nzilbb.labbcat.model that return Category Modifier and Type Method Description CategoryCategory. setCategory(String newCategory)Setter forcategory: The name/id of the category.CategoryCategory. setClassId(String newClassId)Setter forclassId: What kind of attributes are categorised - "transcript", "speaker", or "layer".CategoryCategory. setDescription(String newDescription)Setter fordescription: The description of the category.CategoryCategory. setDisplayOrder(int newDisplayOrder)Setter fordisplayOrder: Where the category appears among other categories.Constructors in nzilbb.labbcat.model with parameters of type Category Constructor Description Project(Category category)Deprecated, for removal: This API element is subject to removal in a future version.Constructor from Category object.
-