Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/qompass/designer/org.eclipse.papyrus.qompass.designer.doc/cheatsheet/Validation.xml')
-rw-r--r--extraplugins/qompass/designer/org.eclipse.papyrus.qompass.designer.doc/cheatsheet/Validation.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/extraplugins/qompass/designer/org.eclipse.papyrus.qompass.designer.doc/cheatsheet/Validation.xml b/extraplugins/qompass/designer/org.eclipse.papyrus.qompass.designer.doc/cheatsheet/Validation.xml
new file mode 100644
index 00000000000..d9822313b5d
--- /dev/null
+++ b/extraplugins/qompass/designer/org.eclipse.papyrus.qompass.designer.doc/cheatsheet/Validation.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cheatsheet
+ title="Model Validation">
+<intro>
+ <description>
+ Model validation enables the verification of a certain set of rules. Besides the standard UML rules,
+ Qompass defines a dozen of additional rules, for instance a validation of the typing rules for
+ ports.
+ </description>
+</intro>
+<item title="Verify validation settings" skip="true">
+ <description>
+ Verify the validation settings, i.e. the currently active validation rules (constraints).
+ Open the entry "Model Validation" within Window/Preferences and verify the active constraints.
+ Qompass related constraints are grouped.
+ </description>
+</item>
+<item title="Validate your Model" skip="true">
+ <description>
+ Validate your model. Click right on an element within the model explorer. Choose
+ the option "Validate model". Erroneous elements will appear in the Problem view,
+ will be marked in the model explorer and in the diagrams. Caveat: the model explorer
+ creates a visual marker for problems found within a child whereas this is not the case for
+ diagrams.
+ </description>
+</item>
+<item title="Open the &quot;Problems&quot; view" skip="true">
+ <description>
+ Window > Show View > Problems
+ </description>
+ <command
+ required="false"
+ serialization="org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.ui.views.ProblemView)"/>
+</item>
+</cheatsheet>

Back to the top