source: examples/python_tests/alumni2_rt1/alumni2.save @ 5f551d3

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

1) add more python examples

  • Property mode set to 100644
File size: 695 bytes
Line 
1% Restoring file /usr/local/lib/Yap/startup.yss
2
3===good============ stateU.foundingAlumni <- Bob
4YAP query succeed
5pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1963,1961,1960])
6pStateU.diploma('mathmatics',1961) <- pBob
7
8===bad============ stateU.foundingAlumni <- Maryann
9YAP query failed
10
11===bad============ stateU.foundingAlumni <- Joe
12YAP query failed
13
14...final principal set...
15(pBob,keyid,y)
16(pJoe,keyid,y)
17(pMaryann,keyid,y)
18(pStateU,keyid,y)
19
20
21
22...final policy attribute set...
23pStateU.diploma('mathmatics',1961) <- pBob
24pStateU.diploma('psychology',1962) <- pMaryann
25pStateU.diploma('zoology',1955) <- pJoe
26pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1963,1961,1960])
27
28
Note: See TracBrowser for help on using the repository browser.