/** */ package robot.robot; import robot.FlotCtrl.Expression; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Command</b></em>'. * <!-- end-user-doc --> * * * @see robot.robot.RobotPackage#getCommand() * @model interface="true" abstract="true" * @generated */ public interface Command extends Expression { } // Command