Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2018-03-27 12:11:50 +0000
committerPatrick Tessier2018-03-28 09:37:39 +0000
commit41142ab0809f02c75287e5b80cf985ecd56cbc43 (patch)
treeaf0f122a2ff7fe59a7252019c438a52c94991739
parent7f818699b72f0954807fe72e08039b7328d5ee0e (diff)
downloadorg.eclipse.papyrus-41142ab0809f02c75287e5b80cf985ecd56cbc43.tar.gz
org.eclipse.papyrus-41142ab0809f02c75287e5b80cf985ecd56cbc43.tar.xz
org.eclipse.papyrus-41142ab0809f02c75287e5b80cf985ecd56cbc43.zip
Bug 532952 - Requirements and their implementations shall be listed
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/gmfdiag.common.usecase12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/gmfdiag.common.usecase b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/gmfdiag.common.usecase
new file mode 100644
index 00000000000..c4f50e55d56
--- /dev/null
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/gmfdiag.common.usecase
@@ -0,0 +1,12 @@
+# Requirements defined for gmfdiag common
+# This file must be filled by developer when a task is added into the gmf diag common
+
+#
+Requirement: ReqFunctional_Paste_Requirement001: A element can be paste (CTRL-V) after being copied
+Code instruction: org.eclipse.papyrus.infra.gmfdiag.common.strategy.paste.PasteStrategyManager
+
+Requirement: ReqTechnical_SequenceDiagram_0011: A paste policy can be added by referencing it by an extension point.
+Code instruction: /org.eclipse.papyrus.infra.gmfdiag.common/schema/pasteStrategy.exsd
+
+Requirement: ReqFunctiona_SequenceDiagram_0011: the list of active paste policy can be modified by using the papyrus preferences .
+Code instruction: org.eclipse.papyrus.infra.gmfdiag.common.preferences.PastePreferencesPage \ No newline at end of file

Back to the top