Go to the documentation of this file.00001
00003 package org.best.of.robotics.smachDSL;
00004
00005 import org.eclipse.emf.ecore.EObject;
00006
00023 public interface Test extends EObject
00024 {
00039 String getRos();
00040
00049 void setRos(String value);
00050
00051 }