Class LineFactory


  • public class LineFactory
    extends java.lang.Object
    Creates lines. Easy to override and create mock in tests.
    • Constructor Summary

      Constructors 
      Constructor Description
      LineFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Line createLine​(Patterns patterns, com.barrybecker4.optimization.parameter.ParameterArray weights)  
      • Methods inherited from class java.lang.Object

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

      • LineFactory

        public LineFactory()
    • Method Detail

      • createLine

        public Line createLine​(Patterns patterns,
                               com.barrybecker4.optimization.parameter.ParameterArray weights)