Wiki source code of Design Patterns and Ontology

Version 4.1 by Xin Wan on 2022/02/22 11:49

Show last authors
1
2
3 === Design Patterns===
4
5 A reusable solution to a recurring problem. [Design] patterns try to
6 capture the common invariant properties of the problem and the
7 essential relationships needed to solve the problem. (...) They are
8 abstract solutions that allow a designer to reuse ideas that worked in
9 the past for commonly faced problems.
10
11
12
13
14 === Ontology===
15
16
17 A specification of a conceptualization. That is, an ontology is a
18 description of the concepts and relationships that exist within a
19 certain domain.
20
21
22 ==== Frame-based Ontology====
23
24
25