1 | % Restoring file /usr/local/lib/Yap/startup.yss |
---|
2 | |
---|
3 | ===good============ league.stadium(access,true,20120128T130000)<-?-john |
---|
4 | YAP query succeed |
---|
5 | pLeague.stadium('access',true,F:pLeague.gametime(T)) <- pLeague.players(T) |
---|
6 | pLeague.gametime('north') <- time(2012,02,28,13,00,00) |
---|
7 | pLeague.players('north') <- pJohn |
---|
8 | |
---|
9 | ===bad============ league.stadium(access,true,20120128T110000)<-?-mark |
---|
10 | YAP query failed |
---|
11 | |
---|
12 | ===good============ league.stadium(access,true,20120128T080000)<-?-mark |
---|
13 | YAP query succeed |
---|
14 | pLeague.stadium('access',B:[true],F:[20120228T080000 .. 20120228T090000]) <- pLeague.players(T) |
---|
15 | pLeague.players('south') <- pMark |
---|
16 | |
---|
17 | ...final principal set... |
---|
18 | (pJohn,keyid,y) |
---|
19 | (pLeague,keyid,y) |
---|
20 | (pMark,keyid,y) |
---|
21 | |
---|
22 | |
---|
23 | |
---|
24 | ...final policy attribute set... |
---|
25 | pLeague.stadium('access',true,F:pLeague.gametime(T)) <- pLeague.players(T) |
---|
26 | pLeague.stadium('access',B:[true],F:[20120228T080000 .. 20120228T090000]) <- pLeague.players(T) |
---|
27 | pLeague.gametime('north') <- time(2012,02,28,13,00,00) |
---|
28 | pLeague.gametime('south') <- time(2012,02,28,14,00,00) |
---|
29 | pLeague.players('north') <- pJohn |
---|
30 | pLeague.players('south') <- pMark |
---|
31 | |
---|
32 | |
---|