/** */ package hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations; import org.eclipse.emf.ecore.EFactory; /** * * The Factory for the model. * It provides a create method for each non-abstract class of the model. * * @see hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.Ecore2logicannotationsPackage * @generated */ public interface Ecore2logicannotationsFactory extends EFactory { /** * The singleton instance of the factory. * * * @generated */ Ecore2logicannotationsFactory eINSTANCE = hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.impl.Ecore2logicannotationsFactoryImpl.init(); /** * Returns a new object of class 'Multiplicity Assertion'. * * * @return a new object of class 'Multiplicity Assertion'. * @generated */ MultiplicityAssertion createMultiplicityAssertion(); /** * Returns a new object of class 'Inverse Relation Assertion'. * * * @return a new object of class 'Inverse Relation Assertion'. * @generated */ InverseRelationAssertion createInverseRelationAssertion(); /** * Returns a new object of class 'Lower Multiplicity Assertion'. * * * @return a new object of class 'Lower Multiplicity Assertion'. * @generated */ LowerMultiplicityAssertion createLowerMultiplicityAssertion(); /** * Returns a new object of class 'Upper Multiplicity Assertion'. * * * @return a new object of class 'Upper Multiplicity Assertion'. * @generated */ UpperMultiplicityAssertion createUpperMultiplicityAssertion(); /** * Returns the package supported by this factory. * * * @return the package supported by this factory. * @generated */ Ecore2logicannotationsPackage getEcore2logicannotationsPackage(); } //Ecore2logicannotationsFactory