Class DLModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Op out  
    • Constructor Summary

      Constructors 
      Constructor Description
      DLModel​(Op out)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Op getOut()  
      • Methods inherited from class java.lang.Object

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

      • out

        protected final Op out
    • Constructor Detail

      • DLModel

        public DLModel​(Op out)
    • Method Detail

      • getOut

        public Op getOut()