~ubuntu-branches/ubuntu/quantal/zeitgeist/quantal

« back to all changes in this revision

Viewing changes to doc/zeitgeist/source/datamodel.rst

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-11-15 11:15:56 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20111115111556-4lmc5wdvjrsdm0ss
Tags: 0.8.99~alpha1-1ubuntu1
Upload to ubuntu the new zeitgeist rewritten in vala

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. module:: zeitgeist.datamodel
2
 
 
3
 
==========
4
 
Data Model
5
 
==========
6
 
 
7
 
Event
8
 
+++++
9
 
 
10
 
.. autoclass:: Event
11
 
    :members: 
12
 
 
13
 
Subject
14
 
+++++++
15
 
 
16
 
.. autoclass:: Subject
17
 
    :members: 
18
 
 
19
 
Interpretation
20
 
++++++++++++++
21
 
 
22
 
A collection of :class:`Symbol` objects which represents the interpretations
23
 
defined by the zeitgeist ontology. For more information see :ref:`symbol-interpretation`.
24
 
 
25
 
Manifestation
26
 
+++++++++++++
27
 
 
28
 
A collection of :class:`Symbol` objects which represents the manifestations
29
 
defined by the zeitgeist ontology. For more information see :ref:`symbol-manifestation`.
30
 
 
31
 
TimeRange
32
 
+++++++++
33
 
 
34
 
.. autoclass:: TimeRange
35
 
    :members: 
36
 
 
37
 
ResultType
38
 
++++++++++
39
 
 
40
 
.. autosymbol:: ResultType
41
 
 
42
 
StorageState
43
 
+++++++++++++
44
 
 
45
 
.. autosymbol:: StorageState
46
 
 
47
 
DataSource
48
 
++++++++++
49
 
 
50
 
.. autosymbol:: DataSource
51
 
 
52
 
NULL_EVENT
53
 
++++++++++
54
 
 
55
 
.. autodata:: NULL_EVENT