Uses of Class
com.funnelback.publicui.search.model.padre.Cluster
-
Packages that use Cluster Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE. -
-
Uses of Cluster in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre with type parameters of type Cluster Modifier and Type Field Description private List<Cluster>
Category. clusters
List of clusters (suggestions) for this category.Methods in com.funnelback.publicui.search.model.padre that return types with arguments of type Cluster Modifier and Type Method Description List<Cluster>
Category. getClusters()
List of clusters (suggestions) for this category.
-