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

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

public class Centers
extends java.lang.Object

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

Field Summary
protected  java.util.Vector m_centers
           
protected  Schema m_schema
           
 
Constructor Summary
Centers()
           
 
Method Summary
 void addCenter(Center c)
           
 void dumpOn(java.io.PrintWriter w)
           
 java.util.Vector getCenters()
           
 Schema getSchema()
           
 void setSchema(Schema s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_centers

protected java.util.Vector m_centers

m_schema

protected Schema m_schema
Constructor Detail

Centers

public Centers()
Method Detail

getSchema

public final Schema getSchema()

setSchema

public final void setSchema(Schema s)

addCenter

public final void addCenter(Center c)

getCenters

public final java.util.Vector getCenters()

dumpOn

public void dumpOn(java.io.PrintWriter w)


Copyright © 2001-2005