public class LazyStackEvaluator extends StackEvaluator
| Modifier and Type | Class and Description |
|---|---|
protected class |
LazyStackEvaluator.EvaluatorSink |
| Constructor and Description |
|---|
LazyStackEvaluator() |
| 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 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 occurspublic void stop()
stop in class Evaluator<RippleList,RippleList,ModelConnection>Copyright © 2007-2012 fortytwo.net. All Rights Reserved.