]> git.uio.no Git - u/philim/db2osl_thesis.git/blob - program.tex
Major change
[u/philim/db2osl_thesis.git] / program.tex
1 \chapter{The db2osl software}
2 Besides the conception of the  ``OBDA Specification Language'' (\osl{}), the design
3 and implementation of the \myprog{} software was an important part of this work.
4 The program itself and its creation process are described in the following sections:
5 Section \fullref{functionality} describes the functionality the program offers.
6 Section \fullref{interface} describes how this functionality is exposed to the
7 program environment.
8 Section \fullref{bootstrapping} explains in detail how the bootstrapping
9 process was realized.
10 Section \fullref{arch} describes the program architecture both on a coarse and
11 a fine level.
12 Section \fullref{tools} explains what tools where used to create the program.
13 Section \fullref{code} describes concepts and decisions that where implemented
14 on the code level to yield clean code.
15 Section \fullref{stats} mentions some figures about the program.
16 Section \fullref{versioning} gives a brief timewise TODO overview over the program
17 development and describes important milestones.
18
19 Except the last section, this chapters' sections present the information in a
20 functionally-structured fashion: the concepts and decisions are described along with
21 the topics they are linked to and the problems that made them arise.
22 However, the last section, besides giving an overview about the program versions,
23 tries to give an insight about development succession.
24
25 Unless stated differently, program version $1.0$ is described
26 (for details, see section \fullref{versioning}).
27
28 \input{program_functionality}
29
30 \input{program_interface}
31
32 \input{program_bootstrapping}
33
34 \input{program_arch}
35
36 \input{program_tools}
37
38 \input{program_code}
39
40 \input{program_stats}
41
42 \input{program_versioning}