jInfer

cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptostringsize
Class ToStringSize<T>

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate.evaluating.regexptostringsize.ToStringSize<T>
All Implemented Interfaces:
Evaluator<Regexp<T>>, RegexpEvaluator<T>

public class ToStringSize<T>
extends Object
implements RegexpEvaluator<T>

TODO anti Comment!


Constructor Summary
ToStringSize()
           
 
Method Summary
 double evaluate(Regexp<T> x)
           
 void setInputStrings(List<List<T>> inputStrings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToStringSize

public ToStringSize()
Method Detail

setInputStrings

public void setInputStrings(List<List<T>> inputStrings)
Specified by:
setInputStrings in interface RegexpEvaluator<T>

evaluate

public double evaluate(Regexp<T> x)
                throws InterruptedException
Specified by:
evaluate in interface Evaluator<Regexp<T>>
Throws:
InterruptedException

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011