fr.inria.oadymppac.solver.analyser
Class ReduceWeightCalculator

java.lang.Object
  extended byfr.inria.oadymppac.solver.analyser.ReduceWeightCalculator
All Implemented Interfaces:
WeightCalculator

public class ReduceWeightCalculator
extends java.lang.Object
implements WeightCalculator

Author:
raf TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
ReduceWeightCalculator()
           
 
Method Summary
 int getWeight(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReduceWeightCalculator

public ReduceWeightCalculator()
Method Detail

getWeight

public int getWeight(java.lang.Object o)
Specified by:
getWeight in interface WeightCalculator