00001 00003 package org.best.of.robotics.smachDSL; 00004 00005 import org.eclipse.emf.ecore.EObject; 00006 00025 public interface ActionClient extends EObject 00026 { 00041 String getName(); 00042 00051 void setName(String value); 00052 00067 String getActionname(); 00068 00077 void setActionname(String value); 00078 00093 String getActiontype(); 00094 00103 void setActiontype(String value); 00104 00105 } // ActionClient