Class Interactive


  • public class Interactive
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Interactive​(java.io.PrintStream out, java.io.InputStream in, java.util.Map<java.lang.String,​java.lang.String> parameters)  
    • Method Summary

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

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

      • Interactive

        public Interactive​(java.io.PrintStream out,
                           java.io.InputStream in,
                           java.util.Map<java.lang.String,​java.lang.String> parameters)
    • Method Detail

      • go

        public boolean go()