Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/src/org/eclipse/papyrus/manufacturing/b2mml/profile/B2MML_ProcessSegment/ProcessSegment.java')
-rw-r--r--extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/src/org/eclipse/papyrus/manufacturing/b2mml/profile/B2MML_ProcessSegment/ProcessSegment.java99
1 files changed, 0 insertions, 99 deletions
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/src/org/eclipse/papyrus/manufacturing/b2mml/profile/B2MML_ProcessSegment/ProcessSegment.java b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/src/org/eclipse/papyrus/manufacturing/b2mml/profile/B2MML_ProcessSegment/ProcessSegment.java
deleted file mode 100644
index 03641e857d6..00000000000
--- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/src/org/eclipse/papyrus/manufacturing/b2mml/profile/B2MML_ProcessSegment/ProcessSegment.java
+++ /dev/null
@@ -1,99 +0,0 @@
-/**
- */
-package org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML_ProcessSegment;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EObject;
-
-import org.eclipse.uml2.uml.Action;
-import org.eclipse.uml2.uml.Behavior;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Process Segment</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * </p>
- * <ul>
- * <li>{@link org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML_ProcessSegment.ProcessSegment#getBase_Action <em>Base Action</em>}</li>
- * <li>{@link org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML_ProcessSegment.ProcessSegment#getProcesssegment <em>Processsegment</em>}</li>
- * <li>{@link org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML_ProcessSegment.ProcessSegment#getBase_Behavior <em>Base Behavior</em>}</li>
- * </ul>
- *
- * @see org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML_ProcessSegment.B2mmlProcessSegmentPackage#getProcessSegment()
- * @model
- * @generated
- */
-public interface ProcessSegment extends EObject {
- /**
- * Returns the value of the '<em><b>Base Action</b></em>' reference.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Base Action</em>' reference isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Base Action</em>' reference.
- * @see #setBase_Action(Action)
- * @see org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML_ProcessSegment.B2mmlProcessSegmentPackage#getProcessSegment_Base_Action()
- * @model required="true" ordered="false"
- * @generated
- */
- Action getBase_Action();
-
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML_ProcessSegment.ProcessSegment#getBase_Action <em>Base Action</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Base Action</em>' reference.
- * @see #getBase_Action()
- * @generated
- */
- void setBase_Action(Action value);
-
- /**
- * Returns the value of the '<em><b>Processsegment</b></em>' reference list.
- * The list contents are of type {@link org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML_ProcessSegment.ProcessSegment}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Processsegment</em>' reference list isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Processsegment</em>' reference list.
- * @see org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML_ProcessSegment.B2mmlProcessSegmentPackage#getProcessSegment_Processsegment()
- * @model ordered="false"
- * @generated
- */
- EList<ProcessSegment> getProcesssegment();
-
- /**
- * Returns the value of the '<em><b>Base Behavior</b></em>' reference.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Base Behavior</em>' reference isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Base Behavior</em>' reference.
- * @see #setBase_Behavior(Behavior)
- * @see org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML_ProcessSegment.B2mmlProcessSegmentPackage#getProcessSegment_Base_Behavior()
- * @model required="true" ordered="false"
- * @generated
- */
- Behavior getBase_Behavior();
-
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML_ProcessSegment.ProcessSegment#getBase_Behavior <em>Base Behavior</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Base Behavior</em>' reference.
- * @see #getBase_Behavior()
- * @generated
- */
- void setBase_Behavior(Behavior value);
-
-} // ProcessSegment

Back to the top