~ubuntu-branches/ubuntu/wily/marionnet/wily

« back to all changes in this revision

Viewing changes to doc-src/img-src/class_device.dot

  • Committer: Package Import Robot
  • Author(s): Lucas Nussbaum
  • Date: 2013-03-29 15:57:12 UTC
  • Revision ID: package-import@ubuntu.com-20130329155712-o0b9b96w8av68ktq
Tags: upstream-0.90.6+bzr407
ImportĀ upstreamĀ versionĀ 0.90.6+bzr407

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
digraph device_automaton {
 
2
               device
 
3
               device -> ethernet_cable
 
4
               device -> hub_or_switch
 
5
               device -> machine_or_router
 
6
               device -> gateway
 
7
               device -> cloud
 
8
               hub_or_switch -> hub
 
9
               hub_or_switch -> switch
 
10
               machine_or_router -> machine
 
11
               machine_or_router -> router
 
12
}