|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.spectacle.PartialGuidedExplorationResult
public class PartialGuidedExplorationResult
| Constructor Summary | |
|---|---|
PartialGuidedExplorationResult(GuidedExplorationResult wrapped,
List<FacetValue> unavailableSelections)
|
|
| Method Summary | |
|---|---|
List<FacetValue> |
getAvailableSelections()
The list of selections that are actually available. |
List<Entity> |
getEntities()
The list of entities that occur at this location. |
Map<FacetValue,Map<Object,Double>> |
getEntityRelevances()
|
Map<String,Map<String,Integer>> |
getExits()
The Guided Exploration exits from this location, along with the number of entities at the new location, per facet. |
SpectacleLoader |
getLoader()
The loader the loader from which dynamic information can be retrieved. |
String |
getLocation()
The human-readable location of this result. |
List<String> |
getNextExits(FacetValue facetValue)
The Guided Exploration exits for a specific facet from a known location relative to this location. |
Profile |
getProfile()
The profile this result is part of. |
Map<String,Integer> |
getSuggestions(String facet)
Get suggested values for the specified facet. |
List<FacetValue> |
getUnavailableSelections()
The list of selections that are NOT available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PartialGuidedExplorationResult(GuidedExplorationResult wrapped,
List<FacetValue> unavailableSelections)
| Method Detail |
|---|
public Profile getProfile()
GuidedExplorationResult
getProfile in interface GuidedExplorationResultpublic SpectacleLoader getLoader()
GuidedExplorationResult
getLoader in interface GuidedExplorationResultpublic String getLocation()
GuidedExplorationResult
getLocation in interface GuidedExplorationResultpublic List<Entity> getEntities()
GuidedExplorationResult
getEntities in interface GuidedExplorationResultpublic List<FacetValue> getAvailableSelections()
GuidedExplorationResult
getAvailableSelections in interface GuidedExplorationResultpublic List<FacetValue> getUnavailableSelections()
GuidedExplorationResult
getUnavailableSelections in interface GuidedExplorationResultpublic Map<FacetValue,Map<Object,Double>> getEntityRelevances()
getEntityRelevances in interface GuidedExplorationResultpublic Map<String,Map<String,Integer>> getExits()
GuidedExplorationResult
getExits in interface GuidedExplorationResultpublic List<String> getNextExits(FacetValue facetValue)
GuidedExplorationResult
getNextExits in interface GuidedExplorationResultfacetValue - a facet and value indicating the known location
public Map<String,Integer> getSuggestions(String facet)
GuidedExplorationResult
getSuggestions in interface GuidedExplorationResultfacet - the facet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||