edu.udo.cs.miningmart.compiler.wrapper.dista.MMS3
Class Center

java.lang.Object
  extended byedu.udo.cs.miningmart.compiler.wrapper.dista.MMS3.Center

public class Center
extends java.lang.Object

Version:
$Id: Center.java,v 1.4 2006/04/11 14:10:17 euler Exp $
Author:
Alessandro Serra

Field Summary
protected  java.util.Vector m_values
           
 
Constructor Summary
Center()
           
Center(Schema s)
           
 
Method Summary
 void dumpOn(java.io.PrintWriter w)
           
 java.lang.Object getValue(int i)
           
 java.util.Vector getValues()
           
 void setSize(int s)
           
 void setValue(int i, java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_values

protected java.util.Vector m_values
Constructor Detail

Center

public Center()

Center

public Center(Schema s)
Method Detail

setSize

public final void setSize(int s)

getValues

public final java.util.Vector getValues()

getValue

public final java.lang.Object getValue(int i)

setValue

public final void setValue(int i,
                           java.lang.Object o)

dumpOn

public void dumpOn(java.io.PrintWriter w)


Copyright © 2001-2005