home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / tmp / Structures_Graph-1.0.2 / docs / html / elementindex.html < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-01  |  15.6 KB  |  339 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.   <html xmlns="http://www.w3.org/1999/xhtml">
  4.         <head>
  5.             <!-- template designed by Marco Von Ballmoos -->
  6.             <title></title>
  7.             <link rel="stylesheet" href="media/stylesheet.css" />
  8.             <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
  9.         </head>
  10.         <body>
  11.                         <a name="top"></a>
  12. <h2>Full index</h2>
  13. <h3>Package indexes</h3>
  14. <ul>
  15.     <li><a href="elementindex_Structures_Graph.html">Structures_Graph</a></li>
  16. </ul>
  17. <br />
  18. <div class="index-letter-menu">
  19.     <a class="index-letter" href="elementindex.html#a">a</a>
  20.     <a class="index-letter" href="elementindex.html#c">c</a>
  21.     <a class="index-letter" href="elementindex.html#g">g</a>
  22.     <a class="index-letter" href="elementindex.html#i">i</a>
  23.     <a class="index-letter" href="elementindex.html#m">m</a>
  24.     <a class="index-letter" href="elementindex.html#n">n</a>
  25.     <a class="index-letter" href="elementindex.html#o">o</a>
  26.     <a class="index-letter" href="elementindex.html#r">r</a>
  27.     <a class="index-letter" href="elementindex.html#s">s</a>
  28.     <a class="index-letter" href="elementindex.html#t">t</a>
  29.     <a class="index-letter" href="elementindex.html#u">u</a>
  30. </div>
  31.  
  32.     <a name="a"></a>
  33.     <div class="index-letter-section">
  34.         <div style="float: left" class="index-letter-title">a</div>
  35.         <div style="float: right"><a href="#top">top</a></div>
  36.         <div style="clear: both"></div>
  37.     </div>
  38.     <dl>
  39.             <dt class="field">
  40.                         <span class="method-title">addNode</span>
  41.                     </dt>
  42.         <dd class="index-item-body">
  43.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph.html#methodaddNode">Structures_Graph::addNode()</a> in Graph.php</div>
  44.                             <div class="index-item-description">Add a Node to the Graph</div>
  45.                     </dd>
  46.             <dt class="field">
  47.                         <span class="include-title">AcyclicTest.php</span>
  48.                     </dt>
  49.         <dd class="index-item-body">
  50.             <div class="index-item-details"><a href="Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html">AcyclicTest.php</a> in AcyclicTest.php</div>
  51.                     </dd>
  52.         </dl>
  53.     <a name="c"></a>
  54.     <div class="index-letter-section">
  55.         <div style="float: left" class="index-letter-title">c</div>
  56.         <div style="float: right"><a href="#top">top</a></div>
  57.         <div style="clear: both"></div>
  58.     </div>
  59.     <dl>
  60.             <dt class="field">
  61.                         <span class="method-title">connectsTo</span>
  62.                     </dt>
  63.         <dd class="index-item-body">
  64.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodconnectsTo">Structures_Graph_Node::connectsTo()</a> in Node.php</div>
  65.                             <div class="index-item-description">Test wether this node has an arc to the target node</div>
  66.                     </dd>
  67.             <dt class="field">
  68.                         <span class="method-title">connectTo</span>
  69.                     </dt>
  70.         <dd class="index-item-body">
  71.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodconnectTo">Structures_Graph_Node::connectTo()</a> in Node.php</div>
  72.                             <div class="index-item-description">Connect this node to another one.</div>
  73.                     </dd>
  74.         </dl>
  75.     <a name="g"></a>
  76.     <div class="index-letter-section">
  77.         <div style="float: left" class="index-letter-title">g</div>
  78.         <div style="float: right"><a href="#top">top</a></div>
  79.         <div style="clear: both"></div>
  80.     </div>
  81.     <dl>
  82.             <dt class="field">
  83.                         <span class="method-title">getData</span>
  84.                     </dt>
  85.         <dd class="index-item-body">
  86.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodgetData">Structures_Graph_Node::getData()</a> in Node.php</div>
  87.                             <div class="index-item-description">Node data getter.</div>
  88.                     </dd>
  89.             <dt class="field">
  90.                         <span class="method-title">getGraph</span>
  91.                     </dt>
  92.         <dd class="index-item-body">
  93.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodgetGraph">Structures_Graph_Node::getGraph()</a> in Node.php</div>
  94.                             <div class="index-item-description">Node graph getter</div>
  95.                     </dd>
  96.             <dt class="field">
  97.                         <span class="method-title">getMetadata</span>
  98.                     </dt>
  99.         <dd class="index-item-body">
  100.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodgetMetadata">Structures_Graph_Node::getMetadata()</a> in Node.php</div>
  101.                             <div class="index-item-description">Node metadata getter</div>
  102.                     </dd>
  103.             <dt class="field">
  104.                         <span class="method-title">getNeighbours</span>
  105.                     </dt>
  106.         <dd class="index-item-body">
  107.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodgetNeighbours">Structures_Graph_Node::getNeighbours()</a> in Node.php</div>
  108.                             <div class="index-item-description">Return nodes connected to this one.</div>
  109.                     </dd>
  110.             <dt class="field">
  111.                         <span class="method-title">getNodes</span>
  112.                     </dt>
  113.         <dd class="index-item-body">
  114.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph.html#methodgetNodes">Structures_Graph::getNodes()</a> in Graph.php</div>
  115.                             <div class="index-item-description">Return the node set, in no particular order. For ordered node sets, use a Graph Manipulator insted.</div>
  116.                     </dd>
  117.             <dt class="field">
  118.                         <span class="include-title">Graph.php</span>
  119.                     </dt>
  120.         <dd class="index-item-body">
  121.             <div class="index-item-details"><a href="Structures_Graph/_Structures_Graph_php.html">Graph.php</a> in Graph.php</div>
  122.                     </dd>
  123.         </dl>
  124.     <a name="i"></a>
  125.     <div class="index-letter-section">
  126.         <div style="float: left" class="index-letter-title">i</div>
  127.         <div style="float: right"><a href="#top">top</a></div>
  128.         <div style="clear: both"></div>
  129.     </div>
  130.     <dl>
  131.             <dt class="field">
  132.                         <span class="method-title">inDegree</span>
  133.                     </dt>
  134.         <dd class="index-item-body">
  135.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodinDegree">Structures_Graph_Node::inDegree()</a> in Node.php</div>
  136.                             <div class="index-item-description">Calculate the in degree of the node.</div>
  137.                     </dd>
  138.             <dt class="field">
  139.                         <span class="method-title">isAcyclic</span>
  140.                     </dt>
  141.         <dd class="index-item-body">
  142.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html#methodisAcyclic">Structures_Graph_Manipulator_AcyclicTest::isAcyclic()</a> in AcyclicTest.php</div>
  143.                             <div class="index-item-description">isAcyclic returns true if a graph contains no cycles, false otherwise.</div>
  144.                     </dd>
  145.             <dt class="field">
  146.                         <span class="method-title">isDirected</span>
  147.                     </dt>
  148.         <dd class="index-item-body">
  149.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph.html#methodisDirected">Structures_Graph::isDirected()</a> in Graph.php</div>
  150.                             <div class="index-item-description">Return true if a graph is directed</div>
  151.                     </dd>
  152.         </dl>
  153.     <a name="m"></a>
  154.     <div class="index-letter-section">
  155.         <div style="float: left" class="index-letter-title">m</div>
  156.         <div style="float: right"><a href="#top">top</a></div>
  157.         <div style="clear: both"></div>
  158.     </div>
  159.     <dl>
  160.             <dt class="field">
  161.                         <span class="method-title">metadataKeyExists</span>
  162.                     </dt>
  163.         <dd class="index-item-body">
  164.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodmetadataKeyExists">Structures_Graph_Node::metadataKeyExists()</a> in Node.php</div>
  165.                             <div class="index-item-description">Test for existence of metadata under a given key.</div>
  166.                     </dd>
  167.         </dl>
  168.     <a name="n"></a>
  169.     <div class="index-letter-section">
  170.         <div style="float: left" class="index-letter-title">n</div>
  171.         <div style="float: right"><a href="#top">top</a></div>
  172.         <div style="clear: both"></div>
  173.     </div>
  174.     <dl>
  175.             <dt class="field">
  176.                         <span class="include-title">Node.php</span>
  177.                     </dt>
  178.         <dd class="index-item-body">
  179.             <div class="index-item-details"><a href="Structures_Graph/_Structures_Graph_Node_php.html">Node.php</a> in Node.php</div>
  180.                     </dd>
  181.         </dl>
  182.     <a name="o"></a>
  183.     <div class="index-letter-section">
  184.         <div style="float: left" class="index-letter-title">o</div>
  185.         <div style="float: right"><a href="#top">top</a></div>
  186.         <div style="clear: both"></div>
  187.     </div>
  188.     <dl>
  189.             <dt class="field">
  190.                         <span class="method-title">outDegree</span>
  191.                     </dt>
  192.         <dd class="index-item-body">
  193.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodoutDegree">Structures_Graph_Node::outDegree()</a> in Node.php</div>
  194.                             <div class="index-item-description">Calculate the out degree of the node.</div>
  195.                     </dd>
  196.         </dl>
  197.     <a name="r"></a>
  198.     <div class="index-letter-section">
  199.         <div style="float: left" class="index-letter-title">r</div>
  200.         <div style="float: right"><a href="#top">top</a></div>
  201.         <div style="clear: both"></div>
  202.     </div>
  203.     <dl>
  204.             <dt class="field">
  205.                         <span class="method-title">removeNode</span>
  206.                     </dt>
  207.         <dd class="index-item-body">
  208.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph.html#methodremoveNode">Structures_Graph::removeNode()</a> in Graph.php</div>
  209.                             <div class="index-item-description">Remove a Node from the Graph</div>
  210.                     </dd>
  211.         </dl>
  212.     <a name="s"></a>
  213.     <div class="index-letter-section">
  214.         <div style="float: left" class="index-letter-title">s</div>
  215.         <div style="float: right"><a href="#top">top</a></div>
  216.         <div style="clear: both"></div>
  217.     </div>
  218.     <dl>
  219.             <dt class="field">
  220.                         <span class="method-title">setData</span>
  221.                     </dt>
  222.         <dd class="index-item-body">
  223.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodsetData">Structures_Graph_Node::setData()</a> in Node.php</div>
  224.                             <div class="index-item-description">Node data setter</div>
  225.                     </dd>
  226.             <dt class="field">
  227.                         <span class="method-title">setGraph</span>
  228.                     </dt>
  229.         <dd class="index-item-body">
  230.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodsetGraph">Structures_Graph_Node::setGraph()</a> in Node.php</div>
  231.                             <div class="index-item-description">Node graph setter. This method should not be called directly. Use Graph::addNode instead.</div>
  232.                     </dd>
  233.             <dt class="field">
  234.                         <span class="method-title">setMetadata</span>
  235.                     </dt>
  236.         <dd class="index-item-body">
  237.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodsetMetadata">Structures_Graph_Node::setMetadata()</a> in Node.php</div>
  238.                             <div class="index-item-description">Node metadata setter</div>
  239.                     </dd>
  240.             <dt class="field">
  241.                         <span class="method-title">sort</span>
  242.                     </dt>
  243.         <dd class="index-item-body">
  244.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html#methodsort">Structures_Graph_Manipulator_TopologicalSorter::sort()</a> in TopologicalSorter.php</div>
  245.                             <div class="index-item-description">sort returns the graph's nodes, sorted by topological order.</div>
  246.                     </dd>
  247.             <dt class="field">
  248.                         Structures_Graph
  249.                     </dt>
  250.         <dd class="index-item-body">
  251.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph.html">Structures_Graph</a> in Graph.php</div>
  252.                             <div class="index-item-description">The Structures_Graph class represents a graph data structure.</div>
  253.                     </dd>
  254.             <dt class="field">
  255.                         <span class="method-title">Structures_Graph</span>
  256.                     </dt>
  257.         <dd class="index-item-body">
  258.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph.html#methodStructures_Graph">Structures_Graph::Structures_Graph()</a> in Graph.php</div>
  259.                             <div class="index-item-description">Constructor</div>
  260.                     </dd>
  261.             <dt class="field">
  262.                         <span class="const-title">STRUCTURES_GRAPH_ERROR_GENERIC</span>
  263.                     </dt>
  264.         <dd class="index-item-body">
  265.             <div class="index-item-details"><a href="Structures_Graph/_Structures_Graph_php.html#defineSTRUCTURES_GRAPH_ERROR_GENERIC">STRUCTURES_GRAPH_ERROR_GENERIC</a> in Graph.php</div>
  266.                     </dd>
  267.             <dt class="field">
  268.                         Structures_Graph_Manipulator_AcyclicTest
  269.                     </dt>
  270.         <dd class="index-item-body">
  271.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html">Structures_Graph_Manipulator_AcyclicTest</a> in AcyclicTest.php</div>
  272.                             <div class="index-item-description">The Structures_Graph_Manipulator_AcyclicTest is a graph manipulator  which tests whether a graph contains a cycle.</div>
  273.                     </dd>
  274.             <dt class="field">
  275.                         Structures_Graph_Manipulator_TopologicalSorter
  276.                     </dt>
  277.         <dd class="index-item-body">
  278.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html">Structures_Graph_Manipulator_TopologicalSorter</a> in TopologicalSorter.php</div>
  279.                             <div class="index-item-description">The Structures_Graph_Manipulator_TopologicalSorter is a manipulator  which is able to return the set of nodes in a graph, sorted by topological  order.</div>
  280.                     </dd>
  281.             <dt class="field">
  282.                         <span class="method-title">Structures_Graph_Node</span>
  283.                     </dt>
  284.         <dd class="index-item-body">
  285.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodStructures_Graph_Node">Structures_Graph_Node::Structures_Graph_Node()</a> in Node.php</div>
  286.                             <div class="index-item-description">Constructor</div>
  287.                     </dd>
  288.             <dt class="field">
  289.                         Structures_Graph_Node
  290.                     </dt>
  291.         <dd class="index-item-body">
  292.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html">Structures_Graph_Node</a> in Node.php</div>
  293.                             <div class="index-item-description">The Structures_Graph_Node class represents a Node that can be member of a  graph node set.</div>
  294.                     </dd>
  295.         </dl>
  296.     <a name="t"></a>
  297.     <div class="index-letter-section">
  298.         <div style="float: left" class="index-letter-title">t</div>
  299.         <div style="float: right"><a href="#top">top</a></div>
  300.         <div style="clear: both"></div>
  301.     </div>
  302.     <dl>
  303.             <dt class="field">
  304.                         <span class="include-title">TopologicalSorter.php</span>
  305.                     </dt>
  306.         <dd class="index-item-body">
  307.             <div class="index-item-details"><a href="Structures_Graph/_Structures_Graph_Manipulator_TopologicalSorter_php.html">TopologicalSorter.php</a> in TopologicalSorter.php</div>
  308.                     </dd>
  309.         </dl>
  310.     <a name="u"></a>
  311.     <div class="index-letter-section">
  312.         <div style="float: left" class="index-letter-title">u</div>
  313.         <div style="float: right"><a href="#top">top</a></div>
  314.         <div style="clear: both"></div>
  315.     </div>
  316.     <dl>
  317.             <dt class="field">
  318.                         <span class="method-title">unsetMetadata</span>
  319.                     </dt>
  320.         <dd class="index-item-body">
  321.             <div class="index-item-details"><a href="Structures_Graph/Structures_Graph_Node.html#methodunsetMetadata">Structures_Graph_Node::unsetMetadata()</a> in Node.php</div>
  322.                             <div class="index-item-description">Delete metadata by key</div>
  323.                     </dd>
  324.         </dl>
  325.  
  326. <div class="index-letter-menu">
  327.     <a class="index-letter" href="elementindex.html#a">a</a>
  328.     <a class="index-letter" href="elementindex.html#c">c</a>
  329.     <a class="index-letter" href="elementindex.html#g">g</a>
  330.     <a class="index-letter" href="elementindex.html#i">i</a>
  331.     <a class="index-letter" href="elementindex.html#m">m</a>
  332.     <a class="index-letter" href="elementindex.html#n">n</a>
  333.     <a class="index-letter" href="elementindex.html#o">o</a>
  334.     <a class="index-letter" href="elementindex.html#r">r</a>
  335.     <a class="index-letter" href="elementindex.html#s">s</a>
  336.     <a class="index-letter" href="elementindex.html#t">t</a>
  337.     <a class="index-letter" href="elementindex.html#u">u</a>
  338. </div>    </body>
  339. </html>