blob: 304e7c1d4e360f191f6610ec3239b1722d71a987 [file] [log] [blame]
/**
*/
package vocabulary;
import org.eclipse.emf.ecore.EFactory;
/**
* <!-- begin-user-doc -->
* The <b>Factory</b> for the model.
* It provides a create method for each non-abstract class of the model.
* <!-- end-user-doc -->
* @see vocabulary.VocabularyPackage
* @generated
*/
public interface VocabularyFactory extends EFactory {
/**
* The singleton instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
VocabularyFactory eINSTANCE = vocabulary.impl.VocabularyFactoryImpl.init();
/**
* Returns a new object of class '<em>Vocabularies</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Vocabularies</em>'.
* @generated
*/
Vocabularies createVocabularies();
/**
* Returns a new object of class '<em>Vocabulary</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Vocabulary</em>'.
* @generated
*/
Vocabulary createVocabulary();
/**
* Returns a new object of class '<em>Class</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Class</em>'.
* @generated
*/
Class createClass();
/**
* Returns a new object of class '<em>Property</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Property</em>'.
* @generated
*/
Property createProperty();
/**
* Returns the package supported by this factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the package supported by this factory.
* @generated
*/
VocabularyPackage getVocabularyPackage();
} //VocabularyFactory