edu.udo.cs.yale.example
Class AttributeWeight

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.Averagable
              extended by edu.udo.cs.yale.example.AttributeWeight
All Implemented Interfaces:
IOObject, ResultObject, java.lang.Cloneable, java.lang.Comparable<Averagable>

public class AttributeWeight
extends Averagable

Helper class containing the name of an attribute and the corresponding weight.

Version:
$Id: AttributeWeight.java,v 2.4 2006/08/03 14:39:27 ingomierswa Exp $
Author:
Ingo Mierswa

Field Summary
private  java.lang.String name
          The name of the attribute.
private  double weight
          The weight of the attribute.
private  AttributeWeights weights
          The parent attribute weights.
 
Constructor Summary
AttributeWeight(AttributeWeight attWeight)
          Clone constructor.
AttributeWeight(AttributeWeights weights, java.lang.String name, double weight)
          Creates a new attribute weight object.
 
Method Summary
 void buildSingleAverage(Averagable avg)
          Builds the sum of weights.
 void cloneAveragable(Averagable avg)
          Sets the field of this object to the values of the given object.
 int compareTo(Averagable o)
          Compares the weight of this object with the weight of another AttributeWeight object.
 boolean equals(java.lang.Object o)
          Returns true if both objects have the same name and the same weight.
 double getMikroAverage()
          Returns the current weight.
 double getMikroVariance()
          Returns the MakroVariance since no other micro variance can be calculated.
 java.lang.String getName()
          Returns the name of the attribute.
 double getWeight()
          Returns the weight of the attribute.
 void setWeight(double weight)
          Sets the weight of the attribute.
 
Methods inherited from class edu.udo.cs.yale.tools.math.Averagable
buildAverage, clone, formatDeviation, formatPercent, formatValue, getAverage, getMakroAverage, getMakroStandardDeviation, getMakroVariance, getMikroStandardDeviation, getStandardDeviation, getVariance, toHTML, toString
 
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter
addAction, getActions, getVisualisationComponent, toHTML, toResultString
 
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject
copy, read, read, read, write, write
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.udo.cs.yale.operator.IOObject
copy, write, write
 

Field Detail

name

private java.lang.String name
The name of the attribute.


weight

private double weight
The weight of the attribute.


weights

private AttributeWeights weights
The parent attribute weights.

Constructor Detail

AttributeWeight

public AttributeWeight(AttributeWeights weights,
                       java.lang.String name,
                       double weight)
Creates a new attribute weight object.


AttributeWeight

public AttributeWeight(AttributeWeight attWeight)
Clone constructor.

Method Detail

getName

public java.lang.String getName()
Returns the name of the attribute.

Specified by:
getName in interface ResultObject
Specified by:
getName in class Averagable


getWeight

public double getWeight()
Returns the weight of the attribute.


setWeight

public void setWeight(double weight)
Sets the weight of the attribute.


getMikroVariance

public double getMikroVariance()
Returns the MakroVariance since no other micro variance can be calculated.

Specified by:
getMikroVariance in class Averagable


getMikroAverage

public double getMikroAverage()
Returns the current weight.

Specified by:
getMikroAverage in class Averagable


compareTo

public int compareTo(Averagable o)
Compares the weight of this object with the weight of another AttributeWeight object. May also use the absolute weight.


equals

public boolean equals(java.lang.Object o)
Returns true if both objects have the same name and the same weight.

Overrides:
equals in class java.lang.Object


cloneAveragable

public void cloneAveragable(Averagable avg)
Sets the field of this object to the values of the given object.

Specified by:
cloneAveragable in class Averagable


buildSingleAverage

public void buildSingleAverage(Averagable avg)
Builds the sum of weights.

Specified by:
buildSingleAverage in class Averagable



Copyright © 2001-2006