renamed e7-e11 to a1-a5
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 25 Aug 2011 09:55:06 +0100
changeset 182 f9cd5e299c6d
parent 177 a703495ae04f
child 183 ea1c4f1f5356
renamed e7-e11 to a1-a5
model/ProvenanceModel.html
--- a/model/ProvenanceModel.html	Wed Aug 24 21:22:06 2011 +0100
+++ b/model/ProvenanceModel.html	Thu Aug 25 09:55:06 2011 +0100
@@ -278,11 +278,11 @@
 <p>
 Control (construct described in <a href="#concept-Control">Section Control</a>): the influence of an agent over a process execution is expressed as control, and the nature of this influence is described by a role  (construct described in <a href="#concept-Role">Section Role</a>).  Illustrations of such roles are creator, author and communicator.
 <pre>
-isControlledBy(pe0,e7, creator)
-isControlledBy(pe1,e8, author)
-isControlledBy(pe2,e9, communicator)
-isControlledBy(pe3,e10, author)
-isControlledBy(pe4,e11, communicator)
+isControlledBy(pe0,a1, creator)
+isControlledBy(pe1,a2, author)
+isControlledBy(pe2,a3, communicator)
+isControlledBy(pe3,a4, author)
+isControlledBy(pe4,a5, communicator)
 </pre>
 </p>
 </section>