Changes between Version 23 and Version 24 of SandBoxTwo

Show
Ignore:
Timestamp:
09/12/08 10:24:18 (16 years ago)
Author:
margs (IP: 217.17.209.17)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SandBoxTwo

    v23 v24  
    5757}}} 
    5858 
     59{{{ 
     60#!graphviz.dot 
     61digraph G {  
     62  overlap=false;   
     63  rankdir=LR; 
     64  ranksep=2; 
     65 
     66  node [fontname=Arial, shape=box]; 
     67  edge [fontname=Arial, fontsize=8]; 
     68 
     69  B[label="\nCLASS"]; 
     70  A[label="\nCLASS"]; 
     71  Rel[label="\nSPECIALIZATION"]; 
     72 
     73 
     74  Rel -> B[label="hasSuperclass"]; 
     75   
     76  Rel -> A[label="hasSubclass"]; 
     77 
     78  {rank = same; A; B;} 
     79 
     80} 
     81 
     82}}} 
     83 
     84 
    5985 
    6086 
Home
About PCA
Reference Data Services
Projects
Workgroups