Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/tutorials/derivedLayerTutorial.html')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/tutorials/derivedLayerTutorial.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/tutorials/derivedLayerTutorial.html b/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/tutorials/derivedLayerTutorial.html
new file mode 100644
index 00000000000..cfbff6f7400
--- /dev/null
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/tutorials/derivedLayerTutorial.html
@@ -0,0 +1,2 @@
+<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body><h1 id="Using_Derived_Layer_.28OCL_Expression.29">Using Derived Layer (OCL Expression)</h1><p>This tutorial show how to use a Derived Layer.</p><p>A derived layer is a leaf Layer where the views are automatically attached to
+the layer, according to an expression. Actuallty, the expression is expressed in OCL.</p><h2 id="Creating_a_derived_Layer">Creating a derived Layer</h2><h2 id="Writing_an_expression">Writing an expression</h2><h2 id="Expressions_Examples">Expressions Examples</h2><h3 id="All_views_starting_with_a_particular_string">All views starting with a particular string</h3><h3 id="All_classes_that_are_abstract">All classes that are abstract</h3><h3 id="All_classes_containing_an_operation_named_.27abc.27">All classes containing an operation named 'abc'</h3></body></html> \ No newline at end of file

Back to the top