|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Classifier<C,T>
Interface for a classifier. At its simplest a Classifier is just a
map from objects of one type to objects of another type.
| Method Summary | |
|---|---|
T |
classify(C classifiable)
Classify the given object and return an object of a different type, possibly an enumerated type. |
| Method Detail |
|---|
T classify(C classifiable)
classifiable - the input object. Can be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||