Class SimpleEvaluationStrategyBuilder


  • public class SimpleEvaluationStrategyBuilder
    extends org.streamingpool.ext.tensorics.evaluation.EvaluationStrategyBuilder
    A mutable builder, which creates an Evaluation strategy. (Actually it is more a mutable container for the moment, since the full strategy is set by a with method. However this is the mutable thing which is passed along the fluent clause)
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleEvaluationStrategyBuilder​(org.streamingpool.ext.tensorics.evaluation.EvaluationStrategy strategy)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.streamingpool.ext.tensorics.evaluation.EvaluationStrategy build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleEvaluationStrategyBuilder

        public SimpleEvaluationStrategyBuilder​(org.streamingpool.ext.tensorics.evaluation.EvaluationStrategy strategy)
    • Method Detail

      • build

        public org.streamingpool.ext.tensorics.evaluation.EvaluationStrategy build()
        Specified by:
        build in class org.streamingpool.ext.tensorics.evaluation.EvaluationStrategyBuilder