master/slave => leader/follower
This commit is contained in:
@ -5,22 +5,22 @@
|
||||
|
||||
<variables>
|
||||
<family name="general">
|
||||
<variable name="master" type="string" description="master"/>
|
||||
<variable name="slave1" type="string" description="slave1"/>
|
||||
<variable name="slave2" type="string" description="slave2"/>
|
||||
<variable name="leader" type="string" description="leader"/>
|
||||
<variable name="follower1" type="string" description="follower1"/>
|
||||
<variable name="follower2" type="string" description="follower2"/>
|
||||
</family>
|
||||
</variables>
|
||||
|
||||
<constraints>
|
||||
<fill name="calc_val" target="slave1">
|
||||
<fill name="calc_val" target="follower1">
|
||||
<param name="valeur">valfill</param>
|
||||
</fill>
|
||||
<fill name="calc_val" target="slave2">
|
||||
<param type="variable">slave1</param>
|
||||
<fill name="calc_val" target="follower2">
|
||||
<param type="variable">follower1</param>
|
||||
</fill>
|
||||
<group master="master">
|
||||
<slave>slave1</slave>
|
||||
<slave>slave2</slave>
|
||||
<group leader="leader">
|
||||
<follower>follower1</follower>
|
||||
<follower>follower2</follower>
|
||||
</group>
|
||||
</constraints>
|
||||
|
||||
|
Reference in New Issue
Block a user