Class Exercised<R>

  • Type Parameters:
    R - The type of exercise result

    public final class Exercised<R>
    extends java.lang.Object
    This class contains information related to the result after a choice is exercised.

    Application code should not instantiate or subclass;

    • Field Summary

      Fields 
      Modifier and Type Field Description
      R exerciseResult  
    • Method Summary

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

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

      • exerciseResult

        public final R exerciseResult
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object