source: examples/python_tests/acme_friend_rt1/friend.save @ c3c73bd

mei_rt2mei_rt2_fix_1
Last change on this file since c3c73bd was bf68132, checked in by Mei <mei@…>, 12 years ago

1) get example directory to work with yap with use_malloc option
2) swap in new performance graphs

  • Property mode set to 100644
File size: 859 bytes
Line 
1
2...final principal set...
3(pAcme,keyid,y)
4(pCoyote,keyid,y)
5(pJackrabbit,keyid,y)
6(pRoadrunner,keyid,y)
7
8...final policy attribute set...
9pAcme.friendof(pRoadrunner) <- pJackrabbit
10pAcme.preferred_customer <- pAcme.friendof(pRoadrunner)
11pAcme.preferred_customer <- pCoyote
12
13===bad============ Acme.friendOf(Roadrunner) <- Coyote
14YAP query failed
15
16===good============ Acme.friendOf(Roadrunner) <- Jackrabbit
17YAP query succeed
18pAcme.friendof(pRoadrunner) <- pJackrabbit
19
20===good============ Acme.preferred_customer <- Jackrabbit
21YAP query succeed
22pAcme.preferred_customer <- pAcme.friendof(pRoadrunner)
23pAcme.friendof(pRoadrunner) <- pJackrabbit
24
25===good============ Acme.preferred_customer <- Coyote
26YAP query succeed
27pAcme.preferred_customer <- pCoyote
28
29===bad============ Acme.preferred_customer <- badcoyote
30fail, query's call got bad aspect names ..
Note: See TracBrowser for help on using the repository browser.