Class FtcMatchInfo

java.lang.Object
ftclib.driverio.FtcMatchInfo

public class FtcMatchInfo extends Object
  • Field Details

  • Constructor Details

    • FtcMatchInfo

      private FtcMatchInfo(Date matchDate)
      Constructor: Create an instance of the object and initialize the fields accordingly.
      Parameters:
      matchDate - specifies the match date.
  • Method Details

    • toString

      @NonNull public String toString()
      This method returns the string form of the match info.
      Overrides:
      toString in class Object
      Returns:
      match info string.
    • getMatchInfo

      public static FtcMatchInfo getMatchInfo()
      This method creates the FtcMatchInfo object. It creates the match info menus, displays them and let the user enter the match info and return it.
      Returns:
      match info.