/** * <copyright> * </copyright> * * */ package robot.resource.robot.grammar; public enum RobotCardinality { ONE, PLUS, QUESTIONMARK, STAR; }