Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/LayersStack.java')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/LayersStack.java43
1 files changed, 22 insertions, 21 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/LayersStack.java b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/LayersStack.java
index 3984c629130..72e3b8ded15 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/LayersStack.java
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/LayersStack.java
@@ -13,6 +13,7 @@
package org.eclipse.papyrus.layers.stackmodel.layers;
import java.util.List;
+
import org.eclipse.emf.common.util.EList;
import org.eclipse.gmf.runtime.notation.Diagram;
import org.eclipse.gmf.runtime.notation.View;
@@ -47,7 +48,7 @@ public interface LayersStack extends LayersContainer {
* If the meaning of the '<em>Layers</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>Layers</em>' containment reference.
* @see #setLayers(LayerExpression)
* @see org.eclipse.papyrus.layers.stackmodel.layers.LayersPackage#getLayersStack_Layers()
@@ -60,7 +61,7 @@ public interface LayersStack extends LayersContainer {
* Sets the value of the '{@link org.eclipse.papyrus.layers.stackmodel.layers.LayersStack#getLayers <em>Layers</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Layers</em>' containment reference.
* @see #getLayers()
@@ -75,7 +76,7 @@ public interface LayersStack extends LayersContainer {
* If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.papyrus.layers.stackmodel.layers.LayersPackage#getLayersStack_Name()
@@ -88,7 +89,7 @@ public interface LayersStack extends LayersContainer {
* Sets the value of the '{@link org.eclipse.papyrus.layers.stackmodel.layers.LayersStack#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Name</em>' attribute.
* @see #getName()
@@ -103,7 +104,7 @@ public interface LayersStack extends LayersContainer {
* If the meaning of the '<em>Description</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(String)
* @see org.eclipse.papyrus.layers.stackmodel.layers.LayersPackage#getLayersStack_Description()
@@ -116,7 +117,7 @@ public interface LayersStack extends LayersContainer {
* Sets the value of the '{@link org.eclipse.papyrus.layers.stackmodel.layers.LayersStack#getDescription <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Description</em>' attribute.
* @see #getDescription()
@@ -131,7 +132,7 @@ public interface LayersStack extends LayersContainer {
* If the meaning of the '<em>Diagram</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Diagram</em>' reference.
* @see #setDiagram(Diagram)
* @see org.eclipse.papyrus.layers.stackmodel.layers.LayersPackage#getLayersStack_Diagram()
@@ -144,7 +145,7 @@ public interface LayersStack extends LayersContainer {
* Sets the value of the '{@link org.eclipse.papyrus.layers.stackmodel.layers.LayersStack#getDiagram <em>Diagram</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Diagram</em>' reference.
* @see #getDiagram()
@@ -161,7 +162,7 @@ public interface LayersStack extends LayersContainer {
* If the meaning of the '<em>State</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>State</em>' attribute.
* @see org.eclipse.papyrus.layers.stackmodel.layers.LayerState
* @see #setState(LayerState)
@@ -175,7 +176,7 @@ public interface LayersStack extends LayersContainer {
* Sets the value of the '{@link org.eclipse.papyrus.layers.stackmodel.layers.LayersStack#getState <em>State</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>State</em>' attribute.
* @see org.eclipse.papyrus.layers.stackmodel.layers.LayerState
@@ -187,7 +188,7 @@ public interface LayersStack extends LayersContainer {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @model dataType="org.eclipse.papyrus.layers.stackmodel.layers.ComputePropertyValueCommand" required="true" ordered="false" exceptions="org.eclipse.papyrus.layers.stackmodel.layers.LayersException" viewRequired="true" viewOrdered="false"
* propertyRequired="true" propertyOrdered="false"
* @generated
@@ -197,7 +198,7 @@ public interface LayersStack extends LayersContainer {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @model dataType="org.eclipse.papyrus.layers.stackmodel.layers.ComputePropertyValueCommand" exceptions="org.eclipse.papyrus.layers.stackmodel.layers.LayersException" viewRequired="true" viewOrdered="false" propertyRequired="true" propertyMany="true"
* @generated
*/
@@ -206,7 +207,7 @@ public interface LayersStack extends LayersContainer {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @model dataType="org.eclipse.papyrus.layers.stackmodel.layers.ComputePropertyValueCommand" exceptions="org.eclipse.papyrus.layers.stackmodel.layers.LayersException" viewMany="true" propertyRequired="true" propertyOrdered="false"
* @generated
*/
@@ -215,7 +216,7 @@ public interface LayersStack extends LayersContainer {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @model
* @generated
*/
@@ -228,7 +229,7 @@ public interface LayersStack extends LayersContainer {
* Start the LayersStack after a reloading by EMF. This method should be explicitly called after a reloading.
* The method usually start the layer behaviors.
* <!-- end-model-doc -->
- *
+ *
* @model exceptions="org.eclipse.papyrus.layers.stackmodel.layers.LayersException"
* @generated
*/
@@ -250,7 +251,7 @@ public interface LayersStack extends LayersContainer {
* Just after enterring in "attached" state, the enterAttachedState() method is called.
* If this Layer is successfully attached, then attach subLayers.
* <!-- end-model-doc -->
- *
+ *
* @model exceptions="org.eclipse.papyrus.layers.stackmodel.layers.LayersException"
* @generated
*/
@@ -263,7 +264,7 @@ public interface LayersStack extends LayersContainer {
* Detach the Layer. The state go to "detached".
* Associated behavior are stopped.
* <!-- end-model-doc -->
- *
+ *
* @model exceptions="org.eclipse.papyrus.layers.stackmodel.layers.LayersException"
* @generated
*/
@@ -276,7 +277,7 @@ public interface LayersStack extends LayersContainer {
* This method is called by the class immediately after entering in attached state.
* The methodcan be used to start the layer behaviors.
* <!-- end-model-doc -->
- *
+ *
* @model exceptions="org.eclipse.papyrus.layers.stackmodel.layers.LayersException"
* @generated
*/
@@ -289,7 +290,7 @@ public interface LayersStack extends LayersContainer {
* This method is called just before this Layer leave the attached state.
*
* <!-- end-model-doc -->
- *
+ *
* @model
* @generated
*/
@@ -298,7 +299,7 @@ public interface LayersStack extends LayersContainer {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @throws LayersException
* @model dataType="org.eclipse.papyrus.layers.stackmodel.layers.ComputePropertyValueCommand" viewRequired="true" viewOrdered="false" propertyRequired="true" propertyMany="true"
* @generated NOT
@@ -308,7 +309,7 @@ public interface LayersStack extends LayersContainer {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @throws LayersException
* If something wrong happen during computation.
* @model dataType="org.eclipse.papyrus.layers.stackmodel.layers.ComputePropertyValueCommand" viewMany="true" propertyRequired="true" propertyOrdered="false"

Back to the top