public class WeightedTerm extends Object
Constructor and Description |
---|
WeightedTerm(float weight,
String term) |
Modifier and Type | Method and Description |
---|---|
String |
getTerm() |
float |
getWeight() |
void |
setTerm(String term) |
void |
setWeight(float weight) |
public WeightedTerm(float weight, String term)