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:
1006 bytes
|
Line | |
---|
1 | % Restoring file /usr/local/lib/Yap/startup.yss |
---|
2 | |
---|
3 | ===good============ mary.what2eat <- navel orange |
---|
4 | YAP query succeed |
---|
5 | pMary.what2eat <- pRalphs.fruitprice(P:[.. 2.000000]) |
---|
6 | pRalphs.fruitprice(0.50) <- 'navel orange' |
---|
7 | |
---|
8 | ===good============ mary.what2eat <- kiwi |
---|
9 | YAP query succeed |
---|
10 | pMary.what2eat <- pRalphs.fruitprice(P:[.. 2.000000]) |
---|
11 | pRalphs.fruitprice(1.50) <- 'kiwi' |
---|
12 | |
---|
13 | ===bad============ bob.what2eat <- navel orange |
---|
14 | YAP query failed |
---|
15 | |
---|
16 | ===good============ ralphs.fruitprice(1.50) <- apple |
---|
17 | YAP query succeed |
---|
18 | pRalphs.fruitprice(1.50) <- 'apple' |
---|
19 | |
---|
20 | ===bad============ ralphs.fruitprice(1.50) <- green apple |
---|
21 | YAP query failed |
---|
22 | |
---|
23 | ...final principal set... |
---|
24 | (pBob,keyid,y) |
---|
25 | (pMary,keyid,y) |
---|
26 | (pRalphs,keyid,y) |
---|
27 | |
---|
28 | |
---|
29 | |
---|
30 | ...final policy attribute set... |
---|
31 | pRalphs.fruitprice(1.50) <- 'apple' |
---|
32 | pRalphs.fruitprice(2.50) <- 'black berry' |
---|
33 | pRalphs.fruitprice(1.50) <- 'kiwi' |
---|
34 | pRalphs.fruitprice(0.50) <- 'navel orange' |
---|
35 | pBob.what2eat <- pRalphs.fruitprice(P:[1.000000 .. 5.000000]) |
---|
36 | pMary.what2eat <- pRalphs.fruitprice(P:[.. 2.000000]) |
---|
37 | |
---|
38 | |
---|
Note: See
TracBrowser
for help on using the repository browser.