thirdparty/python-graph/docs/class-tree.html
changeset 594 06c2228e39cb
equal deleted inserted replaced
593:01f8c7aabb7e 594:06c2228e39cb
       
     1 <?xml version="1.0" encoding="ascii"?>
       
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       
     3           "DTD/xhtml1-transitional.dtd">
       
     4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
       
     5 <head>
       
     6   <title>Class Hierarchy</title>
       
     7   <link rel="stylesheet" href="epydoc.css" type="text/css" />
       
     8   <script type="text/javascript" src="epydoc.js"></script>
       
     9 </head>
       
    10 
       
    11 <body bgcolor="white" text="black" link="blue" vlink="#204080"
       
    12       alink="#204080">
       
    13 <!-- ==================== NAVIGATION BAR ==================== -->
       
    14 <table class="navbar" border="0" width="100%" cellpadding="0"
       
    15        bgcolor="#a0c0ff" cellspacing="0">
       
    16   <tr valign="middle">
       
    17   <!-- Home link -->
       
    18       <th>&nbsp;&nbsp;&nbsp;<a
       
    19         href="graph-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
       
    20 
       
    21   <!-- Tree link -->
       
    22       <th bgcolor="#70b0f0" class="navbar-select"
       
    23           >&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
       
    24 
       
    25   <!-- Index link -->
       
    26       <th>&nbsp;&nbsp;&nbsp;<a
       
    27         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
       
    28 
       
    29   <!-- Help link -->
       
    30       <th>&nbsp;&nbsp;&nbsp;<a
       
    31         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
       
    32 
       
    33   <!-- Project homepage -->
       
    34       <th class="navbar" align="right" width="100%">
       
    35         <table border="0" cellpadding="0" cellspacing="0">
       
    36           <tr><th class="navbar" align="center"
       
    37             ><a class="navbar" target="_top" href="http://code.google.com/p/python-graph/">python-graph</a></th>
       
    38           </tr></table></th>
       
    39   </tr>
       
    40 </table>
       
    41 <table width="100%" cellpadding="0" cellspacing="0">
       
    42   <tr valign="top">
       
    43     <td width="100%">&nbsp;</td>
       
    44     <td>
       
    45       <table cellpadding="0" cellspacing="0">
       
    46         <!-- hide/show private -->
       
    47       </table>
       
    48     </td>
       
    49   </tr>
       
    50 </table>
       
    51 <center><b>
       
    52  [ <a href="module-tree.html">Module Hierarchy</a>
       
    53  | <a href="class-tree.html">Class Hierarchy</a> ]
       
    54 </b></center><br />
       
    55 <h1 class="epydoc">Class Hierarchy</h1>
       
    56 <ul class="nomargin-top">
       
    57     <li> <strong class="uidlink">object</strong>:
       
    58       <em class="summary">The most base type</em>
       
    59     <ul>
       
    60     <li> <strong class="uidlink"><a href="graph.digraph-class.html">graph.digraph</a></strong>:
       
    61       <em class="summary">Digraph class.</em>
       
    62     </li>
       
    63     <li> <strong class="uidlink"><a href="graph.graph-class.html">graph.graph</a></strong>:
       
    64       <em class="summary">Graph class.</em>
       
    65     </li>
       
    66     <li> <strong class="uidlink"><a href="graph.hypergraph-class.html">graph.hypergraph</a></strong>:
       
    67       <em class="summary">Hypergraph class.</em>
       
    68     </li>
       
    69     </ul>
       
    70     </li>
       
    71 </ul>
       
    72 <!-- ==================== NAVIGATION BAR ==================== -->
       
    73 <table class="navbar" border="0" width="100%" cellpadding="0"
       
    74        bgcolor="#a0c0ff" cellspacing="0">
       
    75   <tr valign="middle">
       
    76   <!-- Home link -->
       
    77       <th>&nbsp;&nbsp;&nbsp;<a
       
    78         href="graph-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
       
    79 
       
    80   <!-- Tree link -->
       
    81       <th bgcolor="#70b0f0" class="navbar-select"
       
    82           >&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
       
    83 
       
    84   <!-- Index link -->
       
    85       <th>&nbsp;&nbsp;&nbsp;<a
       
    86         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
       
    87 
       
    88   <!-- Help link -->
       
    89       <th>&nbsp;&nbsp;&nbsp;<a
       
    90         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
       
    91 
       
    92   <!-- Project homepage -->
       
    93       <th class="navbar" align="right" width="100%">
       
    94         <table border="0" cellpadding="0" cellspacing="0">
       
    95           <tr><th class="navbar" align="center"
       
    96             ><a class="navbar" target="_top" href="http://code.google.com/p/python-graph/">python-graph</a></th>
       
    97           </tr></table></th>
       
    98   </tr>
       
    99 </table>
       
   100 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
       
   101   <tr>
       
   102     <td align="left" class="footer">
       
   103     Generated by Epydoc 3.0.1 on Mon Oct 27 20:36:37 2008
       
   104     </td>
       
   105     <td align="right" class="footer">
       
   106       <a target="mainFrame" href="http://epydoc.sourceforge.net"
       
   107         >http://epydoc.sourceforge.net</a>
       
   108     </td>
       
   109   </tr>
       
   110 </table>
       
   111 
       
   112 <script type="text/javascript">
       
   113   <!--
       
   114   // Private objects are initially displayed (because if
       
   115   // javascript is turned off then we want them to be
       
   116   // visible); but by default, we want to hide them.  So hide
       
   117   // them unless we have a cookie that says to show them.
       
   118   checkCookie();
       
   119   // -->
       
   120 </script>
       
   121 </body>
       
   122 </html>