Class Validator


  • public class Validator
    extends java.lang.Object
    The Validator class checks that the OI map follows a certain set of rules, to check for common errors. This runs as part of RobotInspector
    See Also:
    OI
    • Constructor Summary

      Constructors 
      Constructor Description
      Validator()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void validate​(java.util.List<JoystickData> oi)
      Validate the OI according to a list of rules
      • Methods inherited from class java.lang.Object

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

      • Validator

        public Validator()