uk.ac.gla.dcs.renaissance.iqir.query
Class WeightedDensity

java.lang.Object
  extended by uk.ac.gla.dcs.renaissance.iqir.query.WeightedDensity
All Implemented Interfaces:
Serializable

public class WeightedDensity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WeightedDensity(double weight, Density density)
           
 
Method Summary
 Density getDensity()
           
 double getWeight()
           
 void setDensity(Density density)
           
 void setWeight(double weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeightedDensity

public WeightedDensity(double weight,
                       Density density)
Method Detail

getWeight

public final double getWeight()
Returns:
the weight

setWeight

public final void setWeight(double weight)
Parameters:
weight - the weight to set

getDensity

public final Density getDensity()
Returns:
the density

setDensity

public final void setDensity(Density density)
Parameters:
density - the density to set


Copyright © 2011. All Rights Reserved.