pt.tumba.cluster
Class Clustering

java.lang.Object
  extended by pt.tumba.cluster.Clustering

public class Clustering
extends java.lang.Object

Description of the Class

Author:
bmartins

Field Summary
private static Clustering _theInstance
           
 
Constructor Summary
private Clustering()
           
 
Method Summary
static java.util.List get_clustering(java.util.Vector v)
          Description of the Method
static java.util.List get_clustering(java.util.Vector v4, java.lang.String query)
          Description of the Method
static Clustering getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_theInstance

private static final Clustering _theInstance
Constructor Detail

Clustering

private Clustering()
Method Detail

get_clustering

public static java.util.List get_clustering(java.util.Vector v)
Description of the Method

Parameters:
v - Description of the Parameter
Returns:
Description of the Return Value

get_clustering

public static java.util.List get_clustering(java.util.Vector v4,
                                            java.lang.String query)
Description of the Method

Parameters:
v - Description of the Parameter
query - Description of the Parameter
Returns:
Description of the Return Value

getInstance

public static Clustering getInstance()