Difference between revisions of "User:RfS/Cashiering Issues"

From FreekiWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
   digraph D {
 
   digraph D {
  
   gizmo [label="gizmo\nparent_id\nrelavent_to_receipts?\nrelavent_to_sales?\nrelavent_to_adoption?\nrelavent_to_grants?\netc.", shape = "box"]
+
   gizmo_types [label="gizmo_types:\nparent_id\nrelavent_to_receipts?\nrelavent_to_sales?\nrelavent_to_adoption?\nrelavent_to_grants?\netc.", shape = "box"]
   gizmo -> gizmo
+
   gizmo_types -> gizmo_types [label="child\nof"]
 +
 
 +
  }
 +
</graphviz>
 +
 
 +
<graphviz>
 +
  digraph E {
 +
 
 +
  gizmo_types [label="gizmos:\ni.e. monitor, system", shape = "box"]
 +
  areas [label="areas:\ni.e. receipts, sales, etc." shape = "box"]
 +
  links [label="links:\ni.e. system <-> sales" shape = "box"]
 +
 
 +
  gizmo_types -> links
 +
  areas -> links
 +
 
  
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 09:26, 30 September 2006

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.