<li><ahref="../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="class in cl.cromer.estructuras"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../cl/cromer/estructuras/Grafo.NoDirigido.html"title="class in cl.cromer.estructuras"><spanclass="typeNameLink">Next Class</span></a></li>
<tdclass="colFirst"><code>private <ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>></code></td>
<tdclass="colFirst"><code>private <ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>></code></td>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../cl/cromer/estructuras/Grafo.Edge.html#Edge-cl.cromer.estructuras.Grafo.Vertex-cl.cromer.estructuras.Grafo.Vertex-">Edge</a></span>(<ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> from,
<ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> to)</code>
<divclass="block">Create a zero cost edge between from and to</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../cl/cromer/estructuras/Grafo.Edge.html#Edge-cl.cromer.estructuras.Grafo.Vertex-cl.cromer.estructuras.Grafo.Vertex-int-">Edge</a></span>(<ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> from,
<ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> to,
int cost)</code>
<divclass="block">Create an edge between from and to with the given cost.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.summary">
<!---->
</a>
<h3>Method Summary</h3>
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Method Summary table, listing methods, and an explanation">
<tdclass="colFirst"><code><ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>></code></td>
<tdclass="colFirst"><code><ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>></code></td>
<pre>private <ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> from</pre>
</li>
</ul>
<aname="to">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>to</h4>
<pre>private <ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> to</pre>
<pre>public Edge(<ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> from,
<ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> to)</pre>
<divclass="block">Create a zero cost edge between from and to</div>
<pre>public Edge(<ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> from,
<ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> to,
int cost)</pre>
<divclass="block">Create an edge between from and to with the given cost.</div>
<pre>public <ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> getTo()</pre>
<divclass="block">Get the ending vertex</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>ending vertex</dd>
</dl>
</li>
</ul>
<aname="getFrom--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getFrom</h4>
<pre>public <ahref="../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../cl/cromer/estructuras/Grafo.Edge.html"title="type parameter in Grafo.Edge">T</a>> getFrom()</pre>
<divclass="block">Get the starting vertex</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>starting vertex</dd>
</dl>
</li>
</ul>
<aname="getCost--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getCost</h4>
<pre>public int getCost()</pre>
<divclass="block">Get the cost of the edge</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>cost of the edge</dd>
</dl>
</li>
</ul>
<aname="mark--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>mark</h4>
<pre>public void mark()</pre>
<divclass="block">Set the mark flag of the edge</div>
<li><ahref="../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="class in cl.cromer.estructuras"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../cl/cromer/estructuras/Grafo.NoDirigido.html"title="class in cl.cromer.estructuras"><spanclass="typeNameLink">Next Class</span></a></li>