uk.ac.gla.dcs.renaissance.iqir.query
Class WeightedDensity
java.lang.Object
uk.ac.gla.dcs.renaissance.iqir.query.WeightedDensity
- All Implemented Interfaces:
- Serializable
public class WeightedDensity
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeightedDensity
public WeightedDensity(double weight,
Density density)
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.