info.aduna.spectacle
Class Spectacle

java.lang.Object
  extended by info.aduna.spectacle.Spectacle

public class Spectacle
extends Object


Constructor Summary
Spectacle()
           
 
Method Summary
 GuidedExplorationResult getGuidedExploration(Profile profile, List<FacetValue> selections)
           
 GuidedExplorationResult getGuidedExploration(String profileID, String location)
           
 GuidedExplorationClusterMap getGuidedExplorationClusterMap(String basePath, GuidedExplorationResult ger)
           
 void init()
           
 void putLoader(Profile profile, SpectacleLoader loader)
           
 void removeProfile(Profile profile)
           
 void setProfileManager(ProfileManager profileManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Spectacle

public Spectacle()
Method Detail

setProfileManager

public void setProfileManager(ProfileManager profileManager)

init

public void init()

putLoader

public void putLoader(Profile profile,
                      SpectacleLoader loader)

getGuidedExploration

public GuidedExplorationResult getGuidedExploration(String profileID,
                                                    String location)

getGuidedExploration

public GuidedExplorationResult getGuidedExploration(Profile profile,
                                                    List<FacetValue> selections)

getGuidedExplorationClusterMap

public GuidedExplorationClusterMap getGuidedExplorationClusterMap(String basePath,
                                                                  GuidedExplorationResult ger)
                                                           throws IOException
Parameters:
basePath -
geResult -
Returns:
Throws:
IOException

removeProfile

public void removeProfile(Profile profile)
Parameters:
profile -


Copyright © 1997-2008 Aduna. All Rights Reserved.