1 /* 2 * Created on 18-ago-2005 3 * 4 * TODO To change the template for this generated file go to 5 * Window - Preferences - Java - Code Style - Code Templates 6 */ 7 package org.state4j.sm; 8 9 /*** 10 * @author andrea 11 * 12 */ 13 public interface SmSimpleState extends SmState { 14 15 }