00001
00003 package org.best.of.robotics.smachDSL;
00004
00005 import org.eclipse.emf.common.util.EList;
00006
00007 import org.eclipse.emf.ecore.EObject;
00008
00025 public interface PrimitivePackage extends EObject
00026 {
00041 EList<StateMachine> getStatemachines();
00042
00043 }