info.aduna.spectacle
Class SpectacleLoader
java.lang.Object
info.aduna.gee.spectacle.Loader
info.aduna.spectacle.SpectacleLoader
- Direct Known Subclasses:
- DefaultLoader, GenericLoader
public abstract class SpectacleLoader
- extends Loader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpectacleLoader
public SpectacleLoader(Spectacle spectacle,
Profile profile)
- Construct a new loader for persons.
run
public void run()
- Description copied from class:
Loader
- Creates and sets entities and facets and commits the results.
- Overrides:
run in class Loader
getProfile
public Profile getProfile()
getI18nDescriptionKey
public abstract String getI18nDescriptionKey()
getGuidedExplorationFacets
public abstract List<FacetValue> getGuidedExplorationFacets(List<FacetValue> facetValues)
getDynamicFacets
public abstract List<FacetValue> getDynamicFacets(List<FacetValue> facetValues)
getDynamicEntities
public abstract Map<Object,Double> getDynamicEntities(FacetValue facetValue)
throws DynamicFacetInputException
- Throws:
DynamicFacetInputException
preprocessValue
public void preprocessValue(FacetValue value)
getSuggestions
public Map<String,Integer> getSuggestions(GuidedExplorationResult geeResult,
String facet)
sortEntities
public void sortEntities(List<Entity> entities)
getFacetValueComparator
public Comparator<Object> getFacetValueComparator(String facetName)
Copyright © 1997-2008 Aduna. All Rights Reserved.