Class TriangularDistributionEvaluator
- java.lang.Object
- 
- org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
- 
- org.apache.solr.client.solrj.io.eval.RecursiveNumericEvaluator
- 
- org.apache.solr.client.solrj.io.eval.TriangularDistributionEvaluator
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- ManyValueWorker,- StreamEvaluator,- ValueWorker,- Expressible
 
 public class TriangularDistributionEvaluator extends RecursiveNumericEvaluator implements ManyValueWorker - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluatorconstructingFactory, containedEvaluators, nodeId, streamContext
 
- 
 - 
Constructor SummaryConstructors Constructor Description TriangularDistributionEvaluator(StreamExpression expression, StreamFactory factory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdoWork(Object... values)- 
Methods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveNumericEvaluatornormalizeInputType
 - 
Methods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluatorevaluate, getStreamContext, normalizeOutputType, recursivelyEvaluate, setStreamContext, toExplanation, toExpression
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.solr.client.solrj.io.eval.StreamEvaluatorevaluateOverContext
 
- 
 
- 
- 
- 
Constructor Detail- 
TriangularDistributionEvaluatorpublic TriangularDistributionEvaluator(StreamExpression expression, StreamFactory factory) throws IOException - Throws:
- IOException
 
 
- 
 - 
Method Detail- 
doWorkpublic Object doWork(Object... values) throws IOException - Specified by:
- doWorkin interface- ManyValueWorker
- Specified by:
- doWorkin interface- ValueWorker
- Throws:
- IOException
 
 
- 
 
-