Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.qvtd.pivot.qvtimperative/emf-gen/org/eclipse/qvtd/pivot/qvtimperative/Area.java')
-rw-r--r--plugins/org.eclipse.qvtd.pivot.qvtimperative/emf-gen/org/eclipse/qvtd/pivot/qvtimperative/Area.java122
1 files changed, 0 insertions, 122 deletions
diff --git a/plugins/org.eclipse.qvtd.pivot.qvtimperative/emf-gen/org/eclipse/qvtd/pivot/qvtimperative/Area.java b/plugins/org.eclipse.qvtd.pivot.qvtimperative/emf-gen/org/eclipse/qvtd/pivot/qvtimperative/Area.java
deleted file mode 100644
index 79f400491..000000000
--- a/plugins/org.eclipse.qvtd.pivot.qvtimperative/emf-gen/org/eclipse/qvtd/pivot/qvtimperative/Area.java
+++ /dev/null
@@ -1,122 +0,0 @@
-/**
- * <copyright>
- *
- * Copyright (c) 2013, 2017 Willink Transformations and others.
- * 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:
- * E.D.Willink - Initial API and implementation
- *
- * </copyright>
- */
-package org.eclipse.qvtd.pivot.qvtimperative;
-
-import org.eclipse.emf.common.util.EList;
-import org.eclipse.ocl.pivot.Element;
-import org.eclipse.ocl.pivot.Property;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Area</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * </p>
- * <ul>
- * <li>{@link org.eclipse.qvtd.pivot.qvtimperative.Area#getGuardPattern <em>Guard Pattern</em>}</li>
- * <li>{@link org.eclipse.qvtd.pivot.qvtimperative.Area#getBottomPattern <em>Bottom Pattern</em>}</li>
- * <li>{@link org.eclipse.qvtd.pivot.qvtimperative.Area#getCheckedProperties <em>Checked Properties</em>}</li>
- * <li>{@link org.eclipse.qvtd.pivot.qvtimperative.Area#getEnforcedProperties <em>Enforced Properties</em>}</li>
- * </ul>
- *
- * @see org.eclipse.qvtd.pivot.qvtimperative.QVTimperativePackage#getArea()
- * @generated
- */
-public interface Area extends Element {
- /**
- * Returns the value of the '<em><b>Guard Pattern</b></em>' containment reference.
- * It is bidirectional and its opposite is '{@link org.eclipse.qvtd.pivot.qvtimperative.GuardPattern#getArea <em>Area</em>}'.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Guard Pattern</em>' containment reference isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Guard Pattern</em>' containment reference.
- * @see #setGuardPattern(GuardPattern)
- * @see org.eclipse.qvtd.pivot.qvtimperative.QVTimperativePackage#getArea_GuardPattern()
- * @see org.eclipse.qvtd.pivot.qvtimperative.GuardPattern#getArea
- * @generated
- */
- GuardPattern getGuardPattern();
-
- /**
- * Sets the value of the '{@link org.eclipse.qvtd.pivot.qvtimperative.Area#getGuardPattern <em>Guard Pattern</em>}' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Guard Pattern</em>' containment reference.
- * @see #getGuardPattern()
- * @generated
- */
- void setGuardPattern(GuardPattern value);
-
- /**
- * Returns the value of the '<em><b>Bottom Pattern</b></em>' containment reference.
- * It is bidirectional and its opposite is '{@link org.eclipse.qvtd.pivot.qvtimperative.BottomPattern#getArea <em>Area</em>}'.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Bottom Pattern</em>' containment reference isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Bottom Pattern</em>' containment reference.
- * @see #setBottomPattern(BottomPattern)
- * @see org.eclipse.qvtd.pivot.qvtimperative.QVTimperativePackage#getArea_BottomPattern()
- * @see org.eclipse.qvtd.pivot.qvtimperative.BottomPattern#getArea
- * @generated
- */
- BottomPattern getBottomPattern();
-
- /**
- * Sets the value of the '{@link org.eclipse.qvtd.pivot.qvtimperative.Area#getBottomPattern <em>Bottom Pattern</em>}' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Bottom Pattern</em>' containment reference.
- * @see #getBottomPattern()
- * @generated
- */
- void setBottomPattern(BottomPattern value);
-
- /**
- * Returns the value of the '<em><b>Checked Properties</b></em>' reference list.
- * The list contents are of type {@link org.eclipse.ocl.pivot.Property}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * The properties whose accesses must be polled for readiness prior to use here.
- * <!-- end-model-doc -->
- * @return the value of the '<em>Checked Properties</em>' reference list.
- * @see org.eclipse.qvtd.pivot.qvtimperative.QVTimperativePackage#getArea_CheckedProperties()
- * @generated
- */
- EList<Property> getCheckedProperties();
-
- /**
- * Returns the value of the '<em><b>Enforced Properties</b></em>' reference list.
- * The list contents are of type {@link org.eclipse.ocl.pivot.Property}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * The properties whose assignments may be polled for readiness prior to use elsewhere.
- * <!-- end-model-doc -->
- * @return the value of the '<em>Enforced Properties</em>' reference list.
- * @see org.eclipse.qvtd.pivot.qvtimperative.QVTimperativePackage#getArea_EnforcedProperties()
- * @generated
- */
- EList<Property> getEnforcedProperties();
-
-} // Area

Back to the top