-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathentity.html
828 lines (697 loc) · 46.1 KB
/
entity.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Модуль сущностей, автоматов и их тесты</title>
<!-- 2016-01-07 Чт. 17:59 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="rigidus" />
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
.title { text-align: center; }
.todo { font-family: monospace; color: red; }
.done { color: green; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.right { margin-left: auto; margin-right: 0px; text-align: right; }
.left { margin-left: 0px; margin-right: auto; text-align: left; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
pre.src-sh:before { content: 'sh'; }
pre.src-bash:before { content: 'sh'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-R:before { content: 'R'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-java:before { content: 'Java'; }
pre.src-sql:before { content: 'SQL'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.right { text-align: center; }
th.left { text-align: center; }
th.center { text-align: center; }
td.right { text-align: right; }
td.left { text-align: left; }
td.center { text-align: center; }
dt { font-weight: bold; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
-*- fill-column: 92 -*-
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="content">
<h1 class="title">Модуль сущностей, автоматов и их тесты</h1>
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">1. Ведение</a></li>
<li><a href="#sec-2">2. Сущности</a></li>
<li><a href="#sec-3">3. Тесты сущностей</a></li>
<li><a href="#sec-4">4. Автоматы</a></li>
<li><a href="#sec-5">5. Тесты автоматов</a></li>
<li><a href="#sec-6">6. Определение возможных исходящих состояний автомата</a></li>
</ul>
</div>
</div>
<link rel="stylesheet" type="text/css" href="css/css.css" />
<div id="outline-container-sec-1" class="outline-2">
<h2 id="sec-1"><span class="section-number-2">1</span> Ведение</h2>
<div class="outline-text-2" id="text-1">
<p>
Здесь напишем код, который развернет все описания сущностей в
исполняемый код.
</p>
<p>
Начнем с определения сущностей системы, а потом расширим их поддержку так, чтобы они
могли поддерживать <a href="http://is.ifmo.ru/books/_book.pdf">Автоматное программирование</a>:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity_file"><span style="color: #cd0000;">;;;; </span><span style="color: #cd0000;">entity.lisp</span>
(<span style="color: #00cdcd; font-weight: bold;">in-package</span> #<span style="color: #0000ee; font-weight: bold;">:moto</span>)
<<entity>>
<<automat>>
<<entity_test>>
<<automat_test>>
<<compute_outgoing_states>>
<<possible_trans>>
</pre>
</div>
</div>
</div>
<div id="outline-container-sec-2" class="outline-2">
<h2 id="sec-2"><span class="section-number-2">2</span> Сущности</h2>
<div class="outline-text-2" id="text-2">
<p>
Этот макрос генерирует код, который обслуживает все сущности. Мне
хотелось, чтобы когда я определяю сущность, автоматически
создавались функции, которые ее обслуживают:
</p>
<ul class="org-ul">
<li><code>{entity}-class</code>: Определение класса
</li>
<li><code>make-{entity}-table</code>: функция создания таблицы в бд, если она еще не создана
</li>
<li><code>make-{entity}</code>: конструктор сущности, который создает ее и записывает в базу данных
</li>
<li><code>upd-{entity}</code>: метод, который обновляет поля сущности (в т.ч. в базе данных)
</li>
<li><code>del-{entity}</code>: деструктор, который удаляет сущность, в т.ч. и из базы данных
</li>
<li><code>all-{entity}</code>: функция для получения коллекции сущностей
</li>
<li><code>get-{entity}</code>: функция для получения сущности по ее идентификтору
</li>
<li><code>find-{entity}</code>: функция для получения сущности по ее идентификтору
</li>
<li><code>show-{entity}</code>: функция для показа сущности (переопределить при необходимости)
</li>
</ul>
<p>
Нижеследующий код создает таблицы в базе данных, но не предполагает, что они будут
изменяться в процессе работы, поэтому не обрабатывает последствия, требующие рассмотрения:
</p>
<ul class="org-ul">
<li>что будет, если ты переопределишь класс с добавлением/удалением слотов?
</li>
<li>что будет, если ты запустил новый образ лиспа - должна ли к каждому образу прилагаться
своя БД?
</li>
</ul>
<p>
При реализации этой недостающей функциональности следует помнить, что классы - это
экземпляры класса STANDARD-CLASS, и прицепив что угодно на initialize-instance :after для
этого класса, можно добиться выполнения произвольного кода во время исполнения defclass.
</p>
<p>
Лучше, конечно, определить свой метакласс (класс, экземплярами которого будут
пользовательские классы).
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity">(<span style="color: #00cdcd; font-weight: bold;">defmacro</span> <span style="color: #0000ee; font-weight: bold;">define-entity</span> (name desc <span style="color: #00cd00;">&rest</span> tail)
(<span style="color: #00cdcd; font-weight: bold;">let</span> ((*package* (symbol-package name)))
`(<span style="color: #00cdcd; font-weight: bold;">progn</span>
<<entity_class>>
<<make_entity_table>>
<<make_entity>>
<<upd_entity>>
<<del_entity>>
<<all_entity>>
<<get_entity>>
<<find_entity>>
<<show_entity>>
)))
</pre>
</div>
<p>
Генерируем <code>entity-class</code>:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity_class"><span style="color: #cd0000;">;; </span><span style="color: #cd0000;">entity-class</span>
,(<span style="color: #00cdcd; font-weight: bold;">let</span> ((table (intern (symbol-name name))))
`(<span style="color: #00cdcd; font-weight: bold;">defclass</span> ,name ()
,(mapcar #'(<span style="color: #00cdcd; font-weight: bold;">lambda</span> (x)
(list
(car x)
<span style="color: #0000ee; font-weight: bold;">:col-type</span> (cadr x)
<span style="color: #0000ee; font-weight: bold;">:initarg</span> (intern (symbol-name (car x)) <span style="color: #0000ee; font-weight: bold;">:keyword</span>)
<span style="color: #0000ee; font-weight: bold;">:accessor</span> (car x)))
(car tail))
(<span style="color: #0000ee; font-weight: bold;">:metaclass</span> dao-class)
(<span style="color: #0000ee; font-weight: bold;">:table-name</span> ,table)
(<span style="color: #0000ee; font-weight: bold;">:keys</span> ,(caaar tail))))
</pre>
</div>
<p>
Генерируем <code>make_entity-table</code>:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="make_entity_table"><span style="color: #cd0000;">;; </span><span style="color: #cd0000;">make-entity-table</span>
,(<span style="color: #00cdcd; font-weight: bold;">let</span> ((table (intern (symbol-name name))))
`(<span style="color: #00cdcd; font-weight: bold;">defun</span> ,(intern (concatenate 'string <span style="color: #00cd00;">"MAKE-"</span> (symbol-name name) <span style="color: #00cd00;">"-TABLE"</span>)) ()
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(<span style="color: #00cdcd; font-weight: bold;">unless</span> (table-exists-p (string-downcase (symbol-name ',table)))
(execute (dao-table-definition ',table))))))
</pre>
</div>
<p>
Генерируем <code>make_entity</code>:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="make_entity"><span style="color: #cd0000;">;; </span><span style="color: #cd0000;">make-entity</span>
,(<span style="color: #00cdcd; font-weight: bold;">let</span> ((table (intern (symbol-name name))))
`(<span style="color: #00cdcd; font-weight: bold;">defun</span> ,(intern (concatenate 'string <span style="color: #00cd00;">"MAKE-"</span> (symbol-name name))) (<span style="color: #00cd00;">&rest</span> initargs)
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(apply #'make-dao (list* ',table initargs)))))
</pre>
</div>
<p>
Генерируем <code>update_entity</code>:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="upd_entity"><span style="color: #cd0000;">;; </span><span style="color: #cd0000;">upd-entity</span>
(<span style="color: #00cdcd; font-weight: bold;">defmethod</span> ,(intern (concatenate 'string <span style="color: #00cd00;">"UPD-"</span> (symbol-name name))) ((obj ,name) <span style="color: #00cd00;">&optional</span> args)
(<span style="color: #00cdcd; font-weight: bold;">progn</span>
,@(<span style="color: #00cdcd; font-weight: bold;">loop</span> for accessor in (car tail) <span style="color: #0000ee; font-weight: bold;">:collect</span>
`(setf (,(car accessor) obj)
(or (getf args ,(intern (symbol-name (car accessor)) <span style="color: #0000ee; font-weight: bold;">:keyword</span>))
(,(car accessor) obj))))
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(update-dao obj))))
</pre>
</div>
<p>
Генерируем <code>del_entity</code>:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="del_entity"><span style="color: #cd0000;">;; </span><span style="color: #cd0000;">del-entity</span>
,(<span style="color: #00cdcd; font-weight: bold;">let</span> ((table (intern (symbol-name name))))
`(<span style="color: #00cdcd; font-weight: bold;">defun</span> ,(intern (concatenate 'string <span style="color: #00cd00;">"DEL-"</span> (symbol-name name))) (id)
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(delete-dao (get-dao ',table id)))))
</pre>
</div>
<p>
Генерируем <code>all_entity</code>:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="all_entity"><span style="color: #cd0000;">;; </span><span style="color: #cd0000;">all-entity</span>
,(<span style="color: #00cdcd; font-weight: bold;">let</span> ((table (intern (symbol-name name))))
`(<span style="color: #00cdcd; font-weight: bold;">defun</span> ,(intern (concatenate 'string <span style="color: #00cd00;">"ALL-"</span> (symbol-name name))) ()
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(select-dao ',table))))
</pre>
</div>
<p>
Генерируем <code>get_entity</code>:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="get_entity"><span style="color: #cd0000;">;; </span><span style="color: #cd0000;">get-entity (by id)</span>
,(<span style="color: #00cdcd; font-weight: bold;">let</span> ((table (intern (symbol-name name)))
(get-entity (intern (concatenate 'string <span style="color: #00cd00;">"GET-"</span> (symbol-name name)))))
`(<span style="color: #00cdcd; font-weight: bold;">defun</span> ,get-entity (id <span style="color: #00cd00;">&rest</span> flds)
(<span style="color: #00cdcd; font-weight: bold;">when</span> (not (typep id 'integer))
(err 'param-get-entity-is-not-integer))
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(<span style="color: #00cdcd; font-weight: bold;">let</span> ((obj (select-dao ',table (<span style="color: #0000ee; font-weight: bold;">:=</span> <span style="color: #0000ee; font-weight: bold;">:id</span> id)))
(rs))
(<span style="color: #00cdcd; font-weight: bold;">when</span> (null obj)
(<span style="color: #00cdcd; font-weight: bold;">return-from</span> ,get-entity nil))
(setf obj (car obj))
(<span style="color: #00cdcd; font-weight: bold;">when</span> (null obj)
(<span style="color: #00cdcd; font-weight: bold;">return-from</span> ,get-entity nil))
(<span style="color: #00cdcd; font-weight: bold;">when</span> (null flds)
(<span style="color: #00cdcd; font-weight: bold;">return-from</span> ,get-entity obj))
(<span style="color: #00cdcd; font-weight: bold;">loop</span> <span style="color: #0000ee; font-weight: bold;">:for</span> fld <span style="color: #0000ee; font-weight: bold;">:in</span> flds <span style="color: #0000ee; font-weight: bold;">:collect</span>
(setf (getf rs (intern (symbol-name fld) <span style="color: #0000ee; font-weight: bold;">:keyword</span>))
(funcall (intern (symbol-name fld) (find-package ,(symbol-name name)))
obj)))
rs))))
</pre>
</div>
<p>
Генерируем <code>find_entity</code>:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="find_entity"><span style="color: #cd0000;">;; </span><span style="color: #cd0000;">find-entity</span>
,(<span style="color: #00cdcd; font-weight: bold;">let</span> ((table (intern (symbol-name name))))
`(<span style="color: #00cdcd; font-weight: bold;">defun</span> ,(intern (concatenate 'string <span style="color: #00cd00;">"FIND-"</span> (symbol-name name))) (<span style="color: #00cd00;">&rest</span> args)
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query-dao ',table
(sql-compile
(list <span style="color: #0000ee; font-weight: bold;">:select</span> <span style="color: #0000ee; font-weight: bold;">:*</span> <span style="color: #0000ee; font-weight: bold;">:from</span> ',table
<span style="color: #0000ee; font-weight: bold;">:where</span> (make-clause-list '<span style="color: #0000ee; font-weight: bold;">:and</span> '<span style="color: #0000ee; font-weight: bold;">:=</span> args)))))))
</pre>
</div>
<p>
Генерируем <code>show_entity</code>:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="show_entity"><span style="color: #cd0000;">;; </span><span style="color: #cd0000;">show-entity</span>
(<span style="color: #00cdcd; font-weight: bold;">defmethod</span> ,(intern <span style="color: #00cd00;">"TO-HTML"</span>) ((obj ,name) <span style="color: #00cd00;">&optional</span> <span style="color: #00cd00;">&key</span> filter)
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(concatenate 'string
<span style="color: #00cd00;">"<form id='"</span>
,(string-downcase (symbol-name name))
<span style="color: #00cd00;">"-form'>"</span>
,@(<span style="color: #00cdcd; font-weight: bold;">loop</span> <span style="color: #0000ee; font-weight: bold;">:for</span> (fld-name fld-type) <span style="color: #0000ee; font-weight: bold;">:in</span> (car tail) <span style="color: #0000ee; font-weight: bold;">:collect</span>
(list
(intern (concatenate 'string
<span style="color: #00cd00;">"SHOW-FLD-"</span>
(<span style="color: #00cdcd; font-weight: bold;">if</span> (symbolp fld-type)
(symbol-name fld-type)
(format nil <span style="color: #00cd00;">"~{~A~^-~}"</span>
(mapcar #'(<span style="color: #00cdcd; font-weight: bold;">lambda</span> (x)
(symbol-name x))
fld-type)))))
(list fld-name 'obj)))
<span style="color: #00cd00;">"</form>"</span>)))
</pre>
</div>
</div>
</div>
<div id="outline-container-sec-3" class="outline-2">
<h2 id="sec-3"><span class="section-number-2">3</span> Тесты сущностей</h2>
<div class="outline-text-2" id="text-3">
<p>
Теперь у нас есть генератор всех необходимых функций для обслуживания любых
сущностей. Мы можем это протестировать, для этого сформируем тест:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity_test"><span style="color: #cd0000;">;; </span><span style="color: #cd0000;">Тестируем сущности</span>
(<span style="color: #00cdcd; font-weight: bold;">defun</span> <span style="color: #0000ee; font-weight: bold;">entity-test</span> ()
<<entity_test_contents>>
(dbg <span style="color: #00cd00;">"passed: entity-test~%"</span>))
(entity-test)
</pre>
</div>
<p>
Придумаем имя новой сущности и таблицы в которую она отображается. Пусть для простоты это
будет <code>entity123</code>.
</p>
<p>
Сначала убедимся, что тестовой таблицы в базе нет. Если она все-таки есть - удалим.
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity_test_contents">(<span style="color: #00cdcd; font-weight: bold;">when</span> (<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:select</span> 'table_name <span style="color: #0000ee; font-weight: bold;">:from</span> 'information_schema.tables <span style="color: #0000ee; font-weight: bold;">:where</span>
(<span style="color: #0000ee; font-weight: bold;">:and</span> (<span style="color: #0000ee; font-weight: bold;">:=</span> 'table_schema <span style="color: #00cd00;">"public"</span>)
(<span style="color: #0000ee; font-weight: bold;">:=</span> 'table_name <span style="color: #00cd00;">"entity123"</span>)))))
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:drop-table</span> 'entity123))))
</pre>
</div>
<p>
Определим новыю сущность и вызовем создание таблицы средствами наших сгенерированных
функций. Проверим, что таблица успешно создана.
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity_test_contents">(<span style="color: #00cdcd; font-weight: bold;">define-entity</span> entity123 <span style="color: #00cd00;">"Тестовая сущность"</span>
((id serial)
(email varchar)
(name (or db-null varchar))))
(make-entity123-table)
(<span style="color: #cd0000; font-weight: bold;">assert</span> (not (null (<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:select</span> 'table_name <span style="color: #0000ee; font-weight: bold;">:from</span> 'information_schema.tables <span style="color: #0000ee; font-weight: bold;">:where</span>
(<span style="color: #0000ee; font-weight: bold;">:and</span> (<span style="color: #0000ee; font-weight: bold;">:=</span> 'table_schema <span style="color: #00cd00;">"public"</span>)
(<span style="color: #0000ee; font-weight: bold;">:=</span> 'table_name <span style="color: #00cd00;">"entity123"</span>))))))))
</pre>
</div>
<p>
Сформируем сущность и проверим, что она появилась в таблице:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity_test_contents">(make-entity123 <span style="color: #0000ee; font-weight: bold;">:email</span> <span style="color: #00cd00;">"test-email-1"</span> <span style="color: #0000ee; font-weight: bold;">:name</span> <span style="color: #00cd00;">"test-name-1"</span>)
(<span style="color: #cd0000; font-weight: bold;">assert</span> (not (null (<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:select</span> '* <span style="color: #0000ee; font-weight: bold;">:from</span> 'entity123))))))
</pre>
</div>
<p>
Проверим, что ее можно получить из <code>get-{entity}</code>
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity_test_contents">(<span style="color: #cd0000; font-weight: bold;">assert</span> (not (null (get-entity123 1))))
</pre>
</div>
<p>
Попробуем изменить в ней некоторые поля и проверим, что меняется сущность и ее
отображение в таблице:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity_test_contents">(upd-entity123 (get-entity123 1) (list <span style="color: #0000ee; font-weight: bold;">:name</span> <span style="color: #00cd00;">"new-name"</span>))
(<span style="color: #cd0000; font-weight: bold;">assert</span> (equal <span style="color: #00cd00;">"new-name"</span> (name (get-entity123 1))))
(<span style="color: #cd0000; font-weight: bold;">assert</span> (equal <span style="color: #00cd00;">"new-name"</span>
(caar
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:select</span> 'name <span style="color: #0000ee; font-weight: bold;">:from</span> 'entity123 <span style="color: #0000ee; font-weight: bold;">:where</span> (<span style="color: #0000ee; font-weight: bold;">:=</span> 'id 1)))))))
</pre>
</div>
<p>
Попробуем удалить сущность
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity_test_contents">(del-entity123 1)
(<span style="color: #cd0000; font-weight: bold;">assert</span> (null (<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:select</span> '* <span style="color: #0000ee; font-weight: bold;">:from</span> 'entity123 <span style="color: #0000ee; font-weight: bold;">:where</span> (<span style="color: #0000ee; font-weight: bold;">:=</span> 'id 1))))))
</pre>
</div>
<p>
Создадим еще парочку разных сущностей проверим получение всех сущностей и проверим что
по сущностям работает поиск.
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity_test_contents">(make-entity123 <span style="color: #0000ee; font-weight: bold;">:email</span> <span style="color: #00cd00;">"test-email-2"</span> <span style="color: #0000ee; font-weight: bold;">:name</span> <span style="color: #00cd00;">"test-name-2"</span>)
(make-entity123 <span style="color: #0000ee; font-weight: bold;">:email</span> <span style="color: #00cd00;">"test-email-3"</span> <span style="color: #0000ee; font-weight: bold;">:name</span> <span style="color: #00cd00;">"test-name-3"</span>)
(<span style="color: #cd0000; font-weight: bold;">assert</span> (equal 2 (length (all-entity123))))
(<span style="color: #cd0000; font-weight: bold;">assert</span> (equal <span style="color: #00cd00;">"test-email-3"</span>
(email (car (find-entity123 <span style="color: #0000ee; font-weight: bold;">:name</span> <span style="color: #00cd00;">"test-name-3"</span>)))))
</pre>
</div>
<p>
Подчистим за собой - удалим таблицу
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="entity_test_contents">(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:drop-table</span> 'entity123)))
</pre>
</div>
<p>
Теперь мы можем быть уверенными, что сущности работают нормально.
</p>
</div>
</div>
<div id="outline-container-sec-4" class="outline-2">
<h2 id="sec-4"><span class="section-number-2">4</span> Автоматы</h2>
<div class="outline-text-2" id="text-4">
<p>
Чтобы добавить состояние к нашим сущностям, мы должны обернуть их макросом, который
добавит в сущность еще одно поле - <code>state</code> и создаст специализированные методы <code>trans</code>
для каждого перехода между состояниями. Внутри себя <code>trans</code> вызывает функцию,
одноименную с действием перехода - таким образом воплощаются действия на переходах.
</p>
<p>
Эти методы будут вызываться из метода <code>takt</code>, который принимает объект сущности и его
новое состояние. Если переход из старого состояния в новое не описан - это закономерно
вызывает ошибку.
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="automat">(<span style="color: #00cdcd; font-weight: bold;">defmacro</span> <span style="color: #0000ee; font-weight: bold;">define-automat</span> (name desc <span style="color: #00cd00;">&rest</span> tail)
(<span style="color: #00cdcd; font-weight: bold;">let</span> ((package (symbol-package name)))
(<span style="color: #00cdcd; font-weight: bold;">let</span> ((upd-entity (intern (concatenate 'string <span style="color: #00cd00;">"UPD-"</span> (symbol-name name))))
(fields (append (car tail) '((state (or db-null varchar)))))
(state (intern <span style="color: #00cd00;">"STATE"</span> package))
(trans (intern <span style="color: #00cd00;">"TRANS"</span> package))
(takt (intern <span style="color: #00cd00;">"TAKT"</span> package))
(make-table (intern (concatenate 'string <span style="color: #00cd00;">"MAKE-"</span> (symbol-name name) <span style="color: #00cd00;">"-TABLE"</span>))))
`(<span style="color: #00cdcd; font-weight: bold;">progn</span>
(<span style="color: #00cdcd; font-weight: bold;">define-entity</span> ,name ,desc ,fields)
(,make-table)
,(<span style="color: #00cdcd; font-weight: bold;">let</span> ((all-states (cadr tail)))
`(<span style="color: #00cdcd; font-weight: bold;">progn</span>
,@(<span style="color: #00cdcd; font-weight: bold;">loop</span> <span style="color: #0000ee; font-weight: bold;">:for</span> (from-state to-state event) <span style="color: #0000ee; font-weight: bold;">:in</span> (caddr tail) <span style="color: #0000ee; font-weight: bold;">:collect</span>
(<span style="color: #00cdcd; font-weight: bold;">if</span> (or (null (find from-state all-states))
(null (find to-state all-states)))
(err (format nil <span style="color: #00cd00;">"unknown state: ~A -> ~A"</span> from-state to-state))
`(<span style="color: #00cdcd; font-weight: bold;">defmethod</span> ,trans ((obj ,name)
(from-state (eql ,from-state))
(to-state (eql ,to-state)))
(<span style="color: #00cdcd; font-weight: bold;">prog1</span> (,(intern (symbol-name event) *package*))
(,upd-entity obj (list <span style="color: #0000ee; font-weight: bold;">:state</span> ,(bprint to-state)))))))
(<span style="color: #00cdcd; font-weight: bold;">defmethod</span> ,takt ((obj ,name) new-state)
(,trans obj (read-from-string (,state obj)) new-state))))))))
</pre>
</div>
</div>
</div>
<div id="outline-container-sec-5" class="outline-2">
<h2 id="sec-5"><span class="section-number-2">5</span> Тесты автоматов</h2>
<div class="outline-text-2" id="text-5">
<p>
Чтобы протестировать автоматы - формируем тест:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="automat_test"><span style="color: #cd0000;">;; </span><span style="color: #cd0000;">Тестируем автоматы</span>
(<span style="color: #00cdcd; font-weight: bold;">defun</span> <span style="color: #0000ee; font-weight: bold;">automat-test</span> ()
<<automat_test_contents>>
(dbg <span style="color: #00cd00;">"passed: automat-test~%"</span>))
(automat-test)
</pre>
</div>
<p>
Придумаем имя новому автомату и таблицы в которую он отображается. Пусть для простоты
это будет <code>automat123</code>.
</p>
<p>
Сначала убедимся, что тестовой таблицы в базе нет. Если она все-таки есть - удалим.
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="automat_test_contents">(<span style="color: #00cdcd; font-weight: bold;">when</span> (<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:select</span> 'table_name <span style="color: #0000ee; font-weight: bold;">:from</span> 'information_schema.tables <span style="color: #0000ee; font-weight: bold;">:where</span>
(<span style="color: #0000ee; font-weight: bold;">:and</span> (<span style="color: #0000ee; font-weight: bold;">:=</span> 'table_schema <span style="color: #00cd00;">"public"</span>)
(<span style="color: #0000ee; font-weight: bold;">:=</span> 'table_name <span style="color: #00cd00;">"automat123"</span>)))))
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:drop-table</span> 'automat123))))
</pre>
</div>
<p>
Определим новыю сущность и вызовем создание таблицы средствами наших сгенерированных
функций. Проверим, что таблица успешно создана. Проверим, что в таблице есть поле <code>state</code>.
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="automat_test_contents">(<span style="color: #00cdcd; font-weight: bold;">define-automat</span> automat123 <span style="color: #00cd00;">"Тестовый автомат"</span>
((id serial)
(email varchar)
(name (or db-null varchar)))
(<span style="color: #0000ee; font-weight: bold;">:on</span> <span style="color: #0000ee; font-weight: bold;">:off</span> <span style="color: #0000ee; font-weight: bold;">:broken</span>)
((<span style="color: #0000ee; font-weight: bold;">:on</span> <span style="color: #0000ee; font-weight: bold;">:off</span> <span style="color: #0000ee; font-weight: bold;">:switch-off</span>)
(<span style="color: #0000ee; font-weight: bold;">:off</span> <span style="color: #0000ee; font-weight: bold;">:on</span> <span style="color: #0000ee; font-weight: bold;">:switch-on</span>)
(<span style="color: #0000ee; font-weight: bold;">:on</span> <span style="color: #0000ee; font-weight: bold;">:broken</span> <span style="color: #0000ee; font-weight: bold;">:fault</span>)
(<span style="color: #0000ee; font-weight: bold;">:broken</span> <span style="color: #0000ee; font-weight: bold;">:off</span> <span style="color: #0000ee; font-weight: bold;">:stop</span>)))
(<span style="color: #cd0000; font-weight: bold;">assert</span> (not (null (<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:select</span> 'table_name <span style="color: #0000ee; font-weight: bold;">:from</span> 'information_schema.tables <span style="color: #0000ee; font-weight: bold;">:where</span>
(<span style="color: #0000ee; font-weight: bold;">:and</span> (<span style="color: #0000ee; font-weight: bold;">:=</span> 'table_schema <span style="color: #00cd00;">"public"</span>)
(<span style="color: #0000ee; font-weight: bold;">:=</span> 'table_name <span style="color: #00cd00;">"automat123"</span>))))))))
(<span style="color: #cd0000; font-weight: bold;">assert</span> (not (null
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:select</span> 'column_name <span style="color: #0000ee; font-weight: bold;">:from</span> 'information_schema.columns <span style="color: #0000ee; font-weight: bold;">:where</span>
(<span style="color: #0000ee; font-weight: bold;">:and</span> (<span style="color: #0000ee; font-weight: bold;">:=</span> 'table_schema <span style="color: #00cd00;">"public"</span>)
(<span style="color: #0000ee; font-weight: bold;">:=</span> 'table_name <span style="color: #00cd00;">"automat123"</span>)
(<span style="color: #0000ee; font-weight: bold;">:=</span> 'column_name <span style="color: #00cd00;">"state"</span>))))))))
</pre>
</div>
<p>
Сформируем автомат, установим начальное состояние и определим функции
перехода. Протестируем все верные переходы и убедимся, что в конце теста состояние
внутри таблицы верно.
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="automat_test_contents">(make-automat123 <span style="color: #0000ee; font-weight: bold;">:email</span> <span style="color: #00cd00;">"test-email-1"</span> <span style="color: #0000ee; font-weight: bold;">:name</span> <span style="color: #00cd00;">"test-name-1"</span>)
(upd-automat123 (get-automat123 1) (list <span style="color: #0000ee; font-weight: bold;">:state</span> <span style="color: #00cd00;">":off"</span>))
(<span style="color: #00cdcd; font-weight: bold;">defun</span> <span style="color: #0000ee; font-weight: bold;">switch-off</span> ()
<span style="color: #0000ee; font-weight: bold;">:switch-off</span>)
(<span style="color: #00cdcd; font-weight: bold;">defun</span> <span style="color: #0000ee; font-weight: bold;">switch-on</span> ()
<span style="color: #0000ee; font-weight: bold;">:switch-on</span>)
(<span style="color: #00cdcd; font-weight: bold;">defun</span> <span style="color: #0000ee; font-weight: bold;">fault</span> ()
<span style="color: #0000ee; font-weight: bold;">:fault</span>)
(<span style="color: #00cdcd; font-weight: bold;">defun</span> <span style="color: #0000ee; font-weight: bold;">stop</span> ()
<span style="color: #0000ee; font-weight: bold;">:stop</span>)
(<span style="color: #cd0000; font-weight: bold;">assert</span> (equal '((<span style="color: #0000ee; font-weight: bold;">:SWITCH-ON</span> <span style="color: #00cd00;">":ON"</span>) (<span style="color: #0000ee; font-weight: bold;">:SWITCH-OFF</span> <span style="color: #00cd00;">":OFF"</span>) (<span style="color: #0000ee; font-weight: bold;">:SWITCH-ON</span> <span style="color: #00cd00;">":ON"</span>)
(<span style="color: #0000ee; font-weight: bold;">:FAULT</span> <span style="color: #00cd00;">":BROKEN"</span>) (<span style="color: #0000ee; font-weight: bold;">:STOP</span> <span style="color: #00cd00;">":OFF"</span>))
(<span style="color: #00cdcd; font-weight: bold;">loop</span> <span style="color: #0000ee; font-weight: bold;">:for</span> new-state <span style="color: #0000ee; font-weight: bold;">:in</span> '(<span style="color: #0000ee; font-weight: bold;">:on</span> <span style="color: #0000ee; font-weight: bold;">:off</span> <span style="color: #0000ee; font-weight: bold;">:on</span> <span style="color: #0000ee; font-weight: bold;">:broken</span> <span style="color: #0000ee; font-weight: bold;">:off</span>) <span style="color: #0000ee; font-weight: bold;">:collect</span>
(list (takt (get-automat123 1) new-state)
(state (get-automat123 1))))))
(<span style="color: #cd0000; font-weight: bold;">assert</span> (not (null
(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:select</span> 'state <span style="color: #0000ee; font-weight: bold;">:from</span> 'automat123 <span style="color: #0000ee; font-weight: bold;">:where</span>
(<span style="color: #0000ee; font-weight: bold;">:and</span>
(<span style="color: #0000ee; font-weight: bold;">:=</span> 'id 1)
(<span style="color: #0000ee; font-weight: bold;">:=</span> 'state <span style="color: #00cd00;">":OFF"</span>))))))))
</pre>
</div>
<p>
Протестируем выброс ошибки в случае попытки неразрешенного перехода
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="automat_test_contents">(<span style="color: #00cdcd; font-weight: bold;">let</span> ((test t) (err nil))
(<span style="color: #00cdcd; font-weight: bold;">handler-case</span>
(<span style="color: #00cdcd; font-weight: bold;">progn</span>
(takt (get-automat123 1) <span style="color: #0000ee; font-weight: bold;">:broken</span>)
(setf test nil))
(simple-error ()
(setf err t))
(<span style="color: #cd0000; font-weight: bold;">assert</span> (and test err))))
</pre>
</div>
<p>
Подчистим за собой - удалим таблицу
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="automat_test_contents">(<span style="color: #00cdcd; font-weight: bold;">with-connection</span> *db-spec*
(query (<span style="color: #0000ee; font-weight: bold;">:drop-table</span> 'automat123)))
</pre>
</div>
<p>
Теперь мы можем быть уверенными, что автоматы работают нормально.
</p>
</div>
</div>
<div id="outline-container-sec-6" class="outline-2">
<h2 id="sec-6"><span class="section-number-2">6</span> Определение возможных исходящих состояний автомата</h2>
<div class="outline-text-2" id="text-6">
<p>
Чтобы определить, в какое состояние можно перевести автомат из текущего - необходимо
интроспективно проанализировать eql-спецификаторы метода trans и выбрать из них применимые
для текущего состояния.
</p>
<p>
Что и делает эта функция:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="compute_outgoing_states">(<span style="color: #00cdcd; font-weight: bold;">in-package</span> #<span style="color: #0000ee; font-weight: bold;">:moto</span>)
(<span style="color: #00cdcd; font-weight: bold;">defun</span> <span style="color: #0000ee; font-weight: bold;">compute-outgoing-states</span> (the-class source-state)
(<span style="color: #00cdcd; font-weight: bold;">let</span> ((applicable-methods))
(<span style="color: #00cdcd; font-weight: bold;">loop</span> <span style="color: #0000ee; font-weight: bold;">:for</span> trans-method <span style="color: #0000ee; font-weight: bold;">:in</span> (closer-mop:generic-function-methods #'trans) <span style="color: #0000ee; font-weight: bold;">:do</span>
(<span style="color: #00cdcd; font-weight: bold;">let</span> ((specializers (closer-mop:method-specializers trans-method)))
(<span style="color: #00cdcd; font-weight: bold;">when</span> (and (equal the-class (class-name (car specializers)))
(equal source-state (closer-mop:eql-specializer-object (cadr specializers))))
(push (closer-mop:eql-specializer-object (nth 2 specializers)) applicable-methods))))
applicable-methods))
<span style="color: #cd0000;">;; </span><span style="color: #cd0000;">(compute-outgoing-states 'vacancy :responded)</span>
</pre>
</div>
<p>
Для удобства использования можно вычислять возможные переходы для конкретного объекта
автомата:
</p>
<div class="org-src-container">
<pre class="src src-lisp" id="possible_trans">(<span style="color: #00cdcd; font-weight: bold;">in-package</span> #<span style="color: #0000ee; font-weight: bold;">:moto</span>)
(<span style="color: #00cdcd; font-weight: bold;">defmethod</span> <span style="color: #0000ee; font-weight: bold;">possible-trans</span> ((obj t))
(compute-outgoing-states
(class-name (class-of obj))
(intern (subseq (state obj) 1) <span style="color: #0000ee; font-weight: bold;">:keyword</span>)))
<span style="color: #cd0000;">;; </span><span style="color: #cd0000;">(possible-trans (get-vacancy 1))</span>
</pre>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: rigidus</p>
<p class="date">Created: 2016-01-07 Чт. 17:59</p>
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.3.1 (<a href="http://orgmode.org">Org</a> mode )</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>
</html>