Package ftclib.driverio
Class FtcMatchInfo
java.lang.Object
ftclib.driverio.FtcMatchInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
FtcMatchInfo
(Date matchDate) Constructor: Create an instance of the object and initialize the fields accordingly. -
Method Summary
Modifier and TypeMethodDescriptionstatic FtcMatchInfo
This method creates the FtcMatchInfo object.toString()
This method returns the string form of the match info.
-
Field Details
-
matchDate
-
matchType
-
matchNumber
public int matchNumber
-
-
Constructor Details
-
FtcMatchInfo
Constructor: Create an instance of the object and initialize the fields accordingly.- Parameters:
matchDate
- specifies the match date.
-
-
Method Details
-
toString
This method returns the string form of the match info. -
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.
-