Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InternalBehaviorCompartment.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InternalBehaviorCompartment.java18
1 files changed, 10 insertions, 8 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InternalBehaviorCompartment.java b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InternalBehaviorCompartment.java
index 9d3386a3841..1002d1fc790 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InternalBehaviorCompartment.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/InternalBehaviorCompartment.java
@@ -11,7 +11,6 @@
*/
package org.eclipse.papyrus.umldi;
-
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Internal Behavior Compartment</b></em>'.
@@ -21,7 +20,7 @@ package org.eclipse.papyrus.umldi;
* The following features are supported:
* </p>
* <ul>
- * <li>{@link org.eclipse.papyrus.umldi.InternalBehaviorCompartment#getStateShape <em>State Shape</em>}</li>
+ * <li>{@link org.eclipse.papyrus.umldi.InternalBehaviorCompartment#getStateShape <em>State Shape</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.umldi.UMLDIPackage#getInternalBehaviorCompartment()
@@ -29,21 +28,23 @@ package org.eclipse.papyrus.umldi;
* @generated
*/
public interface InternalBehaviorCompartment extends ListCompartment {
+
/**
* Returns the value of the '<em><b>State Shape</b></em>' container reference.
- * It is bidirectional and its opposite is '{@link org.eclipse.papyrus.umldi.StateShape#getInternalBehaviorCompartment <em>Internal Behavior Compartment</em>}'.
+ * It is bidirectional and its opposite is '{@link org.eclipse.papyrus.umldi.StateShape#getInternalBehaviorCompartment
+ * <em>Internal Behavior Compartment</em>}'.
* <p>
* This feature subsets the following features:
* </p>
* <ul>
- * <li>'{@link org.eclipse.papyrus.umldi.UmlDiagramElement#getOwningUmlDiagramElement() <em>Owning Uml Diagram Element</em>}'</li>
+ * <li>'{@link org.eclipse.papyrus.umldi.UmlDiagramElement#getOwningUmlDiagramElement() <em>Owning Uml Diagram Element</em>}'</li>
* </ul>
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>State Shape</em>' container reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>State Shape</em>' container reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>State Shape</em>' container reference.
* @see #setStateShape(StateShape)
* @see org.eclipse.papyrus.umldi.UMLDIPackage#getInternalBehaviorCompartment_StateShape()
@@ -57,10 +58,11 @@ public interface InternalBehaviorCompartment extends ListCompartment {
* Sets the value of the '{@link org.eclipse.papyrus.umldi.InternalBehaviorCompartment#getStateShape <em>State Shape</em>}' container reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>State Shape</em>' container reference.
+ *
+ * @param value
+ * the new value of the '<em>State Shape</em>' container reference.
* @see #getStateShape()
* @generated
*/
void setStateShape(StateShape value);
-
} // InternalBehaviorCompartment

Back to the top