public void handleStart() { robotsContents = new RobotsContents(); currentGroup = new RobotsContents.Group(); foundContent = false; }
public RobotsMatcher(RobotsContents robotsContents) { this.robotsContents = robotsContents; }