mei_rt2mei_rt2_fix_1
Last change
on this file since 5f551d3 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 |
---|
4 | YAP query failed |
---|
5 | |
---|
6 | ===good============ alpha.payRaise <- Maryann |
---|
7 | YAP query succeed |
---|
8 | pAlpha.payRaise <- pAlpha.evaluatorOf(This).goodPerformance & pAlpha.managerOf(This).niceCoworker |
---|
9 | pAlpha.evaluatorOf(pJoe) <- pBob |
---|
10 | pBob.goodPerformance <- pMaryann |
---|
11 | pAlpha.managerOf(Z) <- pAlpha.evaluatorOf(Z) |
---|
12 | pBob.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... |
---|
23 | pAlpha.evaluatorOf(pJoe) <- pBob |
---|
24 | pAlpha.evaluatorOf(pMaryann) <- pBob |
---|
25 | pAlpha.managerOf(Z) <- pAlpha.evaluatorOf(Z) |
---|
26 | pAlpha.payRaise <- pAlpha.evaluatorOf(This).goodPerformance & pAlpha.managerOf(This).niceCoworker |
---|
27 | pBob.goodPerformance <- pJoe |
---|
28 | pBob.goodPerformance <- pMaryann |
---|
29 | pBob.niceCoworker <- pMaryann |
---|
30 | |
---|
31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.