/[gzz]/gzz/doc/pegboard/vobuml--tjl/peg.rst
ViewVC logotype

Diff of /gzz/doc/pegboard/vobuml--tjl/peg.rst

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

revision 1.9 by tjl, Wed Jan 1 13:37:10 2003 UTC revision 1.10 by tjl, Wed Jan 1 16:21:16 2003 UTC
# Line 145  as parameter):: Line 145  as parameter)::
145      C = vs.coords.cull(A, B)      C = vs.coords.cull(A, B)
146      vs.matcher.addSub(A, C, ...)      vs.matcher.addSub(A, C, ...)
147    
148    Since the same two coordinate systems often have
149    both ``vobsubmatch`` and ``vobtransform`` relationships,
150    a visual shorthand of dashing the line types can be used:
151    
152    
153    ..  UML:: vobuml1_short
154    
155        class A "*CS"
156    
157        class B "scaleCS"
158    
159        class C "cullCS"
160            vobtransformsub - role(parent) A
161            vobtransform - role(clip) B
162    
163        ---
164    
165        A.c = (0,0);
166        B.c = (100,0);
167        C.c = (50, -150);
168    
169    
170  Relationships of Vobs  Relationships of Vobs
171  ---------------------  ---------------------
172    

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

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