Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2019-09-16 10:59:22 +0000
committerPatrick Tessier2019-09-17 12:56:12 +0000
commitd524c0f61415905804178a77188771e424b306ee (patch)
tree695f23966c99dd9f3a1fab22d290dc9cedf2356c /plugins
parent1706f1093d96344ea3311b451ddc7a14556d1173 (diff)
downloadorg.eclipse.papyrus-d524c0f61415905804178a77188771e424b306ee.tar.gz
org.eclipse.papyrus-d524c0f61415905804178a77188771e424b306ee.tar.xz
org.eclipse.papyrus-d524c0f61415905804178a77188771e424b306ee.zip
Bug 550902: [Doc] The papyrus embedded documentation must be the same
than the documentation on the wiki - Add missing Juno works into papyrus documentation Change-Id: I6418f2c78d1857f566515b1de0dcdfe57370d7a6 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/doc/org.eclipse.papyrus.uml.doc/resource/PapyrusStarterGuide.mediawiki7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.uml.doc/resource/PapyrusStarterGuide.mediawiki b/plugins/doc/org.eclipse.papyrus.uml.doc/resource/PapyrusStarterGuide.mediawiki
index 78d5c14b756..3fd3743c289 100644
--- a/plugins/doc/org.eclipse.papyrus.uml.doc/resource/PapyrusStarterGuide.mediawiki
+++ b/plugins/doc/org.eclipse.papyrus.uml.doc/resource/PapyrusStarterGuide.mediawiki
@@ -983,6 +983,13 @@ When creating models UML is used. Since UML is general-purpose modeling language
=== 7.8.2 Defining constraints using OCL ===
+It should be possible to model OCL constraints for a profile, with a specific OCL editor. It should be possible to generate an EMF Validation plug-in from these constraints. The constraints should be validated either in real-time or in batch-mode, according to a user preference. It should be possible to define this preference either globally or constraint by constraint.
+
+Concretely, this will be realized in three steps:
+* Embedding the OCL X-Text editor in the property view, and associating it to UML Opaque expressions using the OCL language
+* Creating a generator, which inputs a Profile and outputs an EMF Validation plug-in
+* If necessary, adapt the Papyrus validation framework
+
== <div id="Searching">7.9 Searching</div> ==
== 7.10 Sample models ==

Back to the top