blob: acbb796c391441c609a5395b85683cbc34be5de8 [file] [log] [blame]
/**
*/
package laxcondition;
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 laxcondition.LaxconditionPackage
* @generated
*/
public interface LaxconditionFactory extends EFactory {
/**
* The singleton instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
LaxconditionFactory eINSTANCE = laxcondition.impl.LaxconditionFactoryImpl.init();
/**
* Returns a new object of class '<em>Condition</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Condition</em>'.
* @generated
*/
Condition createCondition();
/**
* Returns a new object of class '<em>Quantified Lax Condition</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Quantified Lax Condition</em>'.
* @generated
*/
QuantifiedLaxCondition createQuantifiedLaxCondition();
/**
* Returns a new object of class '<em>True</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>True</em>'.
* @generated
*/
True createTrue();
/**
* Returns a new object of class '<em>Formula</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Formula</em>'.
* @generated
*/
Formula createFormula();
/**
* Returns a new object of class '<em>Variable</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return a new object of class '<em>Variable</em>'.
* @generated
*/
Variable createVariable();
/**
* Returns the package supported by this factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the package supported by this factory.
* @generated
*/
LaxconditionPackage getLaxconditionPackage();
} //LaxconditionFactory