Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 42a0f7e2d56429029044fa53f6fac188be0cb208 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version='1.0' encoding='utf-8' ?>
<toc topic="guides/tutorials/derivedLayerTutorial.html" label="derivedLayerTutorial">
	<topic href="guides/tutorials/derivedLayerTutorial.html" label="Using Derived Layer (OCL Expression)">
		<topic href="guides/tutorials/derivedLayerTutorial.html#Creating_a_derived_Layer" label="Creating a derived Layer"></topic>
		<topic href="guides/tutorials/derivedLayerTutorial.html#Writing_an_expression" label="Writing an expression"></topic>
		<topic href="guides/tutorials/derivedLayerTutorial.html#Expressions_Examples" label="Expressions Examples">
			<topic href="guides/tutorials/derivedLayerTutorial.html#All_views_starting_with_a_particular_string" label="All views starting with a particular string"></topic>
			<topic href="guides/tutorials/derivedLayerTutorial.html#All_classes_that_are_abstract" label="All classes that are abstract"></topic>
			<topic href="guides/tutorials/derivedLayerTutorial.html#All_classes_containing_an_operation_named_.27abc.27" label="All classes containing an operation named 'abc'"></topic>
		</topic>
	</topic>
</toc>

Back to the top