|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.sesat.search.query.analyser.PredicateScore
public class PredicateScore
PredicateScore provides a way to associate a Predicate with a score.
| Constructor Summary | |
|---|---|
PredicateScore(org.apache.commons.collections.Predicate p,
int score)
Create a new PredicateScore. |
|
| Method Summary | |
|---|---|
org.apache.commons.collections.Predicate |
getPredicate()
Returns the predicate. |
int |
getScore()
Returns the score. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PredicateScore(org.apache.commons.collections.Predicate p,
int score)
p with
score
p - the predicate.score - the score.| Method Detail |
|---|
public org.apache.commons.collections.Predicate getPredicate()
public int getScore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||