source: examples/python_tests/leader_rt1/leader.save @ 47d5cf9

mei_rt2mei_rt2_fix_1
Last change on this file since 47d5cf9 was 7211a95, checked in by Mei <mei@…>, 12 years ago

1) add more python examples
2) add the missing linking role and linking oset api calls
3) fix the output of time typed data term/oset obj in typed_string format

(transform back from yap time format to our ddddddddTdddddd format

  • Property mode set to 100644
File size: 694 bytes
Line 
1% Restoring file /usr/local/lib/Yap/startup.yss
2
3===good============ geni.leader <- Bob
4YAP query succeed
5pGeni.leader <- pBob
6
7===bad============ geni.leader <- Jack
8YAP query failed
9
10===good============ geni.leader <- Joe
11YAP query succeed
12pGeni.leader <- pGeni.equivalent(P:pGeni.leader)
13pGeni.leader <- pBob
14pGeni.equivalent(pBob) <- pJoe
15
16...final principal set...
17(pBob,keyid,y)
18(pGeni,keyid,y)
19(pJack,keyid,y)
20(pJoe,keyid,y)
21
22
23
24...final policy attribute set...
25pGeni.evaluatorOf(pJoe) <- pBob
26pBob.goodPerformance <- pJoe
27pBob.niceCoworker <- pJack
28pGeni.equivalent(pBob) <- pJoe
29pGeni.equivalent(pJoe) <- pBob
30pGeni.leader <- pBob
31pGeni.leader <- pGeni.equivalent(P:pGeni.leader)
32
33
Note: See TracBrowser for help on using the repository browser.