source: examples/python_tests/payraise_rt1/pay.save @ 669b481

mei_rt2mei_rt2_fix_1
Last change on this file since 669b481 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: 851 bytes
Line 
1% Restoring file /usr/local/lib/Yap/startup.yss
2
3===bad============ alpha.payRaise <- Joe
4YAP query failed
5
6===good============ alpha.payRaise <- Maryann
7YAP query succeed
8pAlpha.payRaise <- pAlpha.evaluatorOf(This).goodPerformance & pAlpha.managerOf(This).niceCoworker
9pAlpha.evaluatorOf(pJoe) <- pBob
10pBob.goodPerformance <- pMaryann
11pAlpha.managerOf(Z) <- pAlpha.evaluatorOf(Z)
12pBob.niceCoworker <- pMaryann
13
14...final principal set...
15(pAlpha,keyid,y)
16(pBob,keyid,y)
17(pJoe,keyid,y)
18(pMaryann,keyid,y)
19
20
21
22...final policy attribute set...
23pAlpha.evaluatorOf(pJoe) <- pBob
24pAlpha.evaluatorOf(pMaryann) <- pBob
25pAlpha.managerOf(Z) <- pAlpha.evaluatorOf(Z)
26pAlpha.payRaise <- pAlpha.evaluatorOf(This).goodPerformance & pAlpha.managerOf(This).niceCoworker
27pBob.goodPerformance <- pJoe
28pBob.goodPerformance <- pMaryann
29pBob.niceCoworker <- pMaryann
30
31
Note: See TracBrowser for help on using the repository browser.