|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Cluster
A Cluster groups a set of Objects that have the exact same Classification memberships, based on a given set of Classifications.
| Method Summary | |
|---|---|
boolean |
contains(Object object)
Returns whether this Cluster contains the specified Object. |
Collection<? extends Classification> |
getClassifications()
Returns the set of Classifications represented by this Cluster. |
Collection<? extends Classification> |
getMostSpecificClassifications()
Returns the set of most specific Classifications represented by this Cluster. |
Collection<?> |
getObjects()
Returns the set of Objects contained in this Cluster. |
int |
getSize()
Returns the number of Objects contained in this Cluster. |
| Method Detail |
|---|
Collection<? extends Classification> getClassifications()
Collection<? extends Classification> getMostSpecificClassifications()
Collection<?> getObjects()
int getSize()
boolean contains(Object object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||