Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/sysml14/org.eclipse.papyrus.sysml14/src-gen/org/eclipse/papyrus/sysml14/activities/ActivitiesFactory.java')
-rw-r--r--extraplugins/sysml14/org.eclipse.papyrus.sysml14/src-gen/org/eclipse/papyrus/sysml14/activities/ActivitiesFactory.java111
1 files changed, 0 insertions, 111 deletions
diff --git a/extraplugins/sysml14/org.eclipse.papyrus.sysml14/src-gen/org/eclipse/papyrus/sysml14/activities/ActivitiesFactory.java b/extraplugins/sysml14/org.eclipse.papyrus.sysml14/src-gen/org/eclipse/papyrus/sysml14/activities/ActivitiesFactory.java
deleted file mode 100644
index 543582d8d43..00000000000
--- a/extraplugins/sysml14/org.eclipse.papyrus.sysml14/src-gen/org/eclipse/papyrus/sysml14/activities/ActivitiesFactory.java
+++ /dev/null
@@ -1,111 +0,0 @@
-/**
- * Copyright (c) 2015 CEA LIST.
- *
- * 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
- */
-package org.eclipse.papyrus.sysml14.activities;
-
-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 org.eclipse.papyrus.sysml14.activities.ActivitiesPackage
- * @generated
- */
-public interface ActivitiesFactory extends EFactory {
- /**
- * The singleton instance of the factory.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- ActivitiesFactory eINSTANCE = org.eclipse.papyrus.sysml14.activities.internal.impl.ActivitiesFactoryImpl.init();
-
- /**
- * Returns a new object of class '<em>Overwrite</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>Overwrite</em>'.
- * @generated
- */
- Overwrite createOverwrite();
-
- /**
- * Returns a new object of class '<em>Control Operator</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>Control Operator</em>'.
- * @generated
- */
- ControlOperator createControlOperator();
-
- /**
- * Returns a new object of class '<em>Rate</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>Rate</em>'.
- * @generated
- */
- Rate createRate();
-
- /**
- * Returns a new object of class '<em>No Buffer</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>No Buffer</em>'.
- * @generated
- */
- NoBuffer createNoBuffer();
-
- /**
- * Returns a new object of class '<em>Discrete</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>Discrete</em>'.
- * @generated
- */
- Discrete createDiscrete();
-
- /**
- * Returns a new object of class '<em>Continuous</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>Continuous</em>'.
- * @generated
- */
- Continuous createContinuous();
-
- /**
- * Returns a new object of class '<em>Probability</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>Probability</em>'.
- * @generated
- */
- Probability createProbability();
-
- /**
- * Returns a new object of class '<em>Optional</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>Optional</em>'.
- * @generated
- */
- Optional createOptional();
-
- /**
- * Returns the package supported by this factory.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return the package supported by this factory.
- * @generated
- */
- ActivitiesPackage getActivitiesPackage();
-
-} //ActivitiesFactory

Back to the top