Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/DependabilityFactory.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/DependabilityFactory.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/DependabilityFactory.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/DependabilityFactory.java
index 4f2fdb2c198..0e73d3c4ab0 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/DependabilityFactory.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/dependability/DependabilityFactory.java
@@ -22,17 +22,14 @@ import org.eclipse.emf.ecore.EFactory;
* 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.eastadl.dependability.DependabilityPackage
* @generated
*/
public interface DependabilityFactory extends EFactory {
-
/**
* The singleton instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
* @generated
*/
DependabilityFactory eINSTANCE = org.eclipse.papyrus.eastadl.dependability.impl.DependabilityFactoryImpl.init();
@@ -41,7 +38,6 @@ public interface DependabilityFactory extends EFactory {
* Returns a new object of class '<em>Dependability</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
* @return a new object of class '<em>Dependability</em>'.
* @generated
*/
@@ -51,7 +47,6 @@ public interface DependabilityFactory extends EFactory {
* Returns a new object of class '<em>Feature Flaw</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
* @return a new object of class '<em>Feature Flaw</em>'.
* @generated
*/
@@ -61,7 +56,6 @@ public interface DependabilityFactory extends EFactory {
* Returns a new object of class '<em>Hazard</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
* @return a new object of class '<em>Hazard</em>'.
* @generated
*/
@@ -71,7 +65,6 @@ public interface DependabilityFactory extends EFactory {
* Returns a new object of class '<em>Hazardous Event</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
* @return a new object of class '<em>Hazardous Event</em>'.
* @generated
*/
@@ -81,7 +74,6 @@ public interface DependabilityFactory extends EFactory {
* Returns a new object of class '<em>Item</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
* @return a new object of class '<em>Item</em>'.
* @generated
*/
@@ -91,7 +83,6 @@ public interface DependabilityFactory extends EFactory {
* Returns the package supported by this factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
* @return the package supported by this factory.
* @generated
*/

Back to the top