Uses of Class
com.tietoenator.trip.jxp.classification.TdbCategory
Packages that use TdbCategory
-
Uses of TdbCategory in com.tietoenator.trip.jxp.classification
Methods in com.tietoenator.trip.jxp.classification that return TdbCategoryModifier and TypeMethodDescriptionAdd a new category to the scheme.TdbClassificationScheme.getCategory
(int id) Retrieve the category with the provided unique ID, if found.TdbClassificationScheme.getCategory
(String name) Retrieve the category with the provided name, if found.Remove an existing category from the schemeMethods in com.tietoenator.trip.jxp.classification that return types with arguments of type TdbCategoryModifier and TypeMethodDescriptionTdbClassificationScheme.iterator()
Retrieve an iterator over the categories defined within the schemeMethods in com.tietoenator.trip.jxp.classification with parameters of type TdbCategoryModifier and TypeMethodDescriptionvoid
TdbClassificationScheme.remove
(TdbCategory cat) Remove an existing category from the schemeMethod parameters in com.tietoenator.trip.jxp.classification with type arguments of type TdbCategoryModifier and TypeMethodDescriptionvoid
TdbClassificationScheme.classify
(String data, List<TdbCategory> categories) Test classification with the container.