ServiceClient.java
Go to the documentation of this file.
00001 
00003 package org.best.of.robotics.smachDSL;
00004 
00005 import org.eclipse.emf.ecore.EObject;
00006 
00025 public interface ServiceClient extends EObject
00026 {
00041   String getName();
00042 
00051   void setName(String value);
00052 
00067   String getServicename();
00068 
00077   void setServicename(String value);
00078 
00093   String getServicesrv();
00094 
00103   void setServicesrv(String value);
00104 
00105 } // ServiceClient


bride_plugin_source
Author(s): Alexander Bubeck
autogenerated on Sun Oct 5 2014 22:38:34