/** */ package hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partial2logicannotations; 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.viatrasolver.partialinterpretationlanguage.partial2logicannotations.Partial2logicannotationsPackage * @generated */ public interface Partial2logicannotationsFactory extends EFactory { /** * The singleton instance of the factory. * * * @generated */ Partial2logicannotationsFactory eINSTANCE = hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partial2logicannotations.impl.Partial2logicannotationsFactoryImpl.init(); /** * Returns a new object of class 'Partial Model Relation2 Assertion'. * * * @return a new object of class 'Partial Model Relation2 Assertion'. * @generated */ PartialModelRelation2Assertion createPartialModelRelation2Assertion(); /** * Returns the package supported by this factory. * * * @return the package supported by this factory. * @generated */ Partial2logicannotationsPackage getPartial2logicannotationsPackage(); } //Partial2logicannotationsFactory