|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.indexer.postings.OccurrenceImpl
com.sun.labs.minion.indexer.postings.WeightedOccurrence
public class WeightedOccurrence
| Field Summary | |
|---|---|
protected float |
weight
|
| Fields inherited from class com.sun.labs.minion.indexer.postings.OccurrenceImpl |
|---|
count, id |
| Constructor Summary | |
|---|---|
WeightedOccurrence()
Creates a WeightedOccurrence |
|
WeightedOccurrence(int id)
|
|
| Method Summary | |
|---|---|
float |
getWeight()
|
void |
setWeight(float weight)
|
| Methods inherited from class com.sun.labs.minion.indexer.postings.OccurrenceImpl |
|---|
getCount, getID, setCount, setID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected float weight
| Constructor Detail |
|---|
public WeightedOccurrence()
public WeightedOccurrence(int id)
| Method Detail |
|---|
public void setWeight(float weight)
public float getWeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||