Class TimeLimitToken

    • Constructor Summary

      Constructors 
      Constructor Description
      TimeLimitToken()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected float getDefault()
      Presume no time limit by default.
      float getTimeLimit()
      The time limit for the game is given in seconds.
      • Methods inherited from class com.barrybecker4.ca.dj.jigo.sgf.tokens.TextToken

        getText
      • Methods inherited from class com.barrybecker4.ca.dj.jigo.sgf.tokens.SGFToken

        parse
      • Methods inherited from class java.lang.Object

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

      • TimeLimitToken

        public TimeLimitToken()
    • Method Detail

      • getDefault

        protected float getDefault()
        Presume no time limit by default.
        Specified by:
        getDefault in class NumberToken
      • getTimeLimit

        public float getTimeLimit()
        The time limit for the game is given in seconds.