Transition.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 
00024 public interface Transition extends EObject
00025 {
00040   String getOutcome();
00041 
00050   void setOutcome(String value);
00051 
00066   ActionState getState();
00067 
00076   void setState(ActionState value);
00077 
00078 } // Transition


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