edu.ucla.stat.SOCR.analyses.util.definicions
Class Cluster

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.util.definicions.Cluster

public class Cluster
extends java.lang.Object

MultiDendrograms

Cluster information

Since:
JDK 6.0
Author:
Justo Montiel, David Torres, Sergio Gómez, Alberto Fernández

Constructor Summary
Cluster()
           
Cluster(java.lang.String nom)
           
 
Method Summary
 void addCluster(Cluster c)
           
 double getAglomeracio()
           
 double getAlcada()
           
 double getBase()
           
 int getCardinalitat()
           
 java.lang.Double getCim()
           
 int getFamily()
           
 Cluster getFill(int pos)
           
 int getFills()
           
 java.lang.Integer getId()
           
 java.util.LinkedList<Cluster> getLst()
           
 java.util.LinkedList<Cluster> getLstFills()
           
 java.lang.String getNom()
           
 boolean isNado()
           
 void isNado(boolean b)
           
static void resetId()
           
 double setAglomeracio(double ag)
           
 double setAlcada(double alcada)
           
 void setBase(double base)
           
 void setCim(java.lang.Double cim)
           
 void setNom(java.lang.String nom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cluster

public Cluster()

Cluster

public Cluster(java.lang.String nom)
Method Detail

resetId

public static void resetId()

getFamily

public int getFamily()

getCardinalitat

public int getCardinalitat()

getFills

public int getFills()

getId

public java.lang.Integer getId()

setAlcada

public double setAlcada(double alcada)

getAlcada

public double getAlcada()

getAglomeracio

public double getAglomeracio()

setAglomeracio

public double setAglomeracio(double ag)

getCim

public java.lang.Double getCim()

setCim

public void setCim(java.lang.Double cim)

addCluster

public void addCluster(Cluster c)
                throws java.lang.Exception
Throws:
java.lang.Exception

isNado

public void isNado(boolean b)

isNado

public boolean isNado()

getFill

public Cluster getFill(int pos)
                throws java.lang.Exception
Throws:
java.lang.Exception

getNom

public java.lang.String getNom()

setNom

public void setNom(java.lang.String nom)

getLst

public java.util.LinkedList<Cluster> getLst()

getLstFills

public java.util.LinkedList<Cluster> getLstFills()

setBase

public void setBase(double base)

getBase

public double getBase()