info.aduna.spectacle
Class DefaultClassifier
java.lang.Object
info.aduna.gee.spectacle.gee.AbstractByEntityClassifier
info.aduna.gee.spectacle.AbstractFacetClassifier
info.aduna.spectacle.DefaultClassifier
- All Implemented Interfaces:
- FacetClassifier, Classifier
public class DefaultClassifier
- extends AbstractFacetClassifier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultClassifier
public DefaultClassifier(String key)
getFacetName
public String getFacetName()
- Description copied from interface:
FacetClassifier
- Should return the facet name for which this classifier handles
the classification; this is usually the actual name shown on screen.
getClassifications
public List<Set<Object>> getClassifications(Object entityID)
- Parameters:
entityID - a unique identifier of an Entity
- Returns:
- a List of sets of Classifications
only used for BY_ENTITY
Copyright © 1997-2008 Aduna. All Rights Reserved.