public class RankingEvaluator extends StackEvaluator
| Constructor and Description |
|---|
RankingEvaluator(int steps) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(RippleList arg,
Sink<RippleList> solutions,
ModelConnection mc)
Applies the mapping to a single argument,
producing zero or more solutions and passing them into a downstream
Sink |
void |
stop() |
arity, getInverseisTransparentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTransparentpublic void stop()
stop in class Evaluator<RippleList,RippleList,ModelConnection>public void apply(RippleList arg, Sink<RippleList> solutions, ModelConnection mc) throws RippleException
MappingSinkarg - the argument data itemsolutions - the solutions the argument is mapped tomc - a helper object providing context (may be null)RippleException - if a data handling error occursCopyright © 2007-2012 fortytwo.net. All Rights Reserved.