/** */ package rba.core; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Get State'. * * * * * * * * @see rba.core.RBACorePackage#getGetState() * @model * @generated */ public interface GetState extends EObject { /** * * * * @Override * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return \".state()\";'" * @generated */ String getSymbol(); } // GetState