org.rr0.im.service.function.classification
Interface Category
- All Known Implementing Classes:
- CategoryImpl
- public interface Category
A Classification's category in which Classifiable data can fall.
- Author:
- Jérôme Beau
- Version: 18 mai 2003 20:25:40
| Method Summary |
boolean | accept(Classifiable someClassifiable) Check if an object is classified in this Category. |
String | getName() |
accept
public boolean accept(Classifiable someClassifiable)
- Check if an object is classified in this Category.
- Parameters:
- someClassifiable A Classifiable object.
- Returns: If the classifiable belongs to this category.
getName
public String getName()
- Returns: The name of the Category in the Category's Classification system.