edu.udo.cs.yale.example
Class DummyWeightApplier

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

public class DummyWeightApplier
extends java.lang.Object
implements WeightApplier

The dummy weight applier does not calculate a new value but simply returns the given value.

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

Constructor Summary
DummyWeightApplier()
           
 
Method Summary
 double applyWeight(double value, double weight)
          Simply returns the given value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyWeightApplier

public DummyWeightApplier()
Method Detail

applyWeight

public double applyWeight(double value,
                          double weight)
Simply returns the given value.

Specified by:
applyWeight in interface WeightApplier



Copyright © 2001-2006