edu.udo.cs.yale.example
Class ScalingWeightApplier

java.lang.Object
  extended by edu.udo.cs.yale.example.ScalingWeightApplier
All Implemented Interfaces:
WeightApplier

public class ScalingWeightApplier
extends java.lang.Object
implements WeightApplier

This weight applier scales the values with the given weight.

Version:
$Id: ScalingWeightApplier.java,v 2.6 2006/03/21 15:35:39 ingomierswa Exp $
Author:
Ingo Mierswa

Constructor Summary
ScalingWeightApplier()
           
 
Method Summary
 double applyWeight(double value, double weight)
          Returns the product of value and weight.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScalingWeightApplier

public ScalingWeightApplier()
Method Detail

applyWeight

public double applyWeight(double value,
                          double weight)
Returns the product of value and weight.

Specified by:
applyWeight in interface WeightApplier



Copyright © 2001-2006