edu.udo.cs.yale.tools.math
Class AverageVector

java.lang.Object
  extended by edu.udo.cs.yale.operator.AbstractIOObject
      extended by edu.udo.cs.yale.operator.ResultObjectAdapter
          extended by edu.udo.cs.yale.tools.math.AverageVector
All Implemented Interfaces:
IOObject, ResultObject, java.lang.Comparable
Direct Known Subclasses:
AttributeWeights, PerformanceVector

public abstract class AverageVector
extends ResultObjectAdapter
implements java.lang.Comparable

Handles several averagables.

Version:
$Id: AverageVector.java,v 1.15 2006/08/03 14:39:34 ingomierswa Exp $
Author:
Ingo Mierswa

Field Summary
private  java.util.List<Averagable> averagesList
           
 
Constructor Summary
AverageVector()
           
 
Method Summary
 void addAveragable(Averagable avg)
          Adds an Averagable to the list of criteria.
 void buildAverages(AverageVector av)
           
protected abstract  java.lang.Object clone()
           
 Averagable getAveragable(int index)
          Returns the Averagable by index.
 Averagable getAveragable(java.lang.String name)
          Returns the Averagable by name.
 int getSize()
          Returns the number of averagables in this vector.
 java.awt.Component getVisualisationComponent(IOContainer container)
          Returns a label that displays the ResultObjectAdapter.toResultString() result encoded as html.
 void removeAveragable(Averagable avg)
          Removes an Averagable from the list of criteria.
 int size()
          Returns the number of averages in the list.
 java.lang.String toHTML()
           
 java.lang.String toResultString()
          The default implementation simply returns the result of the method Object.toString().
 java.lang.String toString()
           
 
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter
addAction, getActions, getName, toHTML
 
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject
copy, read, read, read, write, write
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface edu.udo.cs.yale.operator.IOObject
copy, write, write
 

Field Detail

averagesList

private java.util.List<Averagable> averagesList
Constructor Detail

AverageVector

public AverageVector()
Method Detail

clone

protected abstract java.lang.Object clone()
Overrides:
clone in class java.lang.Object

size

public int size()
Returns the number of averages in the list.


addAveragable

public void addAveragable(Averagable avg)
Adds an Averagable to the list of criteria.


removeAveragable

public void removeAveragable(Averagable avg)
Removes an Averagable from the list of criteria.


getAveragable

public Averagable getAveragable(int index)
Returns the Averagable by index.


getAveragable

public Averagable getAveragable(java.lang.String name)
Returns the Averagable by name.


getSize

public int getSize()
Returns the number of averagables in this vector.


toResultString

public java.lang.String toResultString()
Description copied from class: ResultObjectAdapter
The default implementation simply returns the result of the method Object.toString().

Specified by:
toResultString in interface ResultObject
Overrides:
toResultString in class ResultObjectAdapter


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toHTML

public java.lang.String toHTML()

getVisualisationComponent

public java.awt.Component getVisualisationComponent(IOContainer container)
Description copied from class: ResultObjectAdapter
Returns a label that displays the ResultObjectAdapter.toResultString() result encoded as html. Please note that the returned label is already enclosed by a scroll pane. If you overwrite this method you should again ensure that the returned component is scrollable. The given container is totally ignored.

Specified by:
getVisualisationComponent in interface ResultObject
Overrides:
getVisualisationComponent in class ResultObjectAdapter


buildAverages

public void buildAverages(AverageVector av)


Copyright © 2001-2006