|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Classification
A Classification defines a named set of objects. A Classification can be part of a hierarchy of Classifications.
| Method Summary | |
|---|---|
boolean |
contains(Object object)
Returns whether this Classification contains the specified Object. |
Collection<? extends Classification> |
getChildren()
Returns the child Classifications, if any. |
String |
getName()
Returns the symbolic name of this Classification. |
Collection<?> |
getObjects()
Returns the set of objects classified by this Classification. |
Classification |
getParent()
Returns the parent Classification, if any. |
int |
getSize()
Returns the number of objects classified by this Classification. |
| Method Detail |
|---|
String getName()
Collection<?> getObjects()
int getSize()
Classification getParent()
Collection<? extends Classification> getChildren()
boolean contains(Object object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||