Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.qvtd.xtext.qvtimperative/emf-gen/org/eclipse/qvtd/xtext/qvtimperativecs/BottomPatternCS.java')
-rw-r--r--plugins/org.eclipse.qvtd.xtext.qvtimperative/emf-gen/org/eclipse/qvtd/xtext/qvtimperativecs/BottomPatternCS.java52
1 files changed, 0 insertions, 52 deletions
diff --git a/plugins/org.eclipse.qvtd.xtext.qvtimperative/emf-gen/org/eclipse/qvtd/xtext/qvtimperativecs/BottomPatternCS.java b/plugins/org.eclipse.qvtd.xtext.qvtimperative/emf-gen/org/eclipse/qvtd/xtext/qvtimperativecs/BottomPatternCS.java
deleted file mode 100644
index 4dadda10f..000000000
--- a/plugins/org.eclipse.qvtd.xtext.qvtimperative/emf-gen/org/eclipse/qvtd/xtext/qvtimperativecs/BottomPatternCS.java
+++ /dev/null
@@ -1,52 +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.xtext.qvtimperativecs;
-
-import org.eclipse.emf.common.util.EList;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Bottom Pattern CS</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * </p>
- * <ul>
- * <li>{@link org.eclipse.qvtd.xtext.qvtimperativecs.BottomPatternCS#getOwnedConstraints <em>Owned Constraints</em>}</li>
- * </ul>
- *
- * @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getBottomPatternCS()
- * @model
- * @generated
- */
-public interface BottomPatternCS extends PatternCS {
- /**
- * Returns the value of the '<em><b>Owned Constraints</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.qvtd.xtext.qvtimperativecs.PredicateOrAssignmentCS}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Owned Constraints</em>' containment reference list isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Owned Constraints</em>' containment reference list.
- * @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getBottomPatternCS_OwnedConstraints()
- * @model containment="true"
- * @generated
- */
- EList<PredicateOrAssignmentCS> getOwnedConstraints();
-
-} // BottomPatternCS

Back to the top