Class AttemptImpl

  • All Implemented Interfaces:
    Activity, Attempt

    public class AttemptImpl
    extends java.lang.Object
    implements Attempt
    • Constructor Summary

      Constructors 
      Constructor Description
      AttemptImpl​(java.util.List<Feedback> feedbacks)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Feedback> getFeedbacks()
      Gets a list of all Feedbacks that occurred during the completed activity.
      • Methods inherited from class java.lang.Object

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

      • AttemptImpl

        public AttemptImpl​(java.util.List<Feedback> feedbacks)
    • Method Detail

      • getFeedbacks

        public java.util.List<Feedback> getFeedbacks()
        Description copied from interface: Activity
        Gets a list of all Feedbacks that occurred during the completed activity.
        Specified by:
        getFeedbacks in interface Activity
        Returns:
        the feedbacks.