Uses of Class
websearch.ClusterLite

Packages that use ClusterLite
websearch Classes for searching general web results. 
 

Uses of ClusterLite in websearch
 

Methods in websearch that return ClusterLite
 ClusterLite ClusterLite.getParent()
           
 

Methods in websearch that return types with arguments of type ClusterLite
 java.util.List<ClusterLite> ClusterLite.getChildren()
           
 

Methods in websearch with parameters of type ClusterLite
 void ClusterLite.addChild(ClusterLite c)
           
 void ClusterLite.setParent(ClusterLite parent)
           
 

Method parameters in websearch with type arguments of type ClusterLite
 void ClusterLite.setChildren(java.util.List<ClusterLite> children)
           
 

Constructors in websearch with parameters of type ClusterLite
ClusterLite(int id, java.lang.String label, int cover, ClusterLite parent)