Layered Architecture Consistency for manets: Introducing New Team Members Electronic Communications of the EASST Volume 12 (2008) Formal Modeling of Adaptive and Mobile Processes Layered Architecture Consistency for MANETs: Introducing New Team Members Enrico Biermann, Kathrin Hoffmann, Julia Padberg 18 pages Guest Editors: Julia Padberg, Kathrin Hoffmann Managing Editors: Tiziana Margaria, Julia Padberg, Gabriele Taentzer ECEASST Home Page: http://www.easst.org/eceasst/ ISSN 1863-2122 http://www.easst.org/eceasst/ ECEASST Layered Architecture Consistency for MANETs: Introducing New Team Members Enrico Biermann, Kathrin Hoffmann, Julia Padberg1 1Institute for Software Technology and Theoretical Computer Science Technical University Berlin, Germany Abstract: In this paper we extend our results (as given in [PHE+07]) concern- ing the layered architecture for modeling workflows in Mobile Ad-Hoc NETworks (MANETs) using algebraic higher order nets. MANETs are networks of mobile de- vices that communicate with each other via wireless links without relying on an underlying infrastructure. Workflows in MANETs can be adequately modeled us- ing a layered architecture, where the overall workflow, the team members’ activities and the mobility issues are separated into three different layers, namely the work- flow layer, the mobility layer and the team layer. In [PHE+07] a formal notion of layer consistency was suggested. Here we extend that approach to allow changes of the interfaces of the gluing of the workflow and the mobility layer. Keywords: MANET, Architecture, Workflow, Formal modeling 1 Introduction Mobile Ad-Hoc Networks (MANETs) can be considered as a kind of wireless, self-configuring networks consisting of mobile nodes, that communicate independently of a stable infrastructure and organize themselves arbitrarily. So the network’s topology changes continuously and unpre- dictably depending on the actual position and availability of the nodes. A typical example is a team of team members communicating using hand-held devices and laptops as e.g. in the disaster recovery scenario in Section 4. In [BDHM06] modeling of workflows in MANETs using algebraic higher order nets (AHO nets) has been introduced. AHO nets are Petri nets with complex tokens, namely reconfigurable place/transition (PT) nets [EHP+07] consisting of PT nets as well as rules and net transforma- tions for changing these nets. To give an intuition of that approach we illustrate the execution and the adaption of a token net in the subsequent figures. In Section 4 this example is presented elaborately. The firing of transition Workflow Execution yields the firing of the token net PN1 and the firing of transition Workflow Adaption yields the transformation of the net via the rule rule q. 1 / 18 Volume 12 (2008) Layered Architecture Consistency for MANETs Net (s,g,c) Start Compile Questionnaire Go to Destination Select Building PN1 ((fire.(s,t)),g,c) Execution Workflow true Fig. 1. Execution of token nets Select Building Select Building Matching Matching Compile Questionnaire L_q R_qrule_q r_1 Rule s’ Net Workflow Adaption (cod.(m_1)) = m and (dom.(c’)) =_T (trans.(s’) and (transform_S.(r_1,m_1))= s’ s Fig. 2. Adaption of token nets In [PHE+07] we have developed a layered architecture of the model that allows the separation of support activities concerning the network from activities concerning the intended workflow. This yields better and conciser models, since supporting the network connectivity has a much finer granularity than the more or less fixed workflow execution. There the layered architecture of AHO net models of workflows in MANETs distinguishes three layers, the workflow layer, the mobility layer and the team layer. The workflow layer describes the overall workflow that is to be achieved by the whole team. The mobility layer describes the workflows in order to maintain the MANETs connectivity. The team layer describes the individual activities of the team members. Moreover, we provide a set of rules in each layer for the transformation of corresponding PT nets expressing different system states. Layer consistency means that these layers together form a valid AHO net model of workflows in MANETs. Related work on distribution of workflows in a possibly mobile setting can be found e.g. in [vdAW01, KMR03, BMM04, MM05] where a unique workflow is divided on the one hand in different autonomous workflows and on the other hand the resulting workflows are adapted by using inheritance resp. graph rules. In contrast we present a layered architecture, where a global workflow and its transformation are separated into three different parts, each of them relevant for a specific aspect of workflows in MANETs. The work presented here as well as in [PHE+07, BMH06] is developed together with research projects1 where an adaptive workflow management system for MANETs specifically targeted to emergency scenarios, is going to be implemented. 2 Review of Layered Architectures for Mobile Ad-hoc Networks In [BDHM06] a model for MANETs is described by a global workflow and its transfor- mation by a global set of rules. Following the observation that a workflow in MANETs 1 MOBIDIS - http://www.dis.uniroma1.it/pub/mecella/projects/MobiDIS, MAIS - http://www.mais-project.it, IST FP6 WORKPAD - http://www.workpad-project.eu/ Adaptive and Mobile Processes 2 / 18 http://www.dis.uniroma1.it/pub/mecella/projects/MobiDIS http://www.mais-project.it http://www.workpad-project.eu/ ECEASST consists of different aspects we provide a layered architecture as depicted in Fig. 3 to obtain a more adequate model. We separate movement activities from general activi- ties and allow a local view of team members that is most important in such an un- stable environment. From a practical point of view the MANET topology often has to be restructured to maintain the network connectivity resulting in a change of movement activities while general activities are more or less fixed during the workflow execution. Workflow Layer Predictive Layer Mobility Layer Team Layer Fig. 3. MANET architecture Thus, the global workflow, based on a predictive layer, is separated into three different layers. Each of these layers is equipped with its own PT nets and transformation rules. The advantage is that we ex- ploit some form of control on rule application by assigning a set of rules to a specific layer. Under these restrictions transformations can be realized in a specific layer of our model. The predictive layer signals probable disconnections to the upper mobility layer. The predictive layer implements a probabilistic technique [DRMM05] that is able to predict whether in the next instant all devices will still be connected. The the workflow layer is represented in terms of a PT net2. and similarly, the mobility layer summarizes movement activities of the involved team members and is in charge of managing those situations when a peer is going to disconnect. The team layer realizes the local view of team members onto the workflow and the mobility net. Here, a PT net describes those activities being relevant for one team member. Workflow Adaption Workflow Adaption Workflow Adaption Team Layer Workflow ExecutionRules P/T−net Workflow ExecutionRules P/T−net Workflow Layer Mobility Layer Workflow ExecutionRules P/T−net Nets Mobility Net Team Member Workflow Fig. 4. Layered architecture for supporting cooperative work on MANET 2 Note that we have a PT net that describes the workflow, but this needs not be a workflow net in the sense of [vdAH04]. 3 / 18 Volume 12 (2008) Layered Architecture Consistency for MANETs The layered architecture is formalized by a layered AHO net (see Fig. 4 for a schematic view), so that rules in a certain layer are provided for transformations of corresponding PT nets, e.g. to react to some incoming events. At this level of abstraction the nets in nets-paradigm is reflected in each layer. AHO nets [HME05] combine an algebraic data type part and Petri nets by the inscription of net elements with terms over the given data structure. Technically, the data type part of the AHO net in Fig. 4 consists of reconfigurable PT nets (see [HME05, EHP+07]), comprising the well-known token game as well as rules and rule-based transformations in the sense of the double pushout (DPO) approach [EP04]. The data type part specifies all by appropriate sorts and operations. In this way reconfigurable PT nets are tokens in our model and the token game as well as the rule-based transformations can be used for the net inscriptions. Moreover, places in the layered AHO net are either system or rule places, i.e. the state of our model is given by an appropriate marking consisting of token nets and token rules. Token rules are static, i.e. rules represented as tokens do not move and remain unchanged on the corresponding rule places (indicated by the double arrow). In short, firing a transition Adaption changes the structure of a corresponding token net according to an appropriate token rule (for details we refer to [HME05]). Specifically, the mobility layer is in charge of catching disconnection events incoming from the predictive layer and modifying the mobility net (e.g. adding a “Follow Member X” activity) by applying transformation rules. The PT nets presented in Section 4 are possible markings of our AHO net model in Fig. 4. Fig. 8 depicts the token net W0 for the workflow layer, i.e. it represents the current marking of the place Workflow in Fig. 4. For the mobility layer in Fig. 10 the token net M0 is depicted (token net on the place Mobility Net in Fig. 4). Finally, the team member nets in Fig. 11 and Fig. 12 are tokens on the place Team Member Nets in our model. Note that in general we consider the initial marking of the token nets. This requires changing from PT nets to PT systems so that firing a transition Workflow Execution in our model (see Fig. 4) computes the successor marking of a token net. In [PHE+07, BMH06] and in this paper we prefer the notion of PT nets since the structure of token nets is the main focus. 3 Concepts and Results for Layer Consistency In this section we discuss the basic concepts for maintaining consistency in our approach. Con- sistency is defined for the layered architecture of workflows in MANETs that is the workflow layer, the mobility layer and the team layer. We present a notion of consistency, that relates the layers to the team members’ activities. Moreover, we have rules and transformations for changes at the level of the interface, the workflow layer, of the mobility layer and for changing the individual activities of the team members. These rules and transformations allow the refine- ment of the workflow according to the imperatives of the network maintenance. Especially as an extension of [PHE+07] we allow the introduction of new team members by transforming the interface. Adaptive and Mobile Processes 4 / 18 ECEASST 3.1 Review of Consistent Layer Environment Based on [PHE+07] the layered architecture for MANETs comprises the workflow layer – a PT net W , the mobility layer – a PT net M, and the team work layer– for each team member a PT net tm. For each team member m = 1, ..., n we provide a net tm representing their individual activities as well as the relation to the activities of the whole team and rules changing these activities. Definition 1 A consistent layer environment according to the layers in Fig. 4 is given for the team members’ nets t1, ..., tn, the workflow W and the mobility net M if the following conditions are satisfied: 1. In order to have refinement of places in W with subnets of M we allow replacing W by W pg → W , where pg is a place gluing morphism (bijective on transitions and surjective on places). 2. There is the interface net I included in M and W , so that a teamwork net T is obtained by the gluing of M and W along I, written T = M +I W . 3. There are activity arrows for each team member t1 α 1 → T, ..., tn α n → T that are injective net morphism relating a team member’s activities – given by the net tm – to the teamwork net T . I ##G GG GG G {{ww ww ww M ##F FF FF (PO) W {{xx xx x pg // W tm α m // T Fig. 5. Consistent layer environment The morphism W pg → W is an place-gluing morphism (bijective on transitions and surjective on places) that allows place refine- ment W pg ←W → T , where the places pg−1(p) are replaced by the corresponding subnet in T . Connecting the mobility layer with the workflow layer is achieved by gluing the mobility net M to the workflow net W via some fixed interface net I. The results of this gluing yields the teamwork net T , formally constructed as the pushout (PO) in Fig. 5 and denoted by T = M +I W . For each team member there is a net morphism that relates the team member’s activities, given by the net tm, to the teamwork net T . This net morphism is called the activity arrow α m and relates the team member’s activities – given by the net tm– to the teamwork net T . The activities of the team members consist of parts concerning their workflow as well as parts concerning their mobility. Team members can change their team member nets according to specific rules. The main goal of our approach is modeling the changes that occur for reasons of the tasks to be achieved as well as the changes that are required because of the mobility issues. In [PHE+07] we already supply the workflow W and rules rW for transforming W , the mobility net M and rules rM for transforming M as well as each team member’s net tm and rules rm to transform these. These rules are given as net rules and transformations in the DPO approach (see for example [EP04]). The nets W , M, and tm, as well as the rules rW , rM and rm are the tokens in AHO net depicted in Fig. 4. Firing in this AHO net causes the transformation of nets in all three layers at the level of the tokens, i.e. the layer nets and their rules. Consistency of such a layered AHO net means in a broad sense that the workflow W , the mobility net M and the individual team 5 / 18 Volume 12 (2008) Layered Architecture Consistency for MANETs member net tm of each team member have to be related as depicted in Fig. 5. In [PHE+07] the interface net remains fixed. In this paper we allow the transformation of the interface and so provide the possibility to introduce new team members. 3.2 Transformations of the Interface We model changes using rules and transformations at the different layers. The transformation of the interface I, the mobility net M, the workflow W and the team members’ activities tm is achieved using net transformations as introduced in [PHE+07]. There the interface remains fixed leading to the disadvantage that both the mobility net and the workflow net might con- tain a number of separated places from the beginning. This means especially that the num- ber of team members is fixed, since the interface glues the workflow and the mobility parts of the team members. Here, we additionally take into account the transformations of the inter- face I, i.e. given a transformation I r =⇒ J and corresponding transformations of the mobility and workflow nets we obtain a next consistent layer environment provided specific conditions hold. For that purpose we need the notion of specialization spec(r) for the given transformation. I ))RR RRR RRR RRR RRR vvnnn nnn nnn nnn r �� M0 ''PP PPP PPP PPP P spec(r) �� J ((RR RRR RRR RRR RRR wwnnn nnn nnn nnn W 0 vvlll lll lll lll ll pg0 // spec(r) �� (1) W0 spec(r) �� M1 (( T0 spec(r) �� W 1 pg1 // uu W1 tm0 α m 0�� ??�� rm �� /0 aaCCCCCCC rm+1�� tm1 α m 1 >> ��> > tm+11 α m+1 1 }}{{ T1 Fig. 6. Introducing a new team member A specialization of a transformation can be considered as a new rule that again can be applied to another net (see The- orem 1). Based on this specialization we have the new Union Theorem for Inter- faces (see Theorem 2) that characterizes the way an interface of a union can be changed. The details can be found in [BMH06]. Let there be the transformations W0 spec(r) =⇒ W1 and M0 spec(r) =⇒ M1. We first need to ensure compatibility with place refinement (see Def. 2 in [BMH06]) This means that the rule spec(r) is also ap- plicable to W 0 and there exists a place- gluing morphism pg1 : W 1 → W1, such that the diagram (1) in Fig. 6 commutes. Moreover, there have to be suitable activity rules, so that for each m there are activity rules rm over r and we have conformance of activity rules and team member nets (see Def. 3 and Def. 4 in [BMH06]). Example 1 Starting at a consistent layer environment we may have the situation depicted in Fig. 6: There is the rule r changing the interface, that is extended to the specialization spec(r) in the mobility layer and in the workflow layer. In the team layer rules rm are applied for each team member m yielding the following transformations M0 spec(r) =⇒ M1, W0 spec(r) =⇒ W1 as well as transformations tm0 rm =⇒ tm1 for each team member m. Additionally we have the transformation /0 rm+1 =⇒ tm+11 that introduces the new team member m + 1. Formally, we assume arbitrary many empty team members /0 (i.e. the empty PT net without places and transitions) that are transformed Adaptive and Mobile Processes 6 / 18 ECEASST to new members. The rule r has to be specialized for the interface, so that it can be used as a rule for both the mobility and the workflow layer. Therefore we use the subsequent Specialization Theorem. Theorem 1 (Specialization Theorem [PP01]) Let r = (L←K →R) be a rule and G (r,m) =⇒H be a transformation with match morphism L m→ G. Then spec(r) = (G ← D → H) is a new rule obtained from r by specializing the context of application via the morphism K → D. If (spec(r), m′) : G′ =⇒ H′ then (r, m◦m′) : G′ =⇒ H′. L m �� K //oo �� R �� G m′ �� D //oo �� H �� G′ D′ //oo H′ Theorem 2 (Union Theorem for interfaces) Given a union G1 +I G2 = G, the transformation I r =⇒ J and the trans- formations G1 spec(r) =⇒ H1 and G2 spec(r) =⇒ H2 via the specialization of r (see Theorem 1), then we have G spec(r) =⇒ H and H1 +J H2 = H so that the dia- gram below commutes. G1, G2 spec(r),spec(r) �� +3 I +3 (=) G spec(r) �� H1, H2 +3 J +3 H For the proof see [BMH06]. Theorem 3 (Consistency maintenance for interfaces) Given a consistent layer environment T0 = M0 +I W 0 with the place gluing W 0 pg0→ W0, the activity arrows tm0 α m 0→ T0, a transformation I r =⇒ J and transformations M0 spec(r) =⇒ M1, W0 spec(r) =⇒ W1, then the transformations yield again a consistent layer environment T1 = M1 +J W 1 with the place gluing W 1 pg1→ W1 and the activity arrows tm1 α t 1→ T1 for each m, provided the following conditions hold: 1. compatibility with the place refinement, i. e. the specialization rule spec(r) is compatible with the morphism pg0, 2. existence of activity rules, i.e. for each m there are activity rules rm over p and 3. conformance of activity rules and team member nets, i.e. tm0 rm =⇒ tm1 is compatible with T0 r =⇒ T1. Proof. The activity arrows tm1 α t 1→ T1 and the place gluing morphism W 1 pg1→ W1 are given by Lemma 1 in [BMH06]. With the given specialization spec(r) it is possible to obtain T1 as the union of M1 +J W 1 by using the Union Theorem for Interfaces. The result is a new consistent layer environment T1 = M1 +J W 1 with the place gluing W 1 pg1→ W1 and the activity arrows tm1 α m 1→ T1 7 / 18 Volume 12 (2008) Layered Architecture Consistency for MANETs 3.3 Transformation of mobility and workflow layer In [PHE+07] we obtain the teamwork net that integrates the changes induced by the transfor- mations of mobility and workflow layer. The results for net transformations (see [EP04]) yield a variety of independence conditions for the sequential, parallel application of rules and for the compatibility with pushouts. Subsequently we develop the conditions for maintaining layer con- sistency based on transformations at the mobility and the workflow layer. I !!C CC CC C }}|| || || ~~ M0 A AA AA A rM �� W 0 ~~}} }} }} pg0 // rW �� W0 rW �� M1 T0 r � W 1 pg1 // ~~ W1 tm0 α m 0 OO rm �� tm1 α m 1 �� T1 Fig. 7. Maintaining Consistency The main result in [PHE+07] is illustrated in Fig. 7 and states the following: Let there be the transformations W0 rW =⇒W1 and M0 rM =⇒M1 that are compatible with place refinement, and provided the interface I is preserved (that is, the applications of the rules rW and rM are independent of I) then there is the parallel rule r = rW + rM , so that the application of r to the teamwork net T0 yields the trans- formation T0 r =⇒ T1, with T1 = M1 +I W 1. If moreover the trans- formation T0 r =⇒ T1 restricted to the transformations tm0 rm =⇒ tm1 for each team member m = 1, ..., n is compatible with the activ- ity arrows then the existence of activity rules ensures that for each team member the rule r = (L ←K →R) is restricted to an activity rule rm = (Lm ← Km → Rm), where Km has to be the pullback (roughly an intersection) of Lm and K as well as the pullback of Rm and K. Moreover, each activity rule rm has to be the reduction of the corresponding rule r to that part being relevant for the team mem- ber m. The conformance of activity rules and team member nets means that Lm is additionally the pullback of tm0 and L, and the application of an activity rule r m to a team member net tm0 yields the transformation tm0 rm =⇒ tm1 . 4 Scenario: Emergency Management As an exemplary scenario we use archaeological disaster/recovery: after an earthquake, a team (led by a team leader) is equipped with mobile devices (laptops and PDAs) and sent to the af- fected area to evaluate the state of archaeological sites and the state of precarious buildings. The goal is to draw a situation map in order to schedule restructuring jobs. The team is considered as an overall MANET in which the team leader’s device coordinates the other team member devices by providing suitable information (e.g. maps, sensible objects, etc.) and assigning activities. A typical cooperative process to be enacted by the team is shown in Fig. 8, where the team leader has to select a building based on previously stored details of the area while team member 1 could take some pictures of the precarious buildings. Finally, these results have to be analyzed by the team leader in order to schedule next activities. In the following we exemplary present PT nets called token nets for our scenario. As described above, Fig. 8 presents the workflow W0 that has to be cooperatively executed by the team. The dashed lines are an additional information illustrating the relation among tasks and team members and are not a part of the PT net itself. Adaptive and Mobile Processes 8 / 18 ECEASST Make Photo Matching Team Leader (picture store device) Team Member 1 (camera device) Select Building p Fig. 8. Workflow W0 Matching Team Leader (picture store device) Team Member 1 (camera device) Select Building p1 p2 Make Photo Fig. 9. Workflow W 0 with splitted places Go to Destination Start Go to Destination Go to Destination Stop Team Member 1 (camera device) p1 p2 Fig. 10. Mobility net M0 There is a corresponding workflow W 0 where the place p is represented by two places p1 and p2 to integrate movement activities. In Fig. 10 the token net M0 presents the mobility aspect of team member 1 stating that he/she has to go to the selected destination. Finally, in Fig. 11 and Fig. 12 there are two separate nets for the team layer showing the local view of each team member onto the workflow and the mobility net. This situation is a consis- tent layer environment as the teamwork net T0 (see Fig. 14) is produced by gluing the workflow W0 (see Fig. 8) and the mobility net M0 (see Fig. 10). In more detail, the place p in the workflow W0 is refined by the move- ment activities of team member 1. Moreover, the local view of each team member (see Fig. 11 and Fig. 12 ) is achieved by the activity arrow, i.e. an inclusion into the teamwork net that realizes the relation of team members to their activities. In a particular scenario the movement of the device equipped with the camera may result in a disconnection from the others. 9 / 18 Volume 12 (2008) Layered Architecture Consistency for MANETs Matching Team Leader (picture store decive) Select Building Fig. 11. PT net t00 Start Go to Destination Stop Make Photo Team Member 1 (camera device) Go to Destination Go to Destination Fig. 12. PT net t10 Team Leader (picture store decive) Team Member 1 (camera device) New Team Member 2 Matching Select Building p1 Make Photo p2 p1’ p2’ Fig. 13. Workflow W 1 To maintain the network connectivity and ensuring a path among devices a layered architecture should be able to alert the mobility layer to introduce a possible “bridge” device (e.g., the one owned by the new team member 2) to follow the “going-out-of-range” cam- era device and subsequently to take up further tasks, e.g. to fill in some spe- cific questionnaires after a visual anal- ysis of a building. In general this may result in a change of the MANET topol- ogy. Specifically, the current mobility and workflow net and the additional PT net of team member 2 have to be trans- formed in order to adapt it to the evolv- ing network topology. We consider the change of the net structure as rule-based transformation of PT nets. This theory is inspired by graph transformation systems (e.g. [Roz97]) that were generalized to net transformation systems [EP04]. The existence of several consistency and compatibility results for net transfor- mation systems is highly profitable for maintaining consistency of workflows in MANETs. The basic idea behind net transfor- mation systems is the stepwise devel- opment of PT nets by appropriate rules. Think of these rules as replacement systems, where the left-hand side of a rule is replaced by the right-hand side. A transformation from a PT net N0 to a PT net N1 by a rule r is denoted by N0 r =⇒ N1. First of all we want to change the interface net as well as the mobility and the workflow net so that a new team member is created. This is achieved by the rule rnew that in- troduces gluing points for the mobility and workflow layer. Adaptive and Mobile Processes 10 / 18 ECEASST Select Building Go to Destination Team Member 1 (camera device) Team Leader (picture store decive) Matching Go to Destination Stop Go to Destination Start Make Photo Fig. 14. Teamwork net T0 The specialization of the rule rnew is the lower row of the square in Fig 15. Its application to the nets W 0, W0 and M0 yields the nets W 1, W1 and M1, respectively. The gluing of workflow W1 and mobility net M1 yields a team work net with an additional member that has no further tasks. These can now be given by transfor- mation that maintain consistency as defined in [PHE+07]. In our example team mem- ber 2 has to define his/her activity of making the questionnaire. This can be achieved using transformations changing the mobility and the workflow layer while maintaining consistency as introduced in [PHE+07]: The structure of the workflow W0 in Fig. 8 is changed using the rule rquest depicted in the upper row in Fig. 19 in the App. Additional Figures resulting in the new workflow W1 in Fig. 19. Assume a proba- ble disconnection while team member 1 is go- ing to the previously selected destination. Here the rule r f ollow in Fig. 20 in the App. Additional Figures maintains the net- work connectivity by adding movement activ- ities for team member 2 to follow team mem- ber 1, i.e. M0 r f ollow =⇒ M1. Analogously, the net structure of the local view of team member 2 has to be adapted to include these movement activities. L_n R_n Interface I Interface J Fig. 15. Rule rnew in the interface and its application So according to [PHE+07], we obtain a consistent layer environment provided the layer consistency conditions hold.The rule rquest is compatible with place refinement be- cause it preserves all involved places. For the same reason, the rules rquest and r f ollow are independent of the interface given by the overlapping of the workflow W0 and the mobil- ity net M0. Moreover, we obtain the parallel rule rp (see Fig. 18) consisting of both rphoto and r f ollow. The reduction to those activities of rule rp is compatible with the transformation T0 rp =⇒ T1. So, we achieve again a consistent layer environment, i.e. the teamwork net T1 in Fig. 21 in the App. Additional Figures is given by the gluing of the workflow W1 and the mobility net M1, and there are in- clusions from the restructured local views of team members to the teamwork net T1. 11 / 18 Volume 12 (2008) Layered Architecture Consistency for MANETs Make Photo Matching Team Leader (picture store decive) Team Member 1 (camera device) Select Building p New Team Member 2 p’ Fig. 16. Workflow W1 Go to Destination Start Go to Destination Stop p1 p2 New Team Meber 2 (camera device) Team Member 1 Go to Destination Fig. 17. Mobility net M1 5 Conclusion The use of a layered architecture for modeling workflows in MANETs has the advantage of sep- arating different views with different granularity, but rises the question of consistency immedi- ately. In [PHE+07] we have presented the notion of layer consistent environment stating that the views in the workflow layer, the mobility layer and the team layer fit together. Here, we extend this approach and allow changes in the interface. this leads to transformations in the mobility and the workflow layer that introduce new team members. Since the main modeling advantage of AHO nets is the possibility to model net transformations we have extended the maintenance means for the layered architecture for MANETs by providing an additional theorem on maintain- ing consistency for interface transformations. Future research is directed at the task to ensure consistency for team members. Team work consistency concerns e.g. the consistency between each team member’s activities and the com- plete teamwork. The team members’ activities together should cover the complete team work. The categorical approach probably allows using a given topology graph to glue the team mem- bers’ nets together. Then team consistency is given if this gluing corresponds to the teamwork net T . Using jointly surjective activity arrows is another possibility, so that the whole teamwork net T is covered by at least one team member. Then again, team consistency needs to be maintained during transformations in the different layers. Another research topic are restrictions of activities. In this paper we have used arbitrary PT nets without further restrictions for modeling the layers as well as the team members’ activi- ties. Nevertheless, syntactic restrictions, e.g restricting the team members’ activities to (non)- deterministic processes as well as semantic restrictions, e.g. using the approach of workflow nets Adaptive and Mobile Processes 12 / 18 ECEASST in the sense of [vdAH04] for all involved nets, may be useful. The restriction of the PT-nets in the different layers requires some additional treatment. To restrict team members’ activities to (non)-deterministic processes the approach to the categorical formulation of processes of (open) nets in [BCEH05] can be adopted successfully. The team members’ activities are then given by a process of the teamwork net. The technical constructions we presented in this paper are compatible with the process notions, mainly since the projection of processes along injections are given by pullbacks as well. Bibliography [BCEH05] P. Baldan, A. Corradini, H. Ehrig, and R. Heckel. Compositional Semantics of Open Petri Nets based on Deterministic processes. MSCS, 15(1):1–35, 2005. [BDHM06] P. Bottoni, F. De Rosa, K. Hoffmann, and M. Mecella. Applying Algebraic Ap- proaches for Modeling Workflows and their Transformations in Mobile Networks. Journal of Mobile Information Systems, 2(1):51–76, 2006. [BMH06] E. Biermann, T. Modica, and K. Hoffmann. Categorical foundation for layer con- sistency in AHO-net models for MANETs. Technical Report 2007/1, TU Berlin, Fak. IV, 2007. [BMM04] L. Baresi, A. Maurino, and S. Modafferi. Workflow partitioning in mobile informa- tion systems. In IFIP TC 8 Working Conference on Mobile Information Systems, pages 93–106, 2004. [DRMM05] F. De Rosa, A. Malizia, and M. Mecella. Disconnection Prediction in Mobile Ad hoc Networks for Supporting Cooperative Work. IEEE Persavive Computing, 4(3), 2005. [EHP+07] H. Ehrig, K. Hoffmann, J. Padberg, U. Prange, and C. Ermel. Independence of net transformations and token firing in reconfigurable place/transition systems. In Jetty Kleijn and Alex Yakovlev, editors, Proc. of 28th International Conference on Application and Theory of Petri Nets and Other Models of Concurrency, LNCS 4546, pages 104–123. Springer, 2007. [EP04] H. Ehrig and J. Padberg. Graph grammars and Petri net transformations. In Lectures on Concurrency and Petri Nets Special Issue Advanced Course PNT,LNCS 3098, pages 496–536. Springer Verlag, 2004. [HME05] K. Hoffmann, T. Mossakowski, and H. Ehrig. High-Level Nets with Nets and Rules as Tokens. In Proc. of 26th Intern. Conf. on Application and Theory of Petri Nets and other Models of Concurrency, LNCS 3536, pages 268–288. Springer Verlag, 2005. [KMR03] M. Köhler, D. Moldt, and H. Rölke. Modelling mobility and mobile agents using nets within nets. In Proc. 24th Int. Conf. on Applications and Theory of Petri Nets (ICATPN 2003), LNCS 2679, pages 121–139. Springer-Verlag, 2003. 13 / 18 Volume 12 (2008) Layered Architecture Consistency for MANETs [MM05] A. Maurino and S. Modafferi. Partitioning rules for orchestrating mobile informa- tion systems. Personal and Ubiquitous Computing, 9(5):291–300, 2005. [PHE+07] J. Padberg, K. Hoffmann, H. Ehrig, T. Modica, E. Biermann, and C. Ermel. Maintaining consistency in layered architectures of mobile ad-hoc networks. In Matthew B. Dwyer and Antónia Lopes, editors, Fundamental Approaches to Soft- ware Engineering, LNCS 4422, pages 383–397. Springer, 2007. [PP01] F. Parisi-Presicce. On Modifying High-Level Replacement Systems. In H. Ehrig, J. Padberg, and C. Ermel, editors, Proc. Workshop on Uniform Approaches to Graphical Process Specification Techniques (UniGra’01), ENTCS 44, 2001. [Roz97] G. Rozenberg. Handbook of Graph Grammars and Computing by Graph Transfor- mations, Volume 1: Foundations. World Scientific, 1997. [vdAH04] W. M. P. van der Aalst, , and K. Hee, editors. Workflow Management: Models, Methods, and Systems. MIT Press, 2004. [vdAW01] W. M. P. van der Aalst and M. Weske. The P2P Approach to Interorganizational Workflows. In Proc. of 13th Intern. Conf. on Advanced Information Systems Engi- neering, LNCS 2068, pages 140–156. Springer, 2001. Additional Figures Select Building Matching Compile Questionnaire Select Building Matching Go to Destination Stop Go to Destination Start Go to Destination Stop Go to Destination Start Start Follow Member 1 Member 1 Follow Team Follow Member 1 Stop L_p R_p Fig. 18. Parallel rule rp = rquest + r f ollow Adaptive and Mobile Processes 14 / 18 ECEASST Team Leader (picture store decive) Team Member 1 (camera device) Select Building p p’ Matching New Team Member 2 Make Photo Team Leader (picture store decive) Team Member 1 (camera device) Select Building p p’ Matching New Team Member 2 Make Photo Compile Questionnaire Select Building Select Building Matching Matching Compile Questionnaire (questionaire) L_q R_q Fig. 19. Rule rquest and its application 15 / 18 Volume 12 (2008) Layered Architecture Consistency for MANETs Go to Destination Stop Go to Destination Start Start Follow Member 1 R_f Member 1 Follow Team Follow Member 1 Stop Go to Destination Member 3 Follow Team Follow Member 3 Stop Go to Destination Stop Team Member 1 (camera device) Team Member 2 (bridge device) Start Follow Member 3 Go to Destination Start Go to Destination Start Go to Destination Go to Destination Stop Team Member 1 (camera device) Team Member 2 (bridge device) p1 p2 Go to Destination Stop M0 M1 L_f Go to Destination Start Fig. 20. Rule r f ollow in the mobility layer and its application Adaptive and Mobile Processes 16 / 18 ECEASST Go to Destination Member 3 Follow Team Follow Member 3 Stop Go to Destination Stop Compile Questionnaire Matching Team Leader (picture store decive) Team Member 1 (camera device) New Team Member 2 (bridge device) Select Building Start Follow Member 3 Go to Destination Start Fig. 21. Teamwork net T1 after application of rules rquest and r f ollow 17 / 18 Volume 12 (2008) Layered Architecture Consistency for MANETs Matching Select Building Fig. 22. PT net t01 Start Go to Destination Stop Make Photo Team Member 1 (camera device) Go to Destination Go to Destination Fig. 23. PT net t11 Member 3 Follow Team Follow Member 3 Stop Compile Questionnaire New Team Member 2 (bridge device) Start Follow Member 3 Fig. 24. PT net t21 Team member nets in team layer after rule application Adaptive and Mobile Processes 18 / 18 Introduction Review of Layered Architectures for Mobile Ad-hoc Networks Concepts and Results for Layer Consistency Review of Consistent Layer Environment Transformations of the Interface Transformation of mobility and workflow layer Scenario: Emergency Management Conclusion