fr.lip6.move.pnml.symmetricnet.finiteIntRanges.FiniteIntRangesFactory Maven / Gradle / Ivy
/**
* Copyright 2009-2016 Université Paris Ouest and Sorbonne Universités,
* Univ. Paris 06 - CNRS UMR 7606 (LIP6)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Project leader / Initial Contributor:
* Lom Messan Hillah -
*
* Contributors:
* ${ocontributors} - <$oemails}>
*
* Mailing list:
* [email protected]
*/
/**
* (C) Sorbonne Universités, UPMC Univ Paris 06, UMR CNRS 7606 (LIP6/MoVe)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Lom HILLAH (LIP6) - Initial models and implementation
* Rachid Alahyane (UPMC) - Infrastructure and continuous integration
* Bastien Bouzerau (UPMC) - Architecture
* Guillaume Giffo (UPMC) - Code generation refactoring, High-level API
*/
package fr.lip6.move.pnml.symmetricnet.finiteIntRanges;
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 fr.lip6.move.pnml.symmetricnet.finiteIntRanges.FiniteIntRangesPackage
* @generated
*/
public interface FiniteIntRangesFactory extends EFactory {
/**
* The singleton instance of the factory.
*
*
* @generated
*/
FiniteIntRangesFactory eINSTANCE = fr.lip6.move.pnml.symmetricnet.finiteIntRanges.impl.FiniteIntRangesFactoryImpl
.init();
/**
* Returns a new object of class 'Finite Int Range'.
*
*
* @return a new object of class 'Finite Int Range'.
* @generated
*/
FiniteIntRange createFiniteIntRange();
/**
* Returns a new object of class 'Finite Int Range Constant'.
*
*
* @return a new object of class 'Finite Int Range Constant'.
* @generated
*/
FiniteIntRangeConstant createFiniteIntRangeConstant();
/**
* Returns a new object of class 'Less Than'.
*
*
* @return a new object of class 'Less Than'.
* @generated
*/
LessThan createLessThan();
/**
* Returns a new object of class 'Greater Than'.
*
*
* @return a new object of class 'Greater Than'.
* @generated
*/
GreaterThan createGreaterThan();
/**
* Returns a new object of class 'Less Than Or Equal'.
*
*
* @return a new object of class 'Less Than Or Equal'.
* @generated
*/
LessThanOrEqual createLessThanOrEqual();
/**
* Returns a new object of class 'Greater Than Or Equal'.
*
*
* @return a new object of class 'Greater Than Or Equal'.
* @generated
*/
GreaterThanOrEqual createGreaterThanOrEqual();
/**
* Returns the package supported by this factory.
*
*
* @return the package supported by this factory.
* @generated
*/
FiniteIntRangesPackage getFiniteIntRangesPackage();
} //FiniteIntRangesFactory
© 2015 - 2025 Weber Informatics LLC | Privacy Policy