Class PowerschoolStatistics


  • public class PowerschoolStatistics
    extends java.lang.Object
    Class that calculates some statistics about a User's grades
    Version:
    1.0
    • Constructor Detail

      • PowerschoolStatistics

        public PowerschoolStatistics​(User user)
        Creates a new statistics object from a User
        Parameters:
        user - User to create from
    • Method Detail

      • getCourses

        public java.util.List<Course> getCourses()
        Returns courses of this statistics object.
        Returns:
        courses of this statistics object
      • getUser

        public User getUser()
        Returns the user of this statistics object.
        Returns:
        the User of this statistics object