/[fenfire]/fenfire/org/fenfire/modules/pp/RDF-canvas-structure.rst
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/RDF-canvas-structure.rst

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by mudyc, Wed Mar 5 10:22:33 2003 UTC revision 1.9 by mudyc, Wed Mar 5 12:17:56 2003 UTC
# Line 122  Note's connection to other notes Line 122  Note's connection to other notes
122        Note  pp:association NoteX        Note  pp:association NoteX
123    
124    
 Asdf  
125    
126  .. UML:: RDF-canvas-structure  .. UML:: RDF-canvas-structure
127    
128     class Paper     class PaperA "URI"
129       class PaperB "URI"
130       class PaperType "literal"  
131          methods
132             pp:paper
133       class Date "literal"
134          methods
135             2003-03-04T10:12:22Z
136    
137       class NoteA "URI"
138       class NoteB "URI"
139       class NoteC "URI"
140    
141       class IntegerA "literal"
142          methods
143             120
144       class IntegerB "literal"
145          methods
146             160
147       class Float "literal"
148          methods
149             1,34
150       class Ratio  "literal"
151          methods
152             1:4
153    
154       dep "pp:coordX" NoteA IntegerA
155       dep "pp:coordY" NoteA IntegerB
156    
157       dep "pp:scale"  NoteA Float
158       dep "pp:widthRatioToHeight" NoteA Ratio
159    
160       dep "pp:contains" PaperA NoteA
161       dep "rdf:type" PaperA PaperType
162    
163       dep "pp:contains" PaperB NoteB
164       dep "pp:contains" PaperB NoteC
165       dep "rdf:type" PaperB PaperType
166       dep "pp:creationTime" PaperA Date
167    
    class NoteA  
168    
169     class OneTwo "literal"     dep "pp:association" NoteA NoteC
    class ThreeFour "literal"  
170    
171       ---
172    
173     dep "pp:coordX" NoteA OneTwo     PaperA.c       = (0,0);
174     dep "pp:coordY" NoteA ThreeFour     PaperB.c       = (0,-100);
175       PaperType.c    = (-200,-50);
176     dep "pp:contains" Paper NoteA     Date.c = (-100, 100);
177    
178       NoteA.c    = (150,100);
179       IntegerA.c = (400,150);
180       IntegerB.c = (400,100);
181       Float.c    = (400,50);
182       Ratio.c    = (200,200);
183    
184     ---     NoteB.c    = (150,-150);
185    
    Paper.c = (0,0);  
    NoteA.c = (150,100);  
    OneTwo.c = (400,150);  
    ThreeFour.c = (400,50);  
186       NoteC.c    = (150,-50);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26