info.aduna.spectacle
Class GenericLoader

java.lang.Object
  extended by info.aduna.gee.spectacle.Loader
      extended by info.aduna.spectacle.SpectacleLoader
          extended by info.aduna.spectacle.GenericLoader

public class GenericLoader
extends SpectacleLoader


Field Summary
static String CONFIG_FILE_NAME
           
 
Fields inherited from class info.aduna.gee.spectacle.Loader
DEFAULT_LABELS_PATTERN, ENTITIES_DATA_FILENAME, INTERNAL_LIST_SEQUENCE_FIELD, NAVSPEC_DATA_FILENAME, RENDERER_DATA_FILENAME
 
Constructor Summary
GenericLoader(Spectacle spectacle, Profile profile)
           
 
Method Summary
protected  List<Entity> createEntities()
          Returns the List of explored Entities.
protected  List<FacetClassifier> createFacets()
          Returns the List of Classifiers used to explore the Entities.
 Map<Object,Double> getDynamicEntities(FacetValue facetValue)
           
 List<FacetValue> getDynamicFacets(List<FacetValue> facetValues)
           
 List<FacetValue> getGuidedExplorationFacets(List<FacetValue> facetValues)
           
 String getI18nDescriptionKey()
           
 
Methods inherited from class info.aduna.spectacle.SpectacleLoader
getFacetValueComparator, getProfile, getSuggestions, preprocessValue, run, sortEntities
 
Methods inherited from class info.aduna.gee.spectacle.Loader
commit, getNavigationTree, setEntities, setEntities, setFacets, setNavigation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE_NAME

public static final String CONFIG_FILE_NAME
See Also:
Constant Field Values
Constructor Detail

GenericLoader

public GenericLoader(Spectacle spectacle,
                     Profile profile)
Method Detail

createEntities

protected List<Entity> createEntities()
Description copied from class: Loader
Returns the List of explored Entities.

Specified by:
createEntities in class Loader

createFacets

protected List<FacetClassifier> createFacets()
Description copied from class: Loader
Returns the List of Classifiers used to explore the Entities.

Specified by:
createFacets in class Loader

getGuidedExplorationFacets

public List<FacetValue> getGuidedExplorationFacets(List<FacetValue> facetValues)
Specified by:
getGuidedExplorationFacets in class SpectacleLoader

getDynamicFacets

public List<FacetValue> getDynamicFacets(List<FacetValue> facetValues)
Specified by:
getDynamicFacets in class SpectacleLoader

getDynamicEntities

public Map<Object,Double> getDynamicEntities(FacetValue facetValue)
Specified by:
getDynamicEntities in class SpectacleLoader

getI18nDescriptionKey

public String getI18nDescriptionKey()
Specified by:
getI18nDescriptionKey in class SpectacleLoader


Copyright © 1997-2008 Aduna. All Rights Reserved.