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.com.funnelback.publicui.search.model.padre.factories -
-
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 java.util.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 java.util.List<Cluster>
Category. getClusters()
List of clusters (suggestions) for this category. -
Uses of Cluster in com.funnelback.publicui.search.model.padre.factories
Methods in com.funnelback.publicui.search.model.padre.factories that return Cluster Modifier and Type Method Description static Cluster
ClusterFactory. fromXmlStreamReader(javax.xml.stream.XMLStreamReader xmlStreamReader)
-