Information Technology Reference
In-Depth Information
decision models editor (Chapter 6) to provide the facility of
transforming decision models into executable oAW workflows.
Figure 4.19. Decision metamodel
Listing 4.1 presents a part of a sample generated
oAW workflow. This workflow specifies that the
transformation rule domainWindowsToFacilitiesWindows
is intercepted (line 2-3 and line 9) and the transformation rule
adviceWindowsToAutomaticWindows is executed (line 5)
if the feature Automatic Windows is selected in a feature
configuration (line 1).
1 <Feature selected= " Automatic Windows " >
2
<transformationAspect adviceTarget=
3
" domainWindowsToFacilitiesWindows " >
4 <extensionAdvice
5 value= " adviceWindowsToAutomaticWindows " />
6 </transformationAspect>
7 </Feature>
8
9 <transform id= " domainWindowsToFacilitiesWindows " >
10 <invoke value= " domainWindowsToFacilitiesWindows " />
11 </transform>
Listing 4.1. Example of an oAW workflow
Search WWH ::




Custom Search