|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GuidedExplorationResult
| 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. |
| Method Detail |
|---|
Profile getProfile()
SpectacleLoader getLoader()
String getLocation()
List<Entity> getEntities()
List<FacetValue> getAvailableSelections()
List<FacetValue> getUnavailableSelections()
Map<FacetValue,Map<Object,Double>> getEntityRelevances()
Map<String,Map<String,Integer>> getExits()
List<String> getNextExits(FacetValue facetValue)
facetValue - a facet and value indicating the known location
Map<String,Integer> getSuggestions(String facet)
facet - the facet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||