TypesLibrary.java
Go to the documentation of this file.
00001 
00007 package org.best_of_robotics.model.datatypes;
00008 
00009 import java.lang.String;
00010 import org.eclipse.emf.common.util.EList;
00011 
00012 import org.eclipse.emf.ecore.EObject;
00013 
00032 public interface TypesLibrary extends EObject {
00049         EList<DataType> getTypes();
00050 
00065         String getName();
00066 
00075         void setName(String value);
00076 
00091         EList<TypesLibrary> getIncludes();
00092 
00093 } // TypesLibrary


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