2013-12-19 19:05:28 +01:00

2486 lines
285 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_07) on Sat Jul 04 00:08:10 PDT 2009 -->
<TITLE>
Index (JGraphT : a free Java graph library)
</TITLE>
<META NAME="date" CONTENT="2009-07-04">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (JGraphT : a free Java graph library)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph"><B>AbstractBaseGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="type parameter in AbstractBaseGraph">V</A>,<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="type parameter in AbstractBaseGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>The most general implementation of the <A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht"><CODE>Graph</CODE></A> interface.<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#AbstractBaseGraph(org.jgrapht.EdgeFactory, boolean, boolean)"><B>AbstractBaseGraph(EdgeFactory&lt;V, E&gt;, boolean, boolean)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>Construct a new pseudograph.
<DT><A HREF="./org/jgrapht/graph/AbstractGraph.html" title="class in org.jgrapht.graph"><B>AbstractGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/AbstractGraph.html" title="type parameter in AbstractGraph">V</A>,<A HREF="./org/jgrapht/graph/AbstractGraph.html" title="type parameter in AbstractGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A skeletal implementation of the <tt>Graph</tt> interface, to minimize the
effort required to implement graph interfaces.<DT><A HREF="./org/jgrapht/graph/AbstractGraph.html#AbstractGraph()"><B>AbstractGraph()</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractGraph.html" title="class in org.jgrapht.graph">AbstractGraph</A>
<DD>Construct a new empty graph object.
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse"><B>AbstractGraphIterator</B></A>&lt;<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="type parameter in AbstractGraphIterator">V</A>,<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="type parameter in AbstractGraphIterator">E</A>&gt; - Class in <A HREF="./org/jgrapht/traverse/package-summary.html">org.jgrapht.traverse</A><DD>An empty implementation of a graph iterator to minimize the effort required
to implement graph iterators.<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#AbstractGraphIterator()"><B>AbstractGraphIterator()</B></A> -
Constructor for class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graphs.html#addAllEdges(org.jgrapht.Graph, org.jgrapht.Graph, java.util.Collection)"><B>addAllEdges(Graph&lt;? super V, ? super E&gt;, Graph&lt;V, E&gt;, Collection&lt;? extends E&gt;)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Adds a subset of the edges of the specified source graph to the specified
destination graph.
<DT><A HREF="./org/jgrapht/Graphs.html#addAllVertices(org.jgrapht.Graph, java.util.Collection)"><B>addAllVertices(Graph&lt;? super V, ? super E&gt;, Collection&lt;? extends V&gt;)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Adds all of the specified vertices to the destination graph.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#addEdge(V, V)"><B>addEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#addEdge(V, V, E)"><B>addEdge(V, V, E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#addEdge(V, V)"><B>addEdge(V, V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Creates a new edge in this graph, going from the source vertex to the
target vertex, and returns the created edge.
<DT><A HREF="./org/jgrapht/Graph.html#addEdge(V, V, E)"><B>addEdge(V, V, E)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Adds the specified edge to this graph, going from the source vertex to
the target vertex.
<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html#addEdge(V, V)"><B>addEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html#addEdge(V, V, E)"><B>addEdge(V, V, E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#addEdge(V, V)"><B>addEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#addEdge(V, V, E)"><B>addEdge(V, V, E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#addEdge(V, V)"><B>addEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#addEdge(V, V, E)"><B>addEdge(V, V, E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#addEdge(V, V)"><B>addEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#addEdge(V, V, E)"><B>addEdge(V, V, E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#addEdge(V, V)"><B>addEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>Throws <tt>UnsupportedOperationException</tt>, because <tt>
GraphUnion</tt> is read-only.
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#addEdge(V, V, E)"><B>addEdge(V, V, E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>Throws <tt>UnsupportedOperationException</tt>, because <tt>
GraphUnion</tt> is read-only.
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#addEdge(V, V)"><B>addEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#addEdge(V, V, E)"><B>addEdge(V, V, E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/ParanoidGraph.html#addEdge(V, V, E)"><B>addEdge(V, V, E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ParanoidGraph.html" title="class in org.jgrapht.graph">ParanoidGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#addEdge(V, V)"><B>addEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#addEdge(V, V, E)"><B>addEdge(V, V, E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/UnmodifiableGraph.html#addEdge(V, V)"><B>addEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="class in org.jgrapht.graph">UnmodifiableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/UnmodifiableGraph.html#addEdge(V, V, E)"><B>addEdge(V, V, E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="class in org.jgrapht.graph">UnmodifiableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graphs.html#addEdge(org.jgrapht.Graph, V, V, double)"><B>addEdge(Graph&lt;V, E&gt;, V, V, double)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Creates a new edge and adds it to the specified graph similarly to the
<A HREF="./org/jgrapht/Graph.html#addEdge(V, V)"><CODE>Graph.addEdge(Object, Object)</CODE></A> method.
<DT><A HREF="./org/jgrapht/Graphs.html#addEdgeWithVertices(org.jgrapht.Graph, V, V)"><B>addEdgeWithVertices(Graph&lt;V, E&gt;, V, V)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Adds the specified source and target vertices to the graph, if not
already included, and creates a new edge and adds it to the specified
graph similarly to the <A HREF="./org/jgrapht/Graph.html#addEdge(V, V)"><CODE>Graph.addEdge(Object, Object)</CODE></A> method.
<DT><A HREF="./org/jgrapht/Graphs.html#addEdgeWithVertices(org.jgrapht.Graph, org.jgrapht.Graph, E)"><B>addEdgeWithVertices(Graph&lt;V, E&gt;, Graph&lt;V, E&gt;, E)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Adds the specified edge to the graph, including its vertices if not
already included.
<DT><A HREF="./org/jgrapht/Graphs.html#addEdgeWithVertices(org.jgrapht.Graph, V, V, double)"><B>addEdgeWithVertices(Graph&lt;V, E&gt;, V, V, double)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Adds the specified source and target vertices to the graph, if not
already included, and creates a new weighted edge and adds it to the
specified graph similarly to the <A HREF="./org/jgrapht/Graph.html#addEdge(V, V)"><CODE>Graph.addEdge(Object, Object)</CODE></A>
method.
<DT><A HREF="./org/jgrapht/Graphs.html#addGraph(org.jgrapht.Graph, org.jgrapht.Graph)"><B>addGraph(Graph&lt;? super V, ? super E&gt;, Graph&lt;V, E&gt;)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Adds all the vertices and all the edges of the specified source graph to
the specified destination graph.
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#addGraphListener(org.jgrapht.event.GraphListener)"><B>addGraphListener(GraphListener&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ListenableGraph.html#addGraphListener(org.jgrapht.event.GraphListener)"><B>addGraphListener(GraphListener&lt;V, E&gt;)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht">ListenableGraph</A>
<DD>Adds the specified graph listener to this graph, if not already present.
<DT><A HREF="./org/jgrapht/Graphs.html#addGraphReversed(org.jgrapht.DirectedGraph, org.jgrapht.DirectedGraph)"><B>addGraphReversed(DirectedGraph&lt;? super V, ? super E&gt;, DirectedGraph&lt;V, E&gt;)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Adds all the vertices and all the edges of the specified source digraph
to the specified destination digraph, reversing all of the edges.
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#addTraversalListener(org.jgrapht.event.TraversalListener)"><B>addTraversalListener(TraversalListener&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>Adds the specified traversal listener to this iterator.
<DT><A HREF="./org/jgrapht/traverse/GraphIterator.html#addTraversalListener(org.jgrapht.event.TraversalListener)"><B>addTraversalListener(TraversalListener&lt;V, E&gt;)</B></A> -
Method in interface org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/GraphIterator.html" title="interface in org.jgrapht.traverse">GraphIterator</A>
<DD>Adds the specified traversal listener to this iterator.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#addVertex(V)"><B>addVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#addVertex(V)"><B>addVertex(V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Adds the specified vertex to this graph if not already present.
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#addVertex(V)"><B>addVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#addVertex(V)"><B>addVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#addVertex(V)"><B>addVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>Throws <tt>UnsupportedOperationException</tt>, because <tt>
GraphUnion</tt> is read-only.
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#addVertex(V)"><B>addVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/ParanoidGraph.html#addVertex(V)"><B>addVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ParanoidGraph.html" title="class in org.jgrapht.graph">ParanoidGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#addVertex(V)"><B>addVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>Adds the specified vertex to this subgraph.
<DT><A HREF="./org/jgrapht/graph/UnmodifiableGraph.html#addVertex(V)"><B>addVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="class in org.jgrapht.graph">UnmodifiableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#addVertexSetListener(org.jgrapht.event.VertexSetListener)"><B>addVertexSetListener(VertexSetListener&lt;V&gt;)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ListenableGraph.html#addVertexSetListener(org.jgrapht.event.VertexSetListener)"><B>addVertexSetListener(VertexSetListener&lt;V&gt;)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht">ListenableGraph</A>
<DD>Adds the specified vertex set listener to this graph, if not already
present.
<DT><A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html" title="class in org.jgrapht.util"><B>ArrayUnenforcedSet</B></A>&lt;<A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html" title="type parameter in ArrayUnenforcedSet">E</A>&gt; - Class in <A HREF="./org/jgrapht/util/package-summary.html">org.jgrapht.util</A><DD>Helper for efficiently representing small sets whose elements are known to be
unique by construction, implying we don't need to enforce the uniqueness
property in the data structure itself.<DT><A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html#ArrayUnenforcedSet()"><B>ArrayUnenforcedSet()</B></A> -
Constructor for class org.jgrapht.util.<A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html" title="class in org.jgrapht.util">ArrayUnenforcedSet</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html#ArrayUnenforcedSet(java.util.Collection)"><B>ArrayUnenforcedSet(Collection&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.util.<A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html" title="class in org.jgrapht.util">ArrayUnenforcedSet</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html#ArrayUnenforcedSet(int)"><B>ArrayUnenforcedSet(int)</B></A> -
Constructor for class org.jgrapht.util.<A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html" title="class in org.jgrapht.util">ArrayUnenforcedSet</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractGraph.html#assertVertexExist(V)"><B>assertVertexExist(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractGraph.html" title="class in org.jgrapht.graph">AbstractGraph</A>
<DD>Ensures that the specified vertex exists in this graph, or else throws
exception.
<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph"><B>AsUndirectedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="type parameter in AsUndirectedGraph">V</A>,<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="type parameter in AsUndirectedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An undirected view of the backing directed graph specified in the
constructor.<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html#AsUndirectedGraph(org.jgrapht.DirectedGraph)"><B>AsUndirectedGraph(DirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</A>
<DD>Constructor for AsUndirectedGraph.
<DT><A HREF="./org/jgrapht/graph/AsUnweightedDirectedGraph.html" title="class in org.jgrapht.graph"><B>AsUnweightedDirectedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/AsUnweightedDirectedGraph.html" title="type parameter in AsUnweightedDirectedGraph">V</A>,<A HREF="./org/jgrapht/graph/AsUnweightedDirectedGraph.html" title="type parameter in AsUnweightedDirectedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An unweighted view of the backing weighted graph specified in the
constructor.<DT><A HREF="./org/jgrapht/graph/AsUnweightedDirectedGraph.html#AsUnweightedDirectedGraph(org.jgrapht.DirectedGraph)"><B>AsUnweightedDirectedGraph(DirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUnweightedDirectedGraph.html" title="class in org.jgrapht.graph">AsUnweightedDirectedGraph</A>
<DD>Constructor for AsUnweightedGraph.
<DT><A HREF="./org/jgrapht/graph/AsUnweightedGraph.html" title="class in org.jgrapht.graph"><B>AsUnweightedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/AsUnweightedGraph.html" title="type parameter in AsUnweightedGraph">V</A>,<A HREF="./org/jgrapht/graph/AsUnweightedGraph.html" title="type parameter in AsUnweightedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An unweighted view of the backing weighted graph specified in the
constructor.<DT><A HREF="./org/jgrapht/graph/AsUnweightedGraph.html#AsUnweightedGraph(org.jgrapht.Graph)"><B>AsUnweightedGraph(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUnweightedGraph.html" title="class in org.jgrapht.graph">AsUnweightedGraph</A>
<DD>Constructor for AsUnweightedGraph.
<DT><A HREF="./org/jgrapht/graph/AsWeightedGraph.html" title="class in org.jgrapht.graph"><B>AsWeightedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/AsWeightedGraph.html" title="type parameter in AsWeightedGraph">V</A>,<A HREF="./org/jgrapht/graph/AsWeightedGraph.html" title="type parameter in AsWeightedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A weighted view of the backing graph specified in the constructor.<DT><A HREF="./org/jgrapht/graph/AsWeightedGraph.html#AsWeightedGraph(org.jgrapht.Graph, java.util.Map)"><B>AsWeightedGraph(Graph&lt;V, E&gt;, Map&lt;E, Double&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsWeightedGraph.html" title="class in org.jgrapht.graph">AsWeightedGraph</A>
<DD>Constructor for AsWeightedGraph.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html#BEFORE_EDGE_ADDED"><B>BEFORE_EDGE_ADDED</B></A> -
Static variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event">GraphEdgeChangeEvent</A>
<DD>Before edge added event.
<DT><A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html#BEFORE_EDGE_REMOVED"><B>BEFORE_EDGE_REMOVED</B></A> -
Static variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event">GraphEdgeChangeEvent</A>
<DD>Before edge removed event.
<DT><A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html#BEFORE_VERTEX_ADDED"><B>BEFORE_VERTEX_ADDED</B></A> -
Static variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event">GraphVertexChangeEvent</A>
<DD>Before vertex added event.
<DT><A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html#BEFORE_VERTEX_REMOVED"><B>BEFORE_VERTEX_REMOVED</B></A> -
Static variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event">GraphVertexChangeEvent</A>
<DD>Before vertex removed event.
<DT><A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html" title="class in org.jgrapht.alg"><B>BellmanFordShortestPath</B></A>&lt;<A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html" title="type parameter in BellmanFordShortestPath">V</A>,<A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html" title="type parameter in BellmanFordShortestPath">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD><a href="http://www.nist.gov/dads/HTML/bellmanford.html">Bellman-Ford
algorithm</a>: weights could be negative, paths could be constrained by a
maximum number of edges.<DT><A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html#BellmanFordShortestPath(org.jgrapht.Graph, V)"><B>BellmanFordShortestPath(Graph&lt;V, E&gt;, V)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html" title="class in org.jgrapht.alg">BellmanFordShortestPath</A>
<DD>Creates an object to calculate shortest paths between the start vertex
and others vertices using the Bellman-Ford algorithm.
<DT><A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html#BellmanFordShortestPath(org.jgrapht.Graph, V, int)"><B>BellmanFordShortestPath(Graph&lt;V, E&gt;, V, int)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html" title="class in org.jgrapht.alg">BellmanFordShortestPath</A>
<DD>Creates an object to calculate shortest paths between the start vertex
and others vertices using the Bellman-Ford algorithm.
<DT><A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html#BellmanFordShortestPath(org.jgrapht.Graph, V, int, double)"><B>BellmanFordShortestPath(Graph&lt;V, E&gt;, V, int, double)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html" title="class in org.jgrapht.alg">BellmanFordShortestPath</A>
<DD>Creates an object to calculate shortest paths between the start vertex
and others vertices using the Bellman-Ford algorithm.
<DT><A HREF="./org/jgrapht/alg/BiconnectivityInspector.html" title="class in org.jgrapht.alg"><B>BiconnectivityInspector</B></A>&lt;<A HREF="./org/jgrapht/alg/BiconnectivityInspector.html" title="type parameter in BiconnectivityInspector">V</A>,<A HREF="./org/jgrapht/alg/BiconnectivityInspector.html" title="type parameter in BiconnectivityInspector">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>Inspects a graph for the biconnectivity property.<DT><A HREF="./org/jgrapht/alg/BiconnectivityInspector.html#BiconnectivityInspector(org.jgrapht.UndirectedGraph)"><B>BiconnectivityInspector(UndirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BiconnectivityInspector.html" title="class in org.jgrapht.alg">BiconnectivityInspector</A>
<DD>Running time = O(m) where m is the number of edges.
<DT><A HREF="./org/jgrapht/alg/BlockCutpointGraph.html" title="class in org.jgrapht.alg"><B>BlockCutpointGraph</B></A>&lt;<A HREF="./org/jgrapht/alg/BlockCutpointGraph.html" title="type parameter in BlockCutpointGraph">V</A>,<A HREF="./org/jgrapht/alg/BlockCutpointGraph.html" title="type parameter in BlockCutpointGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>Definition of a <a href="http://mathworld.wolfram.com/Block.html">block of a
graph</a> in MathWorld.<br>
</br> Definition and lemma taken from the article <a
href="http://www.albany.edu/~goel/publications/rosencrantz2005.pdf">
Structure-Based Resilience Metrics for Service-Oriented Networks</a>:
<b>Definition 4.5</b> Let G(V; E) be a connected undirected graph.<DT><A HREF="./org/jgrapht/alg/BlockCutpointGraph.html#BlockCutpointGraph(org.jgrapht.UndirectedGraph)"><B>BlockCutpointGraph(UndirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BlockCutpointGraph.html" title="class in org.jgrapht.alg">BlockCutpointGraph</A>
<DD>Running time = O(m) where m is the number of edges.
<DT><A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html" title="class in org.jgrapht.traverse"><B>BreadthFirstIterator</B></A>&lt;<A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html" title="type parameter in BreadthFirstIterator">V</A>,<A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html" title="type parameter in BreadthFirstIterator">E</A>&gt; - Class in <A HREF="./org/jgrapht/traverse/package-summary.html">org.jgrapht.traverse</A><DD>A breadth-first iterator for a directed and an undirected graph.<DT><A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html#BreadthFirstIterator(org.jgrapht.Graph)"><B>BreadthFirstIterator(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html" title="class in org.jgrapht.traverse">BreadthFirstIterator</A>
<DD>Creates a new breadth-first iterator for the specified graph.
<DT><A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html#BreadthFirstIterator(org.jgrapht.Graph, V)"><B>BreadthFirstIterator(Graph&lt;V, E&gt;, V)</B></A> -
Constructor for class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html" title="class in org.jgrapht.traverse">BreadthFirstIterator</A>
<DD>Creates a new breadth-first iterator for the specified graph.
<DT><A HREF="./org/jgrapht/alg/BronKerboschCliqueFinder.html" title="class in org.jgrapht.alg"><B>BronKerboschCliqueFinder</B></A>&lt;<A HREF="./org/jgrapht/alg/BronKerboschCliqueFinder.html" title="type parameter in BronKerboschCliqueFinder">V</A>,<A HREF="./org/jgrapht/alg/BronKerboschCliqueFinder.html" title="type parameter in BronKerboschCliqueFinder">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>This class implements Bron-Kerbosch clique detection algorithm as it is
described in [Samudrala R.,Moult J.:A Graph-theoretic Algorithm for
comparative Modeling of Protein Structure; J.Mol.<DT><A HREF="./org/jgrapht/alg/BronKerboschCliqueFinder.html#BronKerboschCliqueFinder(org.jgrapht.Graph)"><B>BronKerboschCliqueFinder(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BronKerboschCliqueFinder.html" title="class in org.jgrapht.alg">BronKerboschCliqueFinder</A>
<DD>Creates a new clique finder.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html#calculateMaximumFlow(V, V)"><B>calculateMaximumFlow(V, V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html" title="class in org.jgrapht.alg">EdmondsKarpMaximumFlow</A>
<DD>Sets current source to <tt>source</tt>, current sink to <tt>sink</tt>,
then calculates maximum flow from <tt>source</tt> to <tt>sink</tt>.
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#cascadingCut(org.jgrapht.util.FibonacciHeapNode)"><B>cascadingCut(FibonacciHeapNode&lt;T&gt;)</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Performs a cascading cut operation.
<DT><A HREF="./org/jgrapht/generate/StarGraphGenerator.html#CENTER_VERTEX"><B>CENTER_VERTEX</B></A> -
Static variable in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/StarGraphGenerator.html" title="class in org.jgrapht.generate">StarGraphGenerator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/ChromaticNumber.html" title="class in org.jgrapht.alg"><B>ChromaticNumber</B></A> - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>Allows the <a href="http://mathworld.wolfram.com/ChromaticNumber.html">
chromatic number</a> of a graph to be calculated.<DT><A HREF="./org/jgrapht/alg/ChromaticNumber.html#ChromaticNumber()"><B>ChromaticNumber()</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ChromaticNumber.html" title="class in org.jgrapht.alg">ChromaticNumber</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/ClassBasedEdgeFactory.html" title="class in org.jgrapht.graph"><B>ClassBasedEdgeFactory</B></A>&lt;<A HREF="./org/jgrapht/graph/ClassBasedEdgeFactory.html" title="type parameter in ClassBasedEdgeFactory">V</A>,<A HREF="./org/jgrapht/graph/ClassBasedEdgeFactory.html" title="type parameter in ClassBasedEdgeFactory">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An <A HREF="./org/jgrapht/EdgeFactory.html" title="interface in org.jgrapht"><CODE>EdgeFactory</CODE></A> for producing edges by using a class as a factory.<DT><A HREF="./org/jgrapht/graph/ClassBasedEdgeFactory.html#ClassBasedEdgeFactory(java.lang.Class)"><B>ClassBasedEdgeFactory(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ClassBasedEdgeFactory.html" title="class in org.jgrapht.graph">ClassBasedEdgeFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/ClassBasedVertexFactory.html" title="class in org.jgrapht.graph"><B>ClassBasedVertexFactory</B></A>&lt;<A HREF="./org/jgrapht/graph/ClassBasedVertexFactory.html" title="type parameter in ClassBasedVertexFactory">V</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A <A HREF="./org/jgrapht/VertexFactory.html" title="interface in org.jgrapht"><CODE>VertexFactory</CODE></A> for producing vertices by using a class as a factory.<DT><A HREF="./org/jgrapht/graph/ClassBasedVertexFactory.html#ClassBasedVertexFactory(java.lang.Class)"><B>ClassBasedVertexFactory(Class&lt;? extends V&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ClassBasedVertexFactory.html" title="class in org.jgrapht.graph">ClassBasedVertexFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/IntegerEdgeNameProvider.html#clear()"><B>clear()</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/IntegerEdgeNameProvider.html" title="class in org.jgrapht.ext">IntegerEdgeNameProvider</A>
<DD>Clears all cached identifiers, and resets the unique identifier counter.
<DT><A HREF="./org/jgrapht/ext/IntegerNameProvider.html#clear()"><B>clear()</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/IntegerNameProvider.html" title="class in org.jgrapht.ext">IntegerNameProvider</A>
<DD>Clears all cached identifiers, and resets the unique identifier counter.
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#clear()"><B>clear()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Removes all elements from this heap.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#clone()"><B>clone()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>Returns a shallow copy of this graph instance.
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#clone()"><B>clone()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/TransitiveClosure.html#closeSimpleDirectedGraph(org.jgrapht.graph.SimpleDirectedGraph)"><B>closeSimpleDirectedGraph(SimpleDirectedGraph&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/TransitiveClosure.html" title="class in org.jgrapht.alg">TransitiveClosure</A>
<DD>Computes the transitive closure of the given graph.
<DT><A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="class in org.jgrapht.traverse"><B>ClosestFirstIterator</B></A>&lt;<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="type parameter in ClosestFirstIterator">V</A>,<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="type parameter in ClosestFirstIterator">E</A>&gt; - Class in <A HREF="./org/jgrapht/traverse/package-summary.html">org.jgrapht.traverse</A><DD>A closest-first iterator for a directed or undirected graph.<DT><A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html#ClosestFirstIterator(org.jgrapht.Graph)"><B>ClosestFirstIterator(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="class in org.jgrapht.traverse">ClosestFirstIterator</A>
<DD>Creates a new closest-first iterator for the specified graph.
<DT><A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html#ClosestFirstIterator(org.jgrapht.Graph, V)"><B>ClosestFirstIterator(Graph&lt;V, E&gt;, V)</B></A> -
Constructor for class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="class in org.jgrapht.traverse">ClosestFirstIterator</A>
<DD>Creates a new closest-first iterator for the specified graph.
<DT><A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html#ClosestFirstIterator(org.jgrapht.Graph, V, double)"><B>ClosestFirstIterator(Graph&lt;V, E&gt;, V, double)</B></A> -
Constructor for class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="class in org.jgrapht.traverse">ClosestFirstIterator</A>
<DD>Creates a new radius-bounded closest-first iterator for the specified
graph.
<DT><A HREF="./org/jgrapht/util/WeightCombiner.html#combine(double, double)"><B>combine(double, double)</B></A> -
Method in interface org.jgrapht.util.<A HREF="./org/jgrapht/util/WeightCombiner.html" title="interface in org.jgrapht.util">WeightCombiner</A>
<DD>Combines two weights.
<DT><A HREF="./org/jgrapht/alg/util/VertexDegreeComparator.html#compare(V, V)"><B>compare(V, V)</B></A> -
Method in class org.jgrapht.alg.util.<A HREF="./org/jgrapht/alg/util/VertexDegreeComparator.html" title="class in org.jgrapht.alg.util">VertexDegreeComparator</A>
<DD>Compare the degrees of <code>v1</code> and <code>v2</code>, taking into
account whether ascending or descending order is used.
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#compareTo(org.jgrapht.util.ModifiableInteger)"><B>compareTo(ModifiableInteger)</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>Compares two <code>ModifiableInteger</code> objects numerically.
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#compareTo(java.lang.Object)"><B>compareTo(Object)</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>Compares this <code>ModifiableInteger</code> object to another object.
<DT><A HREF="./org/jgrapht/generate/CompleteBipartiteGraphGenerator.html" title="class in org.jgrapht.generate"><B>CompleteBipartiteGraphGenerator</B></A>&lt;<A HREF="./org/jgrapht/generate/CompleteBipartiteGraphGenerator.html" title="type parameter in CompleteBipartiteGraphGenerator">V</A>,<A HREF="./org/jgrapht/generate/CompleteBipartiteGraphGenerator.html" title="type parameter in CompleteBipartiteGraphGenerator">E</A>&gt; - Class in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>Generates a <a
href="http://mathworld.wolfram.com/CompleteBipartiteGraph.html">complete
bipartite graph</a> of any size.<DT><A HREF="./org/jgrapht/generate/CompleteBipartiteGraphGenerator.html#CompleteBipartiteGraphGenerator(int, int)"><B>CompleteBipartiteGraphGenerator(int, int)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/CompleteBipartiteGraphGenerator.html" title="class in org.jgrapht.generate">CompleteBipartiteGraphGenerator</A>
<DD>Creates a new CompleteBipartiteGraphGenerator object.
<DT><A HREF="./org/jgrapht/demo/CompleteGraphDemo.html" title="class in org.jgrapht.demo"><B>CompleteGraphDemo</B></A> - Class in <A HREF="./org/jgrapht/demo/package-summary.html">org.jgrapht.demo</A><DD>&nbsp;<DT><A HREF="./org/jgrapht/demo/CompleteGraphDemo.html#CompleteGraphDemo()"><B>CompleteGraphDemo()</B></A> -
Constructor for class org.jgrapht.demo.<A HREF="./org/jgrapht/demo/CompleteGraphDemo.html" title="class in org.jgrapht.demo">CompleteGraphDemo</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/generate/CompleteGraphGenerator.html" title="class in org.jgrapht.generate"><B>CompleteGraphGenerator</B></A>&lt;<A HREF="./org/jgrapht/generate/CompleteGraphGenerator.html" title="type parameter in CompleteGraphGenerator">V</A>,<A HREF="./org/jgrapht/generate/CompleteGraphGenerator.html" title="type parameter in CompleteGraphGenerator">E</A>&gt; - Class in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>Generates a complete graph of any size.<DT><A HREF="./org/jgrapht/generate/CompleteGraphGenerator.html#CompleteGraphGenerator(int)"><B>CompleteGraphGenerator(int)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/CompleteGraphGenerator.html" title="class in org.jgrapht.generate">CompleteGraphGenerator</A>
<DD>Construct a new CompleteGraphGenerator.
<DT><A HREF="./org/jgrapht/event/ConnectedComponentTraversalEvent.html#CONNECTED_COMPONENT_FINISHED"><B>CONNECTED_COMPONENT_FINISHED</B></A> -
Static variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/ConnectedComponentTraversalEvent.html" title="class in org.jgrapht.event">ConnectedComponentTraversalEvent</A>
<DD>Connected component traversal finished event.
<DT><A HREF="./org/jgrapht/event/ConnectedComponentTraversalEvent.html#CONNECTED_COMPONENT_STARTED"><B>CONNECTED_COMPONENT_STARTED</B></A> -
Static variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/ConnectedComponentTraversalEvent.html" title="class in org.jgrapht.event">ConnectedComponentTraversalEvent</A>
<DD>Connected component traversal started event.
<DT><A HREF="./org/jgrapht/event/TraversalListener.html#connectedComponentFinished(org.jgrapht.event.ConnectedComponentTraversalEvent)"><B>connectedComponentFinished(ConnectedComponentTraversalEvent)</B></A> -
Method in interface org.jgrapht.event.<A HREF="./org/jgrapht/event/TraversalListener.html" title="interface in org.jgrapht.event">TraversalListener</A>
<DD>Called to inform listeners that the traversal of the current connected
component has finished.
<DT><A HREF="./org/jgrapht/event/TraversalListenerAdapter.html#connectedComponentFinished(org.jgrapht.event.ConnectedComponentTraversalEvent)"><B>connectedComponentFinished(ConnectedComponentTraversalEvent)</B></A> -
Method in class org.jgrapht.event.<A HREF="./org/jgrapht/event/TraversalListenerAdapter.html" title="class in org.jgrapht.event">TraversalListenerAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/event/TraversalListener.html#connectedComponentStarted(org.jgrapht.event.ConnectedComponentTraversalEvent)"><B>connectedComponentStarted(ConnectedComponentTraversalEvent)</B></A> -
Method in interface org.jgrapht.event.<A HREF="./org/jgrapht/event/TraversalListener.html" title="interface in org.jgrapht.event">TraversalListener</A>
<DD>Called to inform listeners that a traversal of a new connected component
has started.
<DT><A HREF="./org/jgrapht/event/TraversalListenerAdapter.html#connectedComponentStarted(org.jgrapht.event.ConnectedComponentTraversalEvent)"><B>connectedComponentStarted(ConnectedComponentTraversalEvent)</B></A> -
Method in class org.jgrapht.event.<A HREF="./org/jgrapht/event/TraversalListenerAdapter.html" title="class in org.jgrapht.event">TraversalListenerAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/event/ConnectedComponentTraversalEvent.html" title="class in org.jgrapht.event"><B>ConnectedComponentTraversalEvent</B></A> - Class in <A HREF="./org/jgrapht/event/package-summary.html">org.jgrapht.event</A><DD>A traversal event with respect to a connected component.<DT><A HREF="./org/jgrapht/event/ConnectedComponentTraversalEvent.html#ConnectedComponentTraversalEvent(java.lang.Object, int)"><B>ConnectedComponentTraversalEvent(Object, int)</B></A> -
Constructor for class org.jgrapht.event.<A HREF="./org/jgrapht/event/ConnectedComponentTraversalEvent.html" title="class in org.jgrapht.event">ConnectedComponentTraversalEvent</A>
<DD>Creates a new ConnectedComponentTraversalEvent.
<DT><A HREF="./org/jgrapht/alg/ConnectivityInspector.html#connectedSetOf(V)"><B>connectedSetOf(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg">ConnectivityInspector</A>
<DD>Returns a set of all vertices that are in the maximally connected
component together with the specified vertex.
<DT><A HREF="./org/jgrapht/alg/ConnectivityInspector.html#connectedSets()"><B>connectedSets()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg">ConnectivityInspector</A>
<DD>Returns a list of <code>Set</code> s, where each set contains all
vertices that are in the same maximally connected component.
<DT><A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg"><B>ConnectivityInspector</B></A>&lt;<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="type parameter in ConnectivityInspector">V</A>,<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="type parameter in ConnectivityInspector">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>Allows obtaining various connectivity aspects of a graph.<DT><A HREF="./org/jgrapht/alg/ConnectivityInspector.html#ConnectivityInspector(org.jgrapht.UndirectedGraph)"><B>ConnectivityInspector(UndirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg">ConnectivityInspector</A>
<DD>Creates a connectivity inspector for the specified undirected graph.
<DT><A HREF="./org/jgrapht/alg/ConnectivityInspector.html#ConnectivityInspector(org.jgrapht.DirectedGraph)"><B>ConnectivityInspector(DirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg">ConnectivityInspector</A>
<DD>Creates a connectivity inspector for the specified directed graph.
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#consolidate()"><B>consolidate()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#containsEdge(E)"><B>containsEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractGraph.html#containsEdge(V, V)"><B>containsEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractGraph.html" title="class in org.jgrapht.graph">AbstractGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#containsEdge(V, V)"><B>containsEdge(V, V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns <tt>true</tt> if and only if this graph contains an edge going
from the source vertex to the target vertex.
<DT><A HREF="./org/jgrapht/Graph.html#containsEdge(E)"><B>containsEdge(E)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns <tt>true</tt> if this graph contains the specified edge.
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#containsEdge(E)"><B>containsEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#containsEdge(E)"><B>containsEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#containsEdge(E)"><B>containsEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#containsEdge(E)"><B>containsEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#containsVertex(V)"><B>containsVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#containsVertex(V)"><B>containsVertex(V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns <tt>true</tt> if this graph contains the specified vertex.
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#containsVertex(V)"><B>containsVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#containsVertex(V)"><B>containsVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#containsVertex(V)"><B>containsVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#containsVertex(V)"><B>containsVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#createDefaultEdgeAttributes(org.jgrapht.Graph)"><B>createDefaultEdgeAttributes(Graph&lt;V, E&gt;)</B></A> -
Static method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Creates and returns a map of attributes to be used as defaults for edge
attributes, depending on the specified graph.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#createDefaultVertexAttributes()"><B>createDefaultVertexAttributes()</B></A> -
Static method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Creates and returns a map of attributes to be used as defaults for vertex
attributes.
<DT><A HREF="./org/jgrapht/EdgeFactory.html#createEdge(V, V)"><B>createEdge(V, V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/EdgeFactory.html" title="interface in org.jgrapht">EdgeFactory</A>
<DD>Creates a new edge whose endpoints are the specified source and target
vertices.
<DT><A HREF="./org/jgrapht/graph/ClassBasedEdgeFactory.html#createEdge(V, V)"><B>createEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ClassBasedEdgeFactory.html" title="class in org.jgrapht.graph">ClassBasedEdgeFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.CellFactory.html#createEdgeCell(EE)"><B>createEdgeCell(EE)</B></A> -
Method in interface org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.CellFactory.html" title="interface in org.jgrapht.ext">JGraphModelAdapter.CellFactory</A>
<DD>Creates an edge cell that contains its respective JGraphT edge.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.DefaultCellFactory.html#createEdgeCell(EE)"><B>createEdgeCell(EE)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.DefaultCellFactory.html" title="class in org.jgrapht.ext">JGraphModelAdapter.DefaultCellFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.DefaultEdgeTopologyFactory.html#createEdges(org.jgrapht.Graph, java.util.Map, int, java.util.Random)"><B>createEdges(Graph&lt;VV, EE&gt;, Map&lt;Integer, VV&gt;, int, Random)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RandomGraphGenerator.DefaultEdgeTopologyFactory.html" title="class in org.jgrapht.generate">RandomGraphGenerator.DefaultEdgeTopologyFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.EdgeTopologyFactory.html#createEdges(org.jgrapht.Graph, java.util.Map, int, java.util.Random)"><B>createEdges(Graph&lt;VV, EE&gt;, Map&lt;Integer, VV&gt;, int, Random)</B></A> -
Method in interface org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RandomGraphGenerator.EdgeTopologyFactory.html" title="interface in org.jgrapht.generate">RandomGraphGenerator.EdgeTopologyFactory</A>
<DD>Two different calls to the createEdges() with the same parameters
must result in the generation of the same.
<DT><A HREF="./org/jgrapht/graph/EdgeSetFactory.html#createEdgeSet(V)"><B>createEdgeSet(V)</B></A> -
Method in interface org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeSetFactory.html" title="interface in org.jgrapht.graph">EdgeSetFactory</A>
<DD>Create a new edge set for a particular vertex.
<DT><A HREF="./org/jgrapht/graph/ClassBasedVertexFactory.html#createVertex()"><B>createVertex()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ClassBasedVertexFactory.html" title="class in org.jgrapht.graph">ClassBasedVertexFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/VertexFactory.html#createVertex()"><B>createVertex()</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/VertexFactory.html" title="interface in org.jgrapht">VertexFactory</A>
<DD>Creates a new vertex.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.CellFactory.html#createVertexCell(VV)"><B>createVertexCell(VV)</B></A> -
Method in interface org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.CellFactory.html" title="interface in org.jgrapht.ext">JGraphModelAdapter.CellFactory</A>
<DD>Creates a vertex cell that contains its respective JGraphT vertex.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.DefaultCellFactory.html#createVertexCell(VV)"><B>createVertexCell(VV)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.DefaultCellFactory.html" title="class in org.jgrapht.ext">JGraphModelAdapter.DefaultCellFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse"><B>CrossComponentIterator</B></A>&lt;<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="type parameter in CrossComponentIterator">V</A>,<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="type parameter in CrossComponentIterator">E</A>,<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="type parameter in CrossComponentIterator">D</A>&gt; - Class in <A HREF="./org/jgrapht/traverse/package-summary.html">org.jgrapht.traverse</A><DD>Provides a cross-connected-component traversal functionality for iterator
subclasses.<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#CrossComponentIterator(org.jgrapht.Graph, V)"><B>CrossComponentIterator(Graph&lt;V, E&gt;, V)</B></A> -
Constructor for class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>Creates a new iterator for the specified graph.
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.VisitColor.html" title="enum in org.jgrapht.traverse"><B>CrossComponentIterator.VisitColor</B></A> - Enum in <A HREF="./org/jgrapht/traverse/package-summary.html">org.jgrapht.traverse</A><DD>Standard vertex visit state enumeration.<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#cut(org.jgrapht.util.FibonacciHeapNode, org.jgrapht.util.FibonacciHeapNode)"><B>cut(FibonacciHeapNode&lt;T&gt;, FibonacciHeapNode&lt;T&gt;)</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>The reverse of the link operation: removes x from the child list of y.
<DT><A HREF="./org/jgrapht/alg/CycleDetector.html" title="class in org.jgrapht.alg"><B>CycleDetector</B></A>&lt;<A HREF="./org/jgrapht/alg/CycleDetector.html" title="type parameter in CycleDetector">V</A>,<A HREF="./org/jgrapht/alg/CycleDetector.html" title="type parameter in CycleDetector">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>Performs cycle detection on a graph.<DT><A HREF="./org/jgrapht/alg/CycleDetector.html#CycleDetector(org.jgrapht.DirectedGraph)"><B>CycleDetector(DirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/CycleDetector.html" title="class in org.jgrapht.alg">CycleDetector</A>
<DD>Creates a cycle detector for the specified graph.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#decreaseKey(org.jgrapht.util.FibonacciHeapNode, double)"><B>decreaseKey(FibonacciHeapNode&lt;T&gt;, double)</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Decreases the key value for a heap node, given the new value to take on.
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#decrement()"><B>decrement()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>Subtracts one from the value of this modifiable integer.
<DT><A HREF="./org/jgrapht/WeightedGraph.html#DEFAULT_EDGE_WEIGHT"><B>DEFAULT_EDGE_WEIGHT</B></A> -
Static variable in interface org.jgrapht.<A HREF="./org/jgrapht/WeightedGraph.html" title="interface in org.jgrapht">WeightedGraph</A>
<DD>The default weight for an edge.
<DT><A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html#DEFAULT_EPSILON"><B>DEFAULT_EPSILON</B></A> -
Static variable in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html" title="class in org.jgrapht.alg">EdmondsKarpMaximumFlow</A>
<DD>Default tolerance.
<DT><A HREF="./org/jgrapht/graph/DefaultDirectedGraph.html" title="class in org.jgrapht.graph"><B>DefaultDirectedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/DefaultDirectedGraph.html" title="type parameter in DefaultDirectedGraph">V</A>,<A HREF="./org/jgrapht/graph/DefaultDirectedGraph.html" title="type parameter in DefaultDirectedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A directed graph.<DT><A HREF="./org/jgrapht/graph/DefaultDirectedGraph.html#DefaultDirectedGraph(java.lang.Class)"><B>DefaultDirectedGraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultDirectedGraph.html" title="class in org.jgrapht.graph">DefaultDirectedGraph</A>
<DD>Creates a new directed graph.
<DT><A HREF="./org/jgrapht/graph/DefaultDirectedGraph.html#DefaultDirectedGraph(org.jgrapht.EdgeFactory)"><B>DefaultDirectedGraph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultDirectedGraph.html" title="class in org.jgrapht.graph">DefaultDirectedGraph</A>
<DD>Creates a new directed graph with the specified edge factory.
<DT><A HREF="./org/jgrapht/graph/DefaultDirectedWeightedGraph.html" title="class in org.jgrapht.graph"><B>DefaultDirectedWeightedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/DefaultDirectedWeightedGraph.html" title="type parameter in DefaultDirectedWeightedGraph">V</A>,<A HREF="./org/jgrapht/graph/DefaultDirectedWeightedGraph.html" title="type parameter in DefaultDirectedWeightedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A directed weighted graph.<DT><A HREF="./org/jgrapht/graph/DefaultDirectedWeightedGraph.html#DefaultDirectedWeightedGraph(java.lang.Class)"><B>DefaultDirectedWeightedGraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultDirectedWeightedGraph.html" title="class in org.jgrapht.graph">DefaultDirectedWeightedGraph</A>
<DD>Creates a new directed weighted graph.
<DT><A HREF="./org/jgrapht/graph/DefaultDirectedWeightedGraph.html#DefaultDirectedWeightedGraph(org.jgrapht.EdgeFactory)"><B>DefaultDirectedWeightedGraph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultDirectedWeightedGraph.html" title="class in org.jgrapht.graph">DefaultDirectedWeightedGraph</A>
<DD>Creates a new directed weighted graph with the specified edge factory.
<DT><A HREF="./org/jgrapht/graph/DefaultEdge.html" title="class in org.jgrapht.graph"><B>DefaultEdge</B></A> - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A default implementation for edges in a <A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht"><CODE>Graph</CODE></A>.<DT><A HREF="./org/jgrapht/graph/DefaultEdge.html#DefaultEdge()"><B>DefaultEdge()</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultEdge.html" title="class in org.jgrapht.graph">DefaultEdge</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DefaultGraphMapping.html" title="class in org.jgrapht.graph"><B>DefaultGraphMapping</B></A>&lt;<A HREF="./org/jgrapht/graph/DefaultGraphMapping.html" title="type parameter in DefaultGraphMapping">V</A>,<A HREF="./org/jgrapht/graph/DefaultGraphMapping.html" title="type parameter in DefaultGraphMapping">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>Implementation of the GraphMapping interface.<DT><A HREF="./org/jgrapht/graph/DefaultGraphMapping.html#DefaultGraphMapping(java.util.Map, java.util.Map, org.jgrapht.Graph, org.jgrapht.Graph)"><B>DefaultGraphMapping(Map&lt;V, V&gt;, Map&lt;V, V&gt;, Graph&lt;V, E&gt;, Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultGraphMapping.html" title="class in org.jgrapht.graph">DefaultGraphMapping</A>
<DD>The maps themselves are used.
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph"><B>DefaultListenableGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="type parameter in DefaultListenableGraph">V</A>,<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="type parameter in DefaultListenableGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A graph backed by the the graph specified at the constructor, which can be
listened by <code>GraphListener</code> s and by <code>
VertexSetListener</code> s.<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#DefaultListenableGraph(org.jgrapht.Graph)"><B>DefaultListenableGraph(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>Creates a new listenable graph.
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#DefaultListenableGraph(org.jgrapht.Graph, boolean)"><B>DefaultListenableGraph(Graph&lt;V, E&gt;, boolean)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>Creates a new listenable graph.
<DT><A HREF="./org/jgrapht/graph/DefaultWeightedEdge.html" title="class in org.jgrapht.graph"><B>DefaultWeightedEdge</B></A> - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A default implementation for edges in a <A HREF="./org/jgrapht/WeightedGraph.html" title="interface in org.jgrapht"><CODE>WeightedGraph</CODE></A>.<DT><A HREF="./org/jgrapht/graph/DefaultWeightedEdge.html#DefaultWeightedEdge()"><B>DefaultWeightedEdge()</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultWeightedEdge.html" title="class in org.jgrapht.graph">DefaultWeightedEdge</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#degreeOf(V)"><B>degreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html#degreeOf(V)"><B>degreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#degreeOf(V)"><B>degreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#degreeOf(V)"><B>degreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/UndirectedGraphUnion.html#degreeOf(V)"><B>degreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UndirectedGraphUnion.html" title="class in org.jgrapht.graph">UndirectedGraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/UndirectedSubgraph.html#degreeOf(V)"><B>degreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UndirectedSubgraph.html" title="class in org.jgrapht.graph">UndirectedSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/UndirectedGraph.html#degreeOf(V)"><B>degreeOf(V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</A>
<DD>Returns the degree of the specified vertex.
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#delete(org.jgrapht.util.FibonacciHeapNode)"><B>delete(FibonacciHeapNode&lt;T&gt;)</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Deletes a node from the heap given the reference to the node.
<DT><A HREF="./org/jgrapht/traverse/DepthFirstIterator.html" title="class in org.jgrapht.traverse"><B>DepthFirstIterator</B></A>&lt;<A HREF="./org/jgrapht/traverse/DepthFirstIterator.html" title="type parameter in DepthFirstIterator">V</A>,<A HREF="./org/jgrapht/traverse/DepthFirstIterator.html" title="type parameter in DepthFirstIterator">E</A>&gt; - Class in <A HREF="./org/jgrapht/traverse/package-summary.html">org.jgrapht.traverse</A><DD>A depth-first iterator for a directed and an undirected graph.<DT><A HREF="./org/jgrapht/traverse/DepthFirstIterator.html#DepthFirstIterator(org.jgrapht.Graph)"><B>DepthFirstIterator(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/DepthFirstIterator.html" title="class in org.jgrapht.traverse">DepthFirstIterator</A>
<DD>Creates a new depth-first iterator for the specified graph.
<DT><A HREF="./org/jgrapht/traverse/DepthFirstIterator.html#DepthFirstIterator(org.jgrapht.Graph, V)"><B>DepthFirstIterator(Graph&lt;V, E&gt;, V)</B></A> -
Constructor for class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/DepthFirstIterator.html" title="class in org.jgrapht.traverse">DepthFirstIterator</A>
<DD>Creates a new depth-first iterator for the specified graph.
<DT><A HREF="./org/jgrapht/alg/CycleDetector.html#detectCycles()"><B>detectCycles()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/CycleDetector.html" title="class in org.jgrapht.alg">CycleDetector</A>
<DD>Performs yes/no cycle detection on the entire graph.
<DT><A HREF="./org/jgrapht/alg/CycleDetector.html#detectCyclesContainingVertex(V)"><B>detectCyclesContainingVertex(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/CycleDetector.html" title="class in org.jgrapht.alg">CycleDetector</A>
<DD>Performs yes/no cycle detection on an individual vertex.
<DT><A HREF="./org/jgrapht/alg/DijkstraShortestPath.html" title="class in org.jgrapht.alg"><B>DijkstraShortestPath</B></A>&lt;<A HREF="./org/jgrapht/alg/DijkstraShortestPath.html" title="type parameter in DijkstraShortestPath">V</A>,<A HREF="./org/jgrapht/alg/DijkstraShortestPath.html" title="type parameter in DijkstraShortestPath">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>An implementation of <a
href="http://mathworld.wolfram.com/DijkstrasAlgorithm.html">Dijkstra's
shortest path algorithm</a> using <code>ClosestFirstIterator</code>.<DT><A HREF="./org/jgrapht/alg/DijkstraShortestPath.html#DijkstraShortestPath(org.jgrapht.Graph, V, V)"><B>DijkstraShortestPath(Graph&lt;V, E&gt;, V, V)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DijkstraShortestPath.html" title="class in org.jgrapht.alg">DijkstraShortestPath</A>
<DD>Creates and executes a new DijkstraShortestPath algorithm instance.
<DT><A HREF="./org/jgrapht/alg/DijkstraShortestPath.html#DijkstraShortestPath(org.jgrapht.Graph, V, V, double)"><B>DijkstraShortestPath(Graph&lt;V, E&gt;, V, V, double)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DijkstraShortestPath.html" title="class in org.jgrapht.alg">DijkstraShortestPath</A>
<DD>Creates and executes a new DijkstraShortestPath algorithm instance.
<DT><A HREF="./org/jgrapht/DirectedGraph.html" title="interface in org.jgrapht"><B>DirectedGraph</B></A>&lt;<A HREF="./org/jgrapht/DirectedGraph.html" title="type parameter in DirectedGraph">V</A>,<A HREF="./org/jgrapht/DirectedGraph.html" title="type parameter in DirectedGraph">E</A>&gt; - Interface in <A HREF="./org/jgrapht/package-summary.html">org.jgrapht</A><DD>A graph whose all edges are directed.<DT><A HREF="./org/jgrapht/graph/DirectedGraphUnion.html" title="class in org.jgrapht.graph"><B>DirectedGraphUnion</B></A>&lt;<A HREF="./org/jgrapht/graph/DirectedGraphUnion.html" title="type parameter in DirectedGraphUnion">V</A>,<A HREF="./org/jgrapht/graph/DirectedGraphUnion.html" title="type parameter in DirectedGraphUnion">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>&nbsp;<DT><A HREF="./org/jgrapht/graph/DirectedMaskSubgraph.html" title="class in org.jgrapht.graph"><B>DirectedMaskSubgraph</B></A>&lt;<A HREF="./org/jgrapht/graph/DirectedMaskSubgraph.html" title="type parameter in DirectedMaskSubgraph">V</A>,<A HREF="./org/jgrapht/graph/DirectedMaskSubgraph.html" title="type parameter in DirectedMaskSubgraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A directed graph that is a <A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph"><CODE>MaskSubgraph</CODE></A> on another graph.<DT><A HREF="./org/jgrapht/graph/DirectedMaskSubgraph.html#DirectedMaskSubgraph(org.jgrapht.DirectedGraph, org.jgrapht.graph.MaskFunctor)"><B>DirectedMaskSubgraph(DirectedGraph&lt;V, E&gt;, MaskFunctor&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedMaskSubgraph.html" title="class in org.jgrapht.graph">DirectedMaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DirectedMultigraph.html" title="class in org.jgrapht.graph"><B>DirectedMultigraph</B></A>&lt;<A HREF="./org/jgrapht/graph/DirectedMultigraph.html" title="type parameter in DirectedMultigraph">V</A>,<A HREF="./org/jgrapht/graph/DirectedMultigraph.html" title="type parameter in DirectedMultigraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A directed multigraph.<DT><A HREF="./org/jgrapht/graph/DirectedMultigraph.html#DirectedMultigraph(java.lang.Class)"><B>DirectedMultigraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedMultigraph.html" title="class in org.jgrapht.graph">DirectedMultigraph</A>
<DD>Creates a new directed multigraph.
<DT><A HREF="./org/jgrapht/graph/DirectedMultigraph.html#DirectedMultigraph(org.jgrapht.EdgeFactory)"><B>DirectedMultigraph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedMultigraph.html" title="class in org.jgrapht.graph">DirectedMultigraph</A>
<DD>Creates a new directed multigraph with the specified edge factory.
<DT><A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="class in org.jgrapht.alg"><B>DirectedNeighborIndex</B></A>&lt;<A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="type parameter in DirectedNeighborIndex">V</A>,<A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="type parameter in DirectedNeighborIndex">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>Maintains a cache of each vertex's neighbors.<DT><A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html#DirectedNeighborIndex(org.jgrapht.DirectedGraph)"><B>DirectedNeighborIndex(DirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="class in org.jgrapht.alg">DirectedNeighborIndex</A>
<DD>Creates a neighbor index for the specified directed graph.
<DT><A HREF="./org/jgrapht/graph/DirectedPseudograph.html" title="class in org.jgrapht.graph"><B>DirectedPseudograph</B></A>&lt;<A HREF="./org/jgrapht/graph/DirectedPseudograph.html" title="type parameter in DirectedPseudograph">V</A>,<A HREF="./org/jgrapht/graph/DirectedPseudograph.html" title="type parameter in DirectedPseudograph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A directed pseudograph.<DT><A HREF="./org/jgrapht/graph/DirectedPseudograph.html#DirectedPseudograph(java.lang.Class)"><B>DirectedPseudograph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedPseudograph.html" title="class in org.jgrapht.graph">DirectedPseudograph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DirectedPseudograph.html#DirectedPseudograph(org.jgrapht.EdgeFactory)"><B>DirectedPseudograph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedPseudograph.html" title="class in org.jgrapht.graph">DirectedPseudograph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DirectedSubgraph.html" title="class in org.jgrapht.graph"><B>DirectedSubgraph</B></A>&lt;<A HREF="./org/jgrapht/graph/DirectedSubgraph.html" title="type parameter in DirectedSubgraph">V</A>,<A HREF="./org/jgrapht/graph/DirectedSubgraph.html" title="type parameter in DirectedSubgraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A directed graph that is a subgraph on other graph.<DT><A HREF="./org/jgrapht/graph/DirectedSubgraph.html#DirectedSubgraph(org.jgrapht.DirectedGraph, java.util.Set, java.util.Set)"><B>DirectedSubgraph(DirectedGraph&lt;V, E&gt;, Set&lt;V&gt;, Set&lt;E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedSubgraph.html" title="class in org.jgrapht.graph">DirectedSubgraph</A>
<DD>Creates a new directed subgraph.
<DT><A HREF="./org/jgrapht/graph/DirectedWeightedMultigraph.html" title="class in org.jgrapht.graph"><B>DirectedWeightedMultigraph</B></A>&lt;<A HREF="./org/jgrapht/graph/DirectedWeightedMultigraph.html" title="type parameter in DirectedWeightedMultigraph">V</A>,<A HREF="./org/jgrapht/graph/DirectedWeightedMultigraph.html" title="type parameter in DirectedWeightedMultigraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A directed weighted multigraph.<DT><A HREF="./org/jgrapht/graph/DirectedWeightedMultigraph.html#DirectedWeightedMultigraph(java.lang.Class)"><B>DirectedWeightedMultigraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedWeightedMultigraph.html" title="class in org.jgrapht.graph">DirectedWeightedMultigraph</A>
<DD>Creates a new directed weighted multigraph.
<DT><A HREF="./org/jgrapht/graph/DirectedWeightedMultigraph.html#DirectedWeightedMultigraph(org.jgrapht.EdgeFactory)"><B>DirectedWeightedMultigraph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedWeightedMultigraph.html" title="class in org.jgrapht.graph">DirectedWeightedMultigraph</A>
<DD>Creates a new directed weighted multigraph with the specified edge
factory.
<DT><A HREF="./org/jgrapht/graph/DirectedWeightedSubgraph.html" title="class in org.jgrapht.graph"><B>DirectedWeightedSubgraph</B></A>&lt;<A HREF="./org/jgrapht/graph/DirectedWeightedSubgraph.html" title="type parameter in DirectedWeightedSubgraph">V</A>,<A HREF="./org/jgrapht/graph/DirectedWeightedSubgraph.html" title="type parameter in DirectedWeightedSubgraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A directed weighted graph that is a subgraph on other graph.<DT><A HREF="./org/jgrapht/graph/DirectedWeightedSubgraph.html#DirectedWeightedSubgraph(org.jgrapht.WeightedGraph, java.util.Set, java.util.Set)"><B>DirectedWeightedSubgraph(WeightedGraph&lt;V, E&gt;, Set&lt;V&gt;, Set&lt;E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedWeightedSubgraph.html" title="class in org.jgrapht.graph">DirectedWeightedSubgraph</A>
<DD>Creates a new weighted directed subgraph.
<DT><A HREF="./org/jgrapht/ext/DOTExporter.html" title="class in org.jgrapht.ext"><B>DOTExporter</B></A>&lt;<A HREF="./org/jgrapht/ext/DOTExporter.html" title="type parameter in DOTExporter">V</A>,<A HREF="./org/jgrapht/ext/DOTExporter.html" title="type parameter in DOTExporter">E</A>&gt; - Class in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Exports a graph into a DOT file.<DT><A HREF="./org/jgrapht/ext/DOTExporter.html#DOTExporter()"><B>DOTExporter()</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/DOTExporter.html" title="class in org.jgrapht.ext">DOTExporter</A>
<DD>Constructs a new DOTExporter object with an integer name provider for the
vertex IDs and null providers for the vertex and edge labels.
<DT><A HREF="./org/jgrapht/ext/DOTExporter.html#DOTExporter(org.jgrapht.ext.VertexNameProvider, org.jgrapht.ext.VertexNameProvider, org.jgrapht.ext.EdgeNameProvider)"><B>DOTExporter(VertexNameProvider&lt;V&gt;, VertexNameProvider&lt;V&gt;, EdgeNameProvider&lt;E&gt;)</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/DOTExporter.html" title="class in org.jgrapht.ext">DOTExporter</A>
<DD>Constructs a new DOTExporter object with the given ID and label
providers.
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#doubleValue()"><B>doubleValue()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/event/EdgeTraversalEvent.html#edge"><B>edge</B></A> -
Variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/EdgeTraversalEvent.html" title="class in org.jgrapht.event">EdgeTraversalEvent</A>
<DD>The traversed edge.
<DT><A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html#edge"><B>edge</B></A> -
Variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event">GraphEdgeChangeEvent</A>
<DD>The edge that this event is related to.
<DT><A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html#EDGE_ADDED"><B>EDGE_ADDED</B></A> -
Static variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event">GraphEdgeChangeEvent</A>
<DD>Edge added event.
<DT><A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html#EDGE_REMOVED"><B>EDGE_REMOVED</B></A> -
Static variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event">GraphEdgeChangeEvent</A>
<DD>Edge removed event.
<DT><A HREF="./org/jgrapht/alg/ConnectivityInspector.html#edgeAdded(org.jgrapht.event.GraphEdgeChangeEvent)"><B>edgeAdded(GraphEdgeChangeEvent&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg">ConnectivityInspector</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html#edgeAdded(org.jgrapht.event.GraphEdgeChangeEvent)"><B>edgeAdded(GraphEdgeChangeEvent&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="class in org.jgrapht.alg">DirectedNeighborIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/NeighborIndex.html#edgeAdded(org.jgrapht.event.GraphEdgeChangeEvent)"><B>edgeAdded(GraphEdgeChangeEvent&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/NeighborIndex.html" title="class in org.jgrapht.alg">NeighborIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/event/GraphListener.html#edgeAdded(org.jgrapht.event.GraphEdgeChangeEvent)"><B>edgeAdded(GraphEdgeChangeEvent&lt;V, E&gt;)</B></A> -
Method in interface org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphListener.html" title="interface in org.jgrapht.event">GraphListener</A>
<DD>Notifies that an edge has been added to the graph.
<DT><A HREF="./org/jgrapht/EdgeFactory.html" title="interface in org.jgrapht"><B>EdgeFactory</B></A>&lt;<A HREF="./org/jgrapht/EdgeFactory.html" title="type parameter in EdgeFactory">V</A>,<A HREF="./org/jgrapht/EdgeFactory.html" title="type parameter in EdgeFactory">E</A>&gt; - Interface in <A HREF="./org/jgrapht/package-summary.html">org.jgrapht</A><DD>An edge factory used by graphs for creating new edges.<DT><A HREF="./org/jgrapht/ext/EdgeNameProvider.html" title="interface in org.jgrapht.ext"><B>EdgeNameProvider</B></A>&lt;<A HREF="./org/jgrapht/ext/EdgeNameProvider.html" title="type parameter in EdgeNameProvider">E</A>&gt; - Interface in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Assigns a display name for each of the graph edes.<DT><A HREF="./org/jgrapht/alg/ConnectivityInspector.html#edgeRemoved(org.jgrapht.event.GraphEdgeChangeEvent)"><B>edgeRemoved(GraphEdgeChangeEvent&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg">ConnectivityInspector</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html#edgeRemoved(org.jgrapht.event.GraphEdgeChangeEvent)"><B>edgeRemoved(GraphEdgeChangeEvent&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="class in org.jgrapht.alg">DirectedNeighborIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/NeighborIndex.html#edgeRemoved(org.jgrapht.event.GraphEdgeChangeEvent)"><B>edgeRemoved(GraphEdgeChangeEvent&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/NeighborIndex.html" title="class in org.jgrapht.alg">NeighborIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/event/GraphListener.html#edgeRemoved(org.jgrapht.event.GraphEdgeChangeEvent)"><B>edgeRemoved(GraphEdgeChangeEvent&lt;V, E&gt;)</B></A> -
Method in interface org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphListener.html" title="interface in org.jgrapht.event">GraphListener</A>
<DD>Notifies that an edge has been removed from the graph.
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph"><B>EdgeReversedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="type parameter in EdgeReversedGraph">V</A>,<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="type parameter in EdgeReversedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>Provides an edge-reversed view g' of a directed graph g.<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#EdgeReversedGraph(org.jgrapht.DirectedGraph)"><B>EdgeReversedGraph(DirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>Creates a new EdgeReversedGraph.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#edgeSet()"><B>edgeSet()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#edgeSet()"><B>edgeSet()</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns a set of the edges contained in this graph.
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#edgeSet()"><B>edgeSet()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#edgeSet()"><B>edgeSet()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#edgeSet()"><B>edgeSet()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#edgeSet()"><B>edgeSet()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeSetFactory.html" title="interface in org.jgrapht.graph"><B>EdgeSetFactory</B></A>&lt;<A HREF="./org/jgrapht/graph/EdgeSetFactory.html" title="type parameter in EdgeSetFactory">V</A>,<A HREF="./org/jgrapht/graph/EdgeSetFactory.html" title="type parameter in EdgeSetFactory">E</A>&gt; - Interface in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A factory for edge sets.<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#edgesOf(V)"><B>edgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#edgesOf(V)"><B>edgesOf(V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns a set of all edges touching the specified vertex.
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#edgesOf(V)"><B>edgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#edgesOf(V)"><B>edgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#edgesOf(V)"><B>edgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#edgesOf(V)"><B>edgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/event/EdgeTraversalEvent.html" title="class in org.jgrapht.event"><B>EdgeTraversalEvent</B></A>&lt;<A HREF="./org/jgrapht/event/EdgeTraversalEvent.html" title="type parameter in EdgeTraversalEvent">V</A>,<A HREF="./org/jgrapht/event/EdgeTraversalEvent.html" title="type parameter in EdgeTraversalEvent">E</A>&gt; - Class in <A HREF="./org/jgrapht/event/package-summary.html">org.jgrapht.event</A><DD>A traversal event for a graph edge.<DT><A HREF="./org/jgrapht/event/EdgeTraversalEvent.html#EdgeTraversalEvent(java.lang.Object, E)"><B>EdgeTraversalEvent(Object, E)</B></A> -
Constructor for class org.jgrapht.event.<A HREF="./org/jgrapht/event/EdgeTraversalEvent.html" title="class in org.jgrapht.event">EdgeTraversalEvent</A>
<DD>Creates a new EdgeTraversalEvent.
<DT><A HREF="./org/jgrapht/event/TraversalListener.html#edgeTraversed(org.jgrapht.event.EdgeTraversalEvent)"><B>edgeTraversed(EdgeTraversalEvent&lt;V, E&gt;)</B></A> -
Method in interface org.jgrapht.event.<A HREF="./org/jgrapht/event/TraversalListener.html" title="interface in org.jgrapht.event">TraversalListener</A>
<DD>Called to inform the listener that the specified edge have been visited
during the graph traversal.
<DT><A HREF="./org/jgrapht/event/TraversalListenerAdapter.html#edgeTraversed(org.jgrapht.event.EdgeTraversalEvent)"><B>edgeTraversed(EdgeTraversalEvent&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.event.<A HREF="./org/jgrapht/event/TraversalListenerAdapter.html" title="class in org.jgrapht.event">TraversalListenerAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html" title="class in org.jgrapht.alg"><B>EdmondsKarpMaximumFlow</B></A>&lt;<A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html" title="type parameter in EdmondsKarpMaximumFlow">V</A>,<A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html" title="type parameter in EdmondsKarpMaximumFlow">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>A <a href = "http://en.wikipedia.org/wiki/Flow_network">flow network</a> is a
directed graph where each edge has a capacity and each edge receives a flow.<DT><A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html#EdmondsKarpMaximumFlow(org.jgrapht.DirectedGraph)"><B>EdmondsKarpMaximumFlow(DirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html" title="class in org.jgrapht.alg">EdmondsKarpMaximumFlow</A>
<DD>Constructs <tt>MaximumFlow</tt> instance to work with <i>a copy of</i>
<tt>network</tt>.
<DT><A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html#EdmondsKarpMaximumFlow(org.jgrapht.DirectedGraph, double)"><B>EdmondsKarpMaximumFlow(DirectedGraph&lt;V, E&gt;, double)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html" title="class in org.jgrapht.alg">EdmondsKarpMaximumFlow</A>
<DD>Constructs <tt>MaximumFlow</tt> instance to work with <i>a copy of</i>
<tt>network</tt>.
<DT><A HREF="./org/jgrapht/generate/EmptyGraphGenerator.html" title="class in org.jgrapht.generate"><B>EmptyGraphGenerator</B></A>&lt;<A HREF="./org/jgrapht/generate/EmptyGraphGenerator.html" title="type parameter in EmptyGraphGenerator">V</A>,<A HREF="./org/jgrapht/generate/EmptyGraphGenerator.html" title="type parameter in EmptyGraphGenerator">E</A>&gt; - Class in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>Generates an <a href="http://mathworld.wolfram.com/EmptyGraph.html">empty
graph</a> of any size.<DT><A HREF="./org/jgrapht/generate/EmptyGraphGenerator.html#EmptyGraphGenerator(int)"><B>EmptyGraphGenerator(int)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/EmptyGraphGenerator.html" title="class in org.jgrapht.generate">EmptyGraphGenerator</A>
<DD>Construct a new EmptyGraphGenerator.
<DT><A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html#encounterVertex(V, E)"><B>encounterVertex(V, E)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html" title="class in org.jgrapht.traverse">BreadthFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html#encounterVertex(V, E)"><B>encounterVertex(V, E)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="class in org.jgrapht.traverse">ClosestFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#encounterVertex(V, E)"><B>encounterVertex(V, E)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>Update data structures the first time we see a vertex.
<DT><A HREF="./org/jgrapht/traverse/DepthFirstIterator.html#encounterVertex(V, E)"><B>encounterVertex(V, E)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/DepthFirstIterator.html" title="class in org.jgrapht.traverse">DepthFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html#encounterVertex(V, E)"><B>encounterVertex(V, E)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html" title="class in org.jgrapht.traverse">TopologicalOrderIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html#encounterVertexAgain(V, E)"><B>encounterVertexAgain(V, E)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html" title="class in org.jgrapht.traverse">BreadthFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html#encounterVertexAgain(V, E)"><B>encounterVertexAgain(V, E)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="class in org.jgrapht.traverse">ClosestFirstIterator</A>
<DD>Override superclass.
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#encounterVertexAgain(V, E)"><B>encounterVertexAgain(V, E)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>Called whenever we re-encounter a vertex.
<DT><A HREF="./org/jgrapht/traverse/DepthFirstIterator.html#encounterVertexAgain(V, E)"><B>encounterVertexAgain(V, E)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/DepthFirstIterator.html" title="class in org.jgrapht.traverse">DepthFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html#encounterVertexAgain(V, E)"><B>encounterVertexAgain(V, E)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html" title="class in org.jgrapht.traverse">TopologicalOrderIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/generate/LinearGraphGenerator.html#END_VERTEX"><B>END_VERTEX</B></A> -
Static variable in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/LinearGraphGenerator.html" title="class in org.jgrapht.generate">LinearGraphGenerator</A>
<DD>Role for the last vertex generated.
<DT><A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html" title="class in org.jgrapht.util">ArrayUnenforcedSet</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>Compares this object to the specified object.
<DT><A HREF="./org/jgrapht/alg/EulerianCircuit.html" title="class in org.jgrapht.alg"><B>EulerianCircuit</B></A> - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>This algorithm will check whether a graph is Eulerian (hence it contains an
<a href="http://mathworld.wolfram.com/EulerianCircuit.html">Eulerian
circuit</a>).<DT><A HREF="./org/jgrapht/alg/EulerianCircuit.html#EulerianCircuit()"><B>EulerianCircuit()</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/EulerianCircuit.html" title="class in org.jgrapht.alg">EulerianCircuit</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/DOTExporter.html#export(java.io.Writer, org.jgrapht.Graph)"><B>export(Writer, Graph&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/DOTExporter.html" title="class in org.jgrapht.ext">DOTExporter</A>
<DD>Exports a graph into a plain text file in DOT format.
<DT><A HREF="./org/jgrapht/ext/GmlExporter.html#export(java.io.Writer, org.jgrapht.UndirectedGraph)"><B>export(Writer, UndirectedGraph&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GmlExporter.html" title="class in org.jgrapht.ext">GmlExporter</A>
<DD>Exports an undirected graph into a plain text file in GML format.
<DT><A HREF="./org/jgrapht/ext/GmlExporter.html#export(java.io.Writer, org.jgrapht.DirectedGraph)"><B>export(Writer, DirectedGraph&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GmlExporter.html" title="class in org.jgrapht.ext">GmlExporter</A>
<DD>Exports a directed graph into a plain text file in GML format.
<DT><A HREF="./org/jgrapht/ext/GraphMLExporter.html#export(java.io.Writer, org.jgrapht.Graph)"><B>export(Writer, Graph&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GraphMLExporter.html" title="class in org.jgrapht.ext">GraphMLExporter</A>
<DD>Exports a graph into a plain text file in GraphML format.
<DT><A HREF="./org/jgrapht/ext/VisioExporter.html#export(java.io.OutputStream, org.jgrapht.Graph)"><B>export(OutputStream, Graph&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/VisioExporter.html" title="class in org.jgrapht.ext">VisioExporter</A>
<DD>Exports the specified graph into a Visio csv file format.
<DT><A HREF="./org/jgrapht/ext/MatrixExporter.html#exportAdjacencyMatrix(java.io.Writer, org.jgrapht.UndirectedGraph)"><B>exportAdjacencyMatrix(Writer, UndirectedGraph&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/MatrixExporter.html" title="class in org.jgrapht.ext">MatrixExporter</A>
<DD>Exports the specified graph into a plain text file format containing a
sparse representation of the graph's adjacency matrix.
<DT><A HREF="./org/jgrapht/ext/MatrixExporter.html#exportAdjacencyMatrix(java.io.Writer, org.jgrapht.DirectedGraph)"><B>exportAdjacencyMatrix(Writer, DirectedGraph&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/MatrixExporter.html" title="class in org.jgrapht.ext">MatrixExporter</A>
<DD>Exports the specified graph into a plain text file format containing a
sparse representation of the graph's adjacency matrix.
<DT><A HREF="./org/jgrapht/ext/MatrixExporter.html#exportLaplacianMatrix(java.io.Writer, org.jgrapht.UndirectedGraph)"><B>exportLaplacianMatrix(Writer, UndirectedGraph&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/MatrixExporter.html" title="class in org.jgrapht.ext">MatrixExporter</A>
<DD>Exports the specified graph into a plain text file format containing a
sparse representation of the graph's Laplacian matrix.
<DT><A HREF="./org/jgrapht/ext/MatrixExporter.html#exportNormalizedLaplacianMatrix(java.io.Writer, org.jgrapht.UndirectedGraph)"><B>exportNormalizedLaplacianMatrix(Writer, UndirectedGraph&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/MatrixExporter.html" title="class in org.jgrapht.ext">MatrixExporter</A>
<DD>Exports the specified graph into a plain text file format containing a
sparse representation of the graph's normalized Laplacian matrix.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/util/MathUtil.html#factorial(int)"><B>factorial(int)</B></A> -
Static method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/MathUtil.html" title="class in org.jgrapht.util">MathUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util"><B>FibonacciHeap</B></A>&lt;<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="type parameter in FibonacciHeap">T</A>&gt; - Class in <A HREF="./org/jgrapht/util/package-summary.html">org.jgrapht.util</A><DD>This class implements a Fibonacci heap data structure.<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#FibonacciHeap()"><B>FibonacciHeap()</B></A> -
Constructor for class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Constructs a FibonacciHeap object that contains no elements.
<DT><A HREF="./org/jgrapht/util/FibonacciHeapNode.html" title="class in org.jgrapht.util"><B>FibonacciHeapNode</B></A>&lt;<A HREF="./org/jgrapht/util/FibonacciHeapNode.html" title="type parameter in FibonacciHeapNode">T</A>&gt; - Class in <A HREF="./org/jgrapht/util/package-summary.html">org.jgrapht.util</A><DD>Implements a node of the Fibonacci heap.<DT><A HREF="./org/jgrapht/util/FibonacciHeapNode.html#FibonacciHeapNode(T, double)"><B>FibonacciHeapNode(T, double)</B></A> -
Constructor for class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeapNode.html" title="class in org.jgrapht.util">FibonacciHeapNode</A>
<DD>Default constructor.
<DT><A HREF="./org/jgrapht/alg/VertexCovers.html#find2ApproximationCover(org.jgrapht.Graph)"><B>find2ApproximationCover(Graph&lt;V, E&gt;)</B></A> -
Static method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/VertexCovers.html" title="class in org.jgrapht.alg">VertexCovers</A>
<DD>Finds a 2-approximation for a minimal vertex cover of the specified
graph.
<DT><A HREF="./org/jgrapht/alg/CycleDetector.html#findCycles()"><B>findCycles()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/CycleDetector.html" title="class in org.jgrapht.alg">CycleDetector</A>
<DD>Finds the vertex set for the subgraph of all cycles.
<DT><A HREF="./org/jgrapht/alg/CycleDetector.html#findCyclesContainingVertex(V)"><B>findCyclesContainingVertex(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/CycleDetector.html" title="class in org.jgrapht.alg">CycleDetector</A>
<DD>Finds the vertex set for the subgraph of all cycles which contain a
particular vertex.
<DT><A HREF="./org/jgrapht/alg/ChromaticNumber.html#findGreedyChromaticNumber(org.jgrapht.UndirectedGraph)"><B>findGreedyChromaticNumber(UndirectedGraph&lt;V, E&gt;)</B></A> -
Static method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ChromaticNumber.html" title="class in org.jgrapht.alg">ChromaticNumber</A>
<DD>Finds the number of colors required for a greedy coloring of the graph.
<DT><A HREF="./org/jgrapht/alg/VertexCovers.html#findGreedyCover(org.jgrapht.UndirectedGraph)"><B>findGreedyCover(UndirectedGraph&lt;V, E&gt;)</B></A> -
Static method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/VertexCovers.html" title="class in org.jgrapht.alg">VertexCovers</A>
<DD>Finds a greedy approximation for a minimal vertex cover of a specified
graph.
<DT><A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html#findPathBetween(org.jgrapht.Graph, V, V)"><B>findPathBetween(Graph&lt;V, E&gt;, V, V)</B></A> -
Static method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html" title="class in org.jgrapht.alg">BellmanFordShortestPath</A>
<DD>Convenience method to find the shortest path via a single static method
call.
<DT><A HREF="./org/jgrapht/alg/DijkstraShortestPath.html#findPathBetween(org.jgrapht.Graph, V, V)"><B>findPathBetween(Graph&lt;V, E&gt;, V, V)</B></A> -
Static method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DijkstraShortestPath.html" title="class in org.jgrapht.alg">DijkstraShortestPath</A>
<DD>Convenience method to find the shortest path via a single static method
call.
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#finishVertex(V)"><B>finishVertex(V)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>Called when a vertex has been finished (meaning is dependent on traversal
represented by subclass).
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#fireConnectedComponentFinished(org.jgrapht.event.ConnectedComponentTraversalEvent)"><B>fireConnectedComponentFinished(ConnectedComponentTraversalEvent)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>Informs all listeners that the traversal of the current connected
component finished.
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#fireConnectedComponentStarted(org.jgrapht.event.ConnectedComponentTraversalEvent)"><B>fireConnectedComponentStarted(ConnectedComponentTraversalEvent)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>Informs all listeners that a traversal of a new connected component has
started.
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#fireEdgeAdded(E)"><B>fireEdgeAdded(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>Notify listeners that the specified edge was added.
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#fireEdgeRemoved(E)"><B>fireEdgeRemoved(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>Notify listeners that the specified edge was removed.
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#fireEdgeTraversed(org.jgrapht.event.EdgeTraversalEvent)"><B>fireEdgeTraversed(EdgeTraversalEvent&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>Informs all listeners that a the specified edge was visited.
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#fireVertexAdded(V)"><B>fireVertexAdded(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>Notify listeners that the specified vertex was added.
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#fireVertexFinished(org.jgrapht.event.VertexTraversalEvent)"><B>fireVertexFinished(VertexTraversalEvent&lt;V&gt;)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>Informs all listeners that a the specified vertex was finished.
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#fireVertexRemoved(V)"><B>fireVertexRemoved(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>Notify listeners that the specified vertex was removed.
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#fireVertexTraversed(org.jgrapht.event.VertexTraversalEvent)"><B>fireVertexTraversed(VertexTraversalEvent&lt;V&gt;)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>Informs all listeners that a the specified vertex was visited.
<DT><A HREF="./org/jgrapht/util/WeightCombiner.html#FIRST"><B>FIRST</B></A> -
Static variable in interface org.jgrapht.util.<A HREF="./org/jgrapht/util/WeightCombiner.html" title="interface in org.jgrapht.util">WeightCombiner</A>
<DD>First weight.
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#floatValue()"><B>floatValue()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/FloydWarshallShortestPaths.html" title="class in org.jgrapht.alg"><B>FloydWarshallShortestPaths</B></A>&lt;<A HREF="./org/jgrapht/alg/FloydWarshallShortestPaths.html" title="type parameter in FloydWarshallShortestPaths">V</A>,<A HREF="./org/jgrapht/alg/FloydWarshallShortestPaths.html" title="type parameter in FloydWarshallShortestPaths">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>The <a href="http://en.wikipedia.org/wiki/Floyd-Warshall_algorithm">
Floyd-Warshall algorithm</a> finds all shortest paths (all n^2 of them) in
O(n^3) time.<DT><A HREF="./org/jgrapht/alg/FloydWarshallShortestPaths.html#FloydWarshallShortestPaths(org.jgrapht.Graph)"><B>FloydWarshallShortestPaths(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/FloydWarshallShortestPaths.html" title="class in org.jgrapht.alg">FloydWarshallShortestPaths</A>
<DD>Constructs the shortest path array for the given graph.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/generate/CompleteBipartiteGraphGenerator.html#generateGraph(org.jgrapht.Graph, org.jgrapht.VertexFactory, java.util.Map)"><B>generateGraph(Graph&lt;V, E&gt;, VertexFactory&lt;V&gt;, Map&lt;String, V&gt;)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/CompleteBipartiteGraphGenerator.html" title="class in org.jgrapht.generate">CompleteBipartiteGraphGenerator</A>
<DD>Construct a complete bipartite graph
<DT><A HREF="./org/jgrapht/generate/CompleteGraphGenerator.html#generateGraph(org.jgrapht.Graph, org.jgrapht.VertexFactory, java.util.Map)"><B>generateGraph(Graph&lt;V, E&gt;, VertexFactory&lt;V&gt;, Map&lt;String, V&gt;)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/CompleteGraphGenerator.html" title="class in org.jgrapht.generate">CompleteGraphGenerator</A>
<DD>Generate a graph structure.
<DT><A HREF="./org/jgrapht/generate/EmptyGraphGenerator.html#generateGraph(org.jgrapht.Graph, org.jgrapht.VertexFactory, java.util.Map)"><B>generateGraph(Graph&lt;V, E&gt;, VertexFactory&lt;V&gt;, Map&lt;String, V&gt;)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/EmptyGraphGenerator.html" title="class in org.jgrapht.generate">EmptyGraphGenerator</A>
<DD>Generate a graph structure.
<DT><A HREF="./org/jgrapht/generate/GraphGenerator.html#generateGraph(org.jgrapht.Graph, org.jgrapht.VertexFactory, java.util.Map)"><B>generateGraph(Graph&lt;V, E&gt;, VertexFactory&lt;V&gt;, Map&lt;String, T&gt;)</B></A> -
Method in interface org.jgrapht.generate.<A HREF="./org/jgrapht/generate/GraphGenerator.html" title="interface in org.jgrapht.generate">GraphGenerator</A>
<DD>Generate a graph structure.
<DT><A HREF="./org/jgrapht/generate/HyperCubeGraphGenerator.html#generateGraph(org.jgrapht.Graph, org.jgrapht.VertexFactory, java.util.Map)"><B>generateGraph(Graph&lt;V, E&gt;, VertexFactory&lt;V&gt;, Map&lt;String, V&gt;)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/HyperCubeGraphGenerator.html" title="class in org.jgrapht.generate">HyperCubeGraphGenerator</A>
<DD>This will generate the hypercube graph
<DT><A HREF="./org/jgrapht/generate/LinearGraphGenerator.html#generateGraph(org.jgrapht.Graph, org.jgrapht.VertexFactory, java.util.Map)"><B>generateGraph(Graph&lt;V, E&gt;, VertexFactory&lt;V&gt;, Map&lt;String, V&gt;)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/LinearGraphGenerator.html" title="class in org.jgrapht.generate">LinearGraphGenerator</A>
<DD>Generate a graph structure.
<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.html#generateGraph(org.jgrapht.Graph, org.jgrapht.VertexFactory, java.util.Map)"><B>generateGraph(Graph&lt;V, E&gt;, VertexFactory&lt;V&gt;, Map&lt;String, V&gt;)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RandomGraphGenerator.html" title="class in org.jgrapht.generate">RandomGraphGenerator</A>
<DD>(non-Javadoc)
<DT><A HREF="./org/jgrapht/generate/RingGraphGenerator.html#generateGraph(org.jgrapht.Graph, org.jgrapht.VertexFactory, java.util.Map)"><B>generateGraph(Graph&lt;V, E&gt;, VertexFactory&lt;V&gt;, Map&lt;String, V&gt;)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RingGraphGenerator.html" title="class in org.jgrapht.generate">RingGraphGenerator</A>
<DD>Generate a graph structure.
<DT><A HREF="./org/jgrapht/generate/ScaleFreeGraphGenerator.html#generateGraph(org.jgrapht.Graph, org.jgrapht.VertexFactory, java.util.Map)"><B>generateGraph(Graph&lt;V, E&gt;, VertexFactory&lt;V&gt;, Map&lt;String, V&gt;)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/ScaleFreeGraphGenerator.html" title="class in org.jgrapht.generate">ScaleFreeGraphGenerator</A>
<DD>Generates scale-free network with <tt>size</tt> passed to the
constructor.
<DT><A HREF="./org/jgrapht/generate/StarGraphGenerator.html#generateGraph(org.jgrapht.Graph, org.jgrapht.VertexFactory, java.util.Map)"><B>generateGraph(Graph&lt;V, E&gt;, VertexFactory&lt;V&gt;, Map&lt;String, V&gt;)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/StarGraphGenerator.html" title="class in org.jgrapht.generate">StarGraphGenerator</A>
<DD>Generates a star graph with the designated order from the constructor
<DT><A HREF="./org/jgrapht/generate/WheelGraphGenerator.html#generateGraph(org.jgrapht.Graph, org.jgrapht.VertexFactory, java.util.Map)"><B>generateGraph(Graph&lt;V, E&gt;, VertexFactory&lt;V&gt;, Map&lt;String, V&gt;)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/WheelGraphGenerator.html" title="class in org.jgrapht.generate">WheelGraphGenerator</A>
<DD>Generate a graph structure.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#getAllEdges(V, V)"><B>getAllEdges(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html#getAllEdges(V, V)"><B>getAllEdges(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#getAllEdges(V, V)"><B>getAllEdges(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#getAllEdges(V, V)"><B>getAllEdges(V, V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns a set of all edges connecting source vertex to target vertex if
such vertices exist in this graph.
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#getAllEdges(V, V)"><B>getAllEdges(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#getAllEdges(V, V)"><B>getAllEdges(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#getAllEdges(V, V)"><B>getAllEdges(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#getAllEdges(V, V)"><B>getAllEdges(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/BronKerboschCliqueFinder.html#getAllMaximalCliques()"><B>getAllMaximalCliques()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BronKerboschCliqueFinder.html" title="class in org.jgrapht.alg">BronKerboschCliqueFinder</A>
<DD>Finds all maximal cliques of the graph.
<DT><A HREF="./org/jgrapht/alg/HamiltonianCycle.html#getApproximateOptimalForCompleteGraph(org.jgrapht.graph.SimpleWeightedGraph)"><B>getApproximateOptimalForCompleteGraph(SimpleWeightedGraph&lt;V, E&gt;)</B></A> -
Static method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/HamiltonianCycle.html" title="class in org.jgrapht.alg">HamiltonianCycle</A>
<DD>This method will return an approximate minimal traveling salesman tour
(hamiltonian cycle).
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#getBase()"><B>getBase()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/BiconnectivityInspector.html#getBiconnectedVertexComponents()"><B>getBiconnectedVertexComponents()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BiconnectivityInspector.html" title="class in org.jgrapht.alg">BiconnectivityInspector</A>
<DD>Returns the biconnected vertex-components of the graph.
<DT><A HREF="./org/jgrapht/alg/BiconnectivityInspector.html#getBiconnectedVertexComponents(V)"><B>getBiconnectedVertexComponents(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BiconnectivityInspector.html" title="class in org.jgrapht.alg">BiconnectivityInspector</A>
<DD>Returns the biconnected vertex-components containing the vertex.
<DT><A HREF="./org/jgrapht/alg/BronKerboschCliqueFinder.html#getBiggestMaximalCliques()"><B>getBiggestMaximalCliques()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BronKerboschCliqueFinder.html" title="class in org.jgrapht.alg">BronKerboschCliqueFinder</A>
<DD>Finds the biggest maximal cliques of the graph.
<DT><A HREF="./org/jgrapht/alg/BlockCutpointGraph.html#getBlock(V)"><B>getBlock(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BlockCutpointGraph.html" title="class in org.jgrapht.alg">BlockCutpointGraph</A>
<DD>Returns the vertex if vertex is a cutpoint, and otherwise returns the
block (biconnected component) containing the vertex.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#getCellFactory()"><B>getCellFactory()</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Returns the cell factory used to create the JGraph cells.
<DT><A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html#getCost(V)"><B>getCost(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html" title="class in org.jgrapht.alg">BellmanFordShortestPath</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html#getCurrentSink()"><B>getCurrentSink()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html" title="class in org.jgrapht.alg">EdmondsKarpMaximumFlow</A>
<DD>Returns current sink vertex, or <tt>null</tt> if there was no <tt>
calculateMaximumFlow</tt> calls.
<DT><A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html#getCurrentSource()"><B>getCurrentSource()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html" title="class in org.jgrapht.alg">EdmondsKarpMaximumFlow</A>
<DD>Returns current source vertex, or <tt>null</tt> if there was no <tt>
calculateMaximumFlow</tt> calls.
<DT><A HREF="./org/jgrapht/alg/BiconnectivityInspector.html#getCutpoints()"><B>getCutpoints()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BiconnectivityInspector.html" title="class in org.jgrapht.alg">BiconnectivityInspector</A>
<DD>Returns the cutpoints of the graph.
<DT><A HREF="./org/jgrapht/alg/BlockCutpointGraph.html#getCutpoints()"><B>getCutpoints()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BlockCutpointGraph.html" title="class in org.jgrapht.alg">BlockCutpointGraph</A>
<DD>Returns the cutpoints of the initial graph.
<DT><A HREF="./org/jgrapht/util/FibonacciHeapNode.html#getData()"><B>getData()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeapNode.html" title="class in org.jgrapht.util">FibonacciHeapNode</A>
<DD>Obtain the data for this node.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#getDefaultEdgeAttributes()"><B>getDefaultEdgeAttributes()</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Returns the default edge attributes used for creating new JGraph edges.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#getDefaultVertexAttributes()"><B>getDefaultVertexAttributes()</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Returns the default vertex attributes used for creating new JGraph
vertices.
<DT><A HREF="./org/jgrapht/alg/FloydWarshallShortestPaths.html#getDiameter()"><B>getDiameter()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/FloydWarshallShortestPaths.html" title="class in org.jgrapht.alg">FloydWarshallShortestPaths</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/event/EdgeTraversalEvent.html#getEdge()"><B>getEdge()</B></A> -
Method in class org.jgrapht.event.<A HREF="./org/jgrapht/event/EdgeTraversalEvent.html" title="class in org.jgrapht.event">EdgeTraversalEvent</A>
<DD>Returns the traversed edge.
<DT><A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html#getEdge()"><B>getEdge()</B></A> -
Method in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event">GraphEdgeChangeEvent</A>
<DD>Returns the edge that this event is related to.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#getEdge(V, V)"><B>getEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html#getEdge(V, V)"><B>getEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#getEdge(V, V)"><B>getEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#getEdge(V, V)"><B>getEdge(V, V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns an edge connecting source vertex to target vertex if such
vertices and such edge exist in this graph.
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#getEdge(V, V)"><B>getEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#getEdge(V, V)"><B>getEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#getEdge(V, V)"><B>getEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#getEdge(V, V)"><B>getEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#getEdgeCell(E)"><B>getEdgeCell(E)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Returns the JGraph edge cell that corresponds to the specified JGraphT
edge.
<DT><A HREF="./org/jgrapht/graph/DefaultGraphMapping.html#getEdgeCorrespondence(E, boolean)"><B>getEdgeCorrespondence(E, boolean)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultGraphMapping.html" title="class in org.jgrapht.graph">DefaultGraphMapping</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/GraphMapping.html#getEdgeCorrespondence(E, boolean)"><B>getEdgeCorrespondence(E, boolean)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/GraphMapping.html" title="interface in org.jgrapht">GraphMapping</A>
<DD>Gets the mapped value where the key is <code>edge</code>
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#getEdgeFactory()"><B>getEdgeFactory()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#getEdgeFactory()"><B>getEdgeFactory()</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns the edge factory using which this graph creates new edges.
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#getEdgeFactory()"><B>getEdgeFactory()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#getEdgeFactory()"><B>getEdgeFactory()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>Throws <tt>UnsupportedOperationException</tt>, because <tt>
GraphUnion</tt> is read-only.
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#getEdgeFactory()"><B>getEdgeFactory()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#getEdgeFactory()"><B>getEdgeFactory()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphPathImpl.html#getEdgeList()"><B>getEdgeList()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphPathImpl.html" title="class in org.jgrapht.graph">GraphPathImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/GraphPath.html#getEdgeList()"><B>getEdgeList()</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/GraphPath.html" title="interface in org.jgrapht">GraphPath</A>
<DD>Returns the edges making up the path.
<DT><A HREF="./org/jgrapht/ext/EdgeNameProvider.html#getEdgeName(E)"><B>getEdgeName(E)</B></A> -
Method in interface org.jgrapht.ext.<A HREF="./org/jgrapht/ext/EdgeNameProvider.html" title="interface in org.jgrapht.ext">EdgeNameProvider</A>
<DD>Returns a unique name for an edge.
<DT><A HREF="./org/jgrapht/ext/IntegerEdgeNameProvider.html#getEdgeName(E)"><B>getEdgeName(E)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/IntegerEdgeNameProvider.html" title="class in org.jgrapht.ext">IntegerEdgeNameProvider</A>
<DD>Returns the String representation of an edge.
<DT><A HREF="./org/jgrapht/ext/StringEdgeNameProvider.html#getEdgeName(E)"><B>getEdgeName(E)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/StringEdgeNameProvider.html" title="class in org.jgrapht.ext">StringEdgeNameProvider</A>
<DD>Returns the String representation an edge.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#getEdgeSource(E)"><B>getEdgeSource(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#getEdgeSource(E)"><B>getEdgeSource(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#getEdgeSource(E)"><B>getEdgeSource(E)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns the source vertex of an edge.
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#getEdgeSource(E)"><B>getEdgeSource(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#getEdgeSource(E)"><B>getEdgeSource(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#getEdgeSource(E)"><B>getEdgeSource(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#getEdgeSource(E)"><B>getEdgeSource(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#getEdgeTarget(E)"><B>getEdgeTarget(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#getEdgeTarget(E)"><B>getEdgeTarget(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#getEdgeTarget(E)"><B>getEdgeTarget(E)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns the target vertex of an edge.
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#getEdgeTarget(E)"><B>getEdgeTarget(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#getEdgeTarget(E)"><B>getEdgeTarget(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#getEdgeTarget(E)"><B>getEdgeTarget(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#getEdgeTarget(E)"><B>getEdgeTarget(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#getEdgeWeight(E)"><B>getEdgeWeight(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsUnweightedDirectedGraph.html#getEdgeWeight(E)"><B>getEdgeWeight(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUnweightedDirectedGraph.html" title="class in org.jgrapht.graph">AsUnweightedDirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsUnweightedGraph.html#getEdgeWeight(E)"><B>getEdgeWeight(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUnweightedGraph.html" title="class in org.jgrapht.graph">AsUnweightedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsWeightedGraph.html#getEdgeWeight(E)"><B>getEdgeWeight(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsWeightedGraph.html" title="class in org.jgrapht.graph">AsWeightedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#getEdgeWeight(E)"><B>getEdgeWeight(E)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns the weight assigned to a given edge.
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#getEdgeWeight(E)"><B>getEdgeWeight(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#getEdgeWeight(E)"><B>getEdgeWeight(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#getEdgeWeight(E)"><B>getEdgeWeight(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#getEdgeWeight(E)"><B>getEdgeWeight(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphPathImpl.html#getEndVertex()"><B>getEndVertex()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphPathImpl.html" title="class in org.jgrapht.graph">GraphPathImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/GraphPath.html#getEndVertex()"><B>getEndVertex()</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/GraphPath.html" title="interface in org.jgrapht">GraphPath</A>
<DD>Returns the end vertex in the path.
<DT><A HREF="./org/jgrapht/alg/EulerianCircuit.html#getEulerianCircuitVertices(org.jgrapht.UndirectedGraph)"><B>getEulerianCircuitVertices(UndirectedGraph&lt;V, E&gt;)</B></A> -
Static method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/EulerianCircuit.html" title="class in org.jgrapht.alg">EulerianCircuit</A>
<DD>This method will return a list of vertices which represents the Eulerian
circuit of the graph.
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#getG1()"><B>getG1()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#getG2()"><B>getG2()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html#getGraph()"><B>getGraph()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html" title="class in org.jgrapht.alg">StrongConnectivityInspector</A>
<DD>Returns the graph inspected by the StrongConnectivityInspector.
<DT><A HREF="./org/jgrapht/graph/GraphPathImpl.html#getGraph()"><B>getGraph()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphPathImpl.html" title="class in org.jgrapht.graph">GraphPathImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/GraphPath.html#getGraph()"><B>getGraph()</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/GraphPath.html" title="interface in org.jgrapht">GraphPath</A>
<DD>Returns the graph over which this path is defined.
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#getGraph()"><B>getGraph()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/FibonacciHeapNode.html#getKey()"><B>getKey()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeapNode.html" title="class in org.jgrapht.util">FibonacciHeapNode</A>
<DD>Obtain the key for this node.
<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.DefaultEdgeTopologyFactory.html#getMaxEdgesForVertexNum(org.jgrapht.Graph)"><B>getMaxEdgesForVertexNum(Graph&lt;VV, EE&gt;)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RandomGraphGenerator.DefaultEdgeTopologyFactory.html" title="class in org.jgrapht.generate">RandomGraphGenerator.DefaultEdgeTopologyFactory</A>
<DD>Return max edges for that graph.
<DT><A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html#getMaximumFlow()"><B>getMaximumFlow()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html" title="class in org.jgrapht.alg">EdmondsKarpMaximumFlow</A>
<DD>Returns maximum flow, that was calculated during last <tt>
calculateMaximumFlow</tt> call, or <tt>null</tt>, if there was no <tt>
calculateMaximumFlow</tt> calls.
<DT><A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html#getMaximumFlowValue()"><B>getMaximumFlowValue()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/EdmondsKarpMaximumFlow.html" title="class in org.jgrapht.alg">EdmondsKarpMaximumFlow</A>
<DD>Returns maximum flow value, that was calculated during last <tt>
calculateMaximumFlow</tt> call, or <tt>null</tt>, if there was no <tt>
calculateMaximumFlow</tt> calls.
<DT><A HREF="./org/jgrapht/Graphs.html#getOppositeVertex(org.jgrapht.Graph, E, V)"><B>getOppositeVertex(Graph&lt;V, E&gt;, E, V)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Gets the vertex opposite another vertex across an edge.
<DT><A HREF="./org/jgrapht/alg/DijkstraShortestPath.html#getPath()"><B>getPath()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DijkstraShortestPath.html" title="class in org.jgrapht.alg">DijkstraShortestPath</A>
<DD>Return the path found.
<DT><A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html#getPathEdgeList(V)"><B>getPathEdgeList(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html" title="class in org.jgrapht.alg">BellmanFordShortestPath</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/DijkstraShortestPath.html#getPathEdgeList()"><B>getPathEdgeList()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DijkstraShortestPath.html" title="class in org.jgrapht.alg">DijkstraShortestPath</A>
<DD>Return the edges making up the path found.
<DT><A HREF="./org/jgrapht/alg/DijkstraShortestPath.html#getPathLength()"><B>getPathLength()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DijkstraShortestPath.html" title="class in org.jgrapht.alg">DijkstraShortestPath</A>
<DD>Return the length of the path found.
<DT><A HREF="./org/jgrapht/alg/KShortestPaths.html#getPaths(V)"><B>getPaths(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/KShortestPaths.html" title="class in org.jgrapht.alg">KShortestPaths</A>
<DD>Returns the k shortest simple paths in increasing order of weight.
<DT><A HREF="./org/jgrapht/Graphs.html#getPathVertexList(org.jgrapht.GraphPath)"><B>getPathVertexList(GraphPath&lt;V, E&gt;)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Gets the list of vertices visited by a path.
<DT><A HREF="./org/jgrapht/ext/GmlExporter.html#getPrintLabels()"><B>getPrintLabels()</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GmlExporter.html" title="class in org.jgrapht.ext">GmlExporter</A>
<DD>Get whether to export the vertex and edge labels.
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#getSeenData(V)"><B>getSeenData(V)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>Access the data stored for a seen vertex.
<DT><A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html#getShortestPathLength(V)"><B>getShortestPathLength(V)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="class in org.jgrapht.traverse">ClosestFirstIterator</A>
<DD>Get the length of the shortest path known to the given vertex.
<DT><A HREF="./org/jgrapht/graph/DefaultEdge.html#getSource()"><B>getSource()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultEdge.html" title="class in org.jgrapht.graph">DefaultEdge</A>
<DD>Retrieves the source of this edge.
<DT><A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html#getSpanningTreeEdge(V)"><B>getSpanningTreeEdge(V)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="class in org.jgrapht.traverse">ClosestFirstIterator</A>
<DD>Get the spanning tree edge reaching a vertex which has been seen already
in this traversal.
<DT><A HREF="./org/jgrapht/traverse/DepthFirstIterator.html#getStack()"><B>getStack()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/DepthFirstIterator.html" title="class in org.jgrapht.traverse">DepthFirstIterator</A>
<DD>Retrieves the LIFO stack of vertices which have been encountered but not
yet visited (WHITE).
<DT><A HREF="./org/jgrapht/graph/GraphPathImpl.html#getStartVertex()"><B>getStartVertex()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphPathImpl.html" title="class in org.jgrapht.graph">GraphPathImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/GraphPath.html#getStartVertex()"><B>getStartVertex()</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/GraphPath.html" title="interface in org.jgrapht">GraphPath</A>
<DD>Returns the start vertex in the path.
<DT><A HREF="./org/jgrapht/graph/DefaultEdge.html#getTarget()"><B>getTarget()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultEdge.html" title="class in org.jgrapht.graph">DefaultEdge</A>
<DD>Retrieves the target of this edge.
<DT><A HREF="./org/jgrapht/event/ConnectedComponentTraversalEvent.html#getType()"><B>getType()</B></A> -
Method in class org.jgrapht.event.<A HREF="./org/jgrapht/event/ConnectedComponentTraversalEvent.html" title="class in org.jgrapht.event">ConnectedComponentTraversalEvent</A>
<DD>Returns the event type.
<DT><A HREF="./org/jgrapht/event/GraphChangeEvent.html#getType()"><B>getType()</B></A> -
Method in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphChangeEvent.html" title="class in org.jgrapht.event">GraphChangeEvent</A>
<DD>Returns the event type.
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#getValue()"><B>getValue()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>Returns the value of this object, similarly to <A HREF="./org/jgrapht/util/ModifiableInteger.html#intValue()"><CODE>ModifiableInteger.intValue()</CODE></A>.
<DT><A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html#getVertex()"><B>getVertex()</B></A> -
Method in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event">GraphVertexChangeEvent</A>
<DD>Returns the vertex that this event is related to.
<DT><A HREF="./org/jgrapht/event/VertexTraversalEvent.html#getVertex()"><B>getVertex()</B></A> -
Method in class org.jgrapht.event.<A HREF="./org/jgrapht/event/VertexTraversalEvent.html" title="class in org.jgrapht.event">VertexTraversalEvent</A>
<DD>Returns the traversed vertex.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#getVertexCell(java.lang.Object)"><B>getVertexCell(Object)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Returns the JGraph vertex cell that corresponds to the specified JGraphT
vertex.
<DT><A HREF="./org/jgrapht/graph/DefaultGraphMapping.html#getVertexCorrespondence(V, boolean)"><B>getVertexCorrespondence(V, boolean)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultGraphMapping.html" title="class in org.jgrapht.graph">DefaultGraphMapping</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/GraphMapping.html#getVertexCorrespondence(V, boolean)"><B>getVertexCorrespondence(V, boolean)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/GraphMapping.html" title="interface in org.jgrapht">GraphMapping</A>
<DD>Gets the mapped value where the key is <code>vertex</code>
<DT><A HREF="./org/jgrapht/ext/IntegerNameProvider.html#getVertexName(V)"><B>getVertexName(V)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/IntegerNameProvider.html" title="class in org.jgrapht.ext">IntegerNameProvider</A>
<DD>Returns the String representation of the unique integer representing a
vertex.
<DT><A HREF="./org/jgrapht/ext/StringNameProvider.html#getVertexName(V)"><B>getVertexName(V)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/StringNameProvider.html" title="class in org.jgrapht.ext">StringNameProvider</A>
<DD>Returns the String representation of the unique integer representing a
vertex.
<DT><A HREF="./org/jgrapht/ext/VertexNameProvider.html#getVertexName(V)"><B>getVertexName(V)</B></A> -
Method in interface org.jgrapht.ext.<A HREF="./org/jgrapht/ext/VertexNameProvider.html" title="interface in org.jgrapht.ext">VertexNameProvider</A>
<DD>Returns a unique name for a vertex.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#getVertexPort(java.lang.Object)"><B>getVertexPort(Object)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Returns the JGraph port cell that corresponds to the specified JGraphT
vertex.
<DT><A HREF="./org/jgrapht/graph/DefaultWeightedEdge.html#getWeight()"><B>getWeight()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultWeightedEdge.html" title="class in org.jgrapht.graph">DefaultWeightedEdge</A>
<DD>Retrieves the weight of this edge.
<DT><A HREF="./org/jgrapht/graph/GraphPathImpl.html#getWeight()"><B>getWeight()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphPathImpl.html" title="class in org.jgrapht.graph">GraphPathImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/GraphPath.html#getWeight()"><B>getWeight()</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/GraphPath.html" title="interface in org.jgrapht">GraphPath</A>
<DD>Returns the weight assigned to the path.
<DT><A HREF="./org/jgrapht/ext/GmlExporter.html" title="class in org.jgrapht.ext"><B>GmlExporter</B></A>&lt;<A HREF="./org/jgrapht/ext/GmlExporter.html" title="type parameter in GmlExporter">V</A>,<A HREF="./org/jgrapht/ext/GmlExporter.html" title="type parameter in GmlExporter">E</A>&gt; - Class in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Exports a graph into a GML file (Graph Modelling Language).<DT><A HREF="./org/jgrapht/ext/GmlExporter.html#GmlExporter()"><B>GmlExporter()</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GmlExporter.html" title="class in org.jgrapht.ext">GmlExporter</A>
<DD>Creates a new GmlExporter object with integer name providers for the
vertex and edge IDs and null providers for the vertex and edge labels.
<DT><A HREF="./org/jgrapht/ext/GmlExporter.html#GmlExporter(org.jgrapht.ext.VertexNameProvider, org.jgrapht.ext.VertexNameProvider, org.jgrapht.ext.EdgeNameProvider, org.jgrapht.ext.EdgeNameProvider)"><B>GmlExporter(VertexNameProvider&lt;V&gt;, VertexNameProvider&lt;V&gt;, EdgeNameProvider&lt;E&gt;, EdgeNameProvider&lt;E&gt;)</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GmlExporter.html" title="class in org.jgrapht.ext">GmlExporter</A>
<DD>Constructs a new GmlExporter object with the given ID and label
providers.
<DT><A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html#graph"><B>graph</B></A> -
Variable in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html" title="class in org.jgrapht.alg">BellmanFordShortestPath</A>
<DD>Graph on which shortest paths are searched.
<DT><A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht"><B>Graph</B></A>&lt;<A HREF="./org/jgrapht/Graph.html" title="type parameter in Graph">V</A>,<A HREF="./org/jgrapht/Graph.html" title="type parameter in Graph">E</A>&gt; - Interface in <A HREF="./org/jgrapht/package-summary.html">org.jgrapht</A><DD>The root interface in the graph hierarchy.<DT><A HREF="./org/jgrapht/event/GraphChangeEvent.html" title="class in org.jgrapht.event"><B>GraphChangeEvent</B></A> - Class in <A HREF="./org/jgrapht/event/package-summary.html">org.jgrapht.event</A><DD>An event which indicates that a graph has changed.<DT><A HREF="./org/jgrapht/event/GraphChangeEvent.html#GraphChangeEvent(java.lang.Object, int)"><B>GraphChangeEvent(Object, int)</B></A> -
Constructor for class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphChangeEvent.html" title="class in org.jgrapht.event">GraphChangeEvent</A>
<DD>Creates a new graph change event.
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph"><B>GraphDelegator</B></A>&lt;<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="type parameter in GraphDelegator">V</A>,<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="type parameter in GraphDelegator">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A graph backed by the the graph specified at the constructor, which delegates
all its methods to the backing graph.<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#GraphDelegator(org.jgrapht.Graph)"><B>GraphDelegator(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>Constructor for GraphDelegator.
<DT><A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event"><B>GraphEdgeChangeEvent</B></A>&lt;<A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html" title="type parameter in GraphEdgeChangeEvent">V</A>,<A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html" title="type parameter in GraphEdgeChangeEvent">E</A>&gt; - Class in <A HREF="./org/jgrapht/event/package-summary.html">org.jgrapht.event</A><DD>An event which indicates that a graph edge has changed, or is about to
change.<DT><A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html#GraphEdgeChangeEvent(java.lang.Object, int, E)"><B>GraphEdgeChangeEvent(Object, int, E)</B></A> -
Constructor for class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphEdgeChangeEvent.html" title="class in org.jgrapht.event">GraphEdgeChangeEvent</A>
<DD>Constructor for GraphEdgeChangeEvent.
<DT><A HREF="./org/jgrapht/generate/GraphGenerator.html" title="interface in org.jgrapht.generate"><B>GraphGenerator</B></A>&lt;<A HREF="./org/jgrapht/generate/GraphGenerator.html" title="type parameter in GraphGenerator">V</A>,<A HREF="./org/jgrapht/generate/GraphGenerator.html" title="type parameter in GraphGenerator">E</A>,<A HREF="./org/jgrapht/generate/GraphGenerator.html" title="type parameter in GraphGenerator">T</A>&gt; - Interface in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>GraphGenerator defines an interface for generating new graph structures.<DT><A HREF="./org/jgrapht/GraphHelper.html" title="class in org.jgrapht"><B>GraphHelper</B></A> - Class in <A HREF="./org/jgrapht/package-summary.html">org.jgrapht</A><DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht"><CODE>Graphs</CODE></A> instead.</I><DT><A HREF="./org/jgrapht/GraphHelper.html#GraphHelper()"><B>GraphHelper()</B></A> -
Constructor for class org.jgrapht.<A HREF="./org/jgrapht/GraphHelper.html" title="class in org.jgrapht">GraphHelper</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/jgrapht/traverse/GraphIterator.html" title="interface in org.jgrapht.traverse"><B>GraphIterator</B></A>&lt;<A HREF="./org/jgrapht/traverse/GraphIterator.html" title="type parameter in GraphIterator">V</A>,<A HREF="./org/jgrapht/traverse/GraphIterator.html" title="type parameter in GraphIterator">E</A>&gt; - Interface in <A HREF="./org/jgrapht/traverse/package-summary.html">org.jgrapht.traverse</A><DD>A graph iterator.<DT><A HREF="./org/jgrapht/event/GraphListener.html" title="interface in org.jgrapht.event"><B>GraphListener</B></A>&lt;<A HREF="./org/jgrapht/event/GraphListener.html" title="type parameter in GraphListener">V</A>,<A HREF="./org/jgrapht/event/GraphListener.html" title="type parameter in GraphListener">E</A>&gt; - Interface in <A HREF="./org/jgrapht/event/package-summary.html">org.jgrapht.event</A><DD>A listener that is notified when the graph changes.<DT><A HREF="./org/jgrapht/GraphMapping.html" title="interface in org.jgrapht"><B>GraphMapping</B></A>&lt;<A HREF="./org/jgrapht/GraphMapping.html" title="type parameter in GraphMapping">V</A>,<A HREF="./org/jgrapht/GraphMapping.html" title="type parameter in GraphMapping">E</A>&gt; - Interface in <A HREF="./org/jgrapht/package-summary.html">org.jgrapht</A><DD>GraphMapping represents a bidirectional mapping between two graphs (called
graph1 and graph2), which allows the caller to obtain the matching vertex or
edge in either direction, from graph1 to graph2, or from graph2 to graph1.<DT><A HREF="./org/jgrapht/ext/GraphMLExporter.html" title="class in org.jgrapht.ext"><B>GraphMLExporter</B></A>&lt;<A HREF="./org/jgrapht/ext/GraphMLExporter.html" title="type parameter in GraphMLExporter">V</A>,<A HREF="./org/jgrapht/ext/GraphMLExporter.html" title="type parameter in GraphMLExporter">E</A>&gt; - Class in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Exports a graph into a GraphML file.<DT><A HREF="./org/jgrapht/ext/GraphMLExporter.html#GraphMLExporter()"><B>GraphMLExporter()</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GraphMLExporter.html" title="class in org.jgrapht.ext">GraphMLExporter</A>
<DD>Constructs a new GraphMLExporter object with integer name providers for
the vertex and edge IDs and null providers for the vertex and edge
labels.
<DT><A HREF="./org/jgrapht/ext/GraphMLExporter.html#GraphMLExporter(org.jgrapht.ext.VertexNameProvider, org.jgrapht.ext.VertexNameProvider, org.jgrapht.ext.EdgeNameProvider, org.jgrapht.ext.EdgeNameProvider)"><B>GraphMLExporter(VertexNameProvider&lt;V&gt;, VertexNameProvider&lt;V&gt;, EdgeNameProvider&lt;E&gt;, EdgeNameProvider&lt;E&gt;)</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GraphMLExporter.html" title="class in org.jgrapht.ext">GraphMLExporter</A>
<DD>Constructs a new GraphMLExporter object with the given ID and label
providers.
<DT><A HREF="./org/jgrapht/GraphPath.html" title="interface in org.jgrapht"><B>GraphPath</B></A>&lt;<A HREF="./org/jgrapht/GraphPath.html" title="type parameter in GraphPath">V</A>,<A HREF="./org/jgrapht/GraphPath.html" title="type parameter in GraphPath">E</A>&gt; - Interface in <A HREF="./org/jgrapht/package-summary.html">org.jgrapht</A><DD>A GraphPath represents a <a href="http://mathworld.wolfram.com/Path.html">
path</a> in a <A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht"><CODE>Graph</CODE></A>.<DT><A HREF="./org/jgrapht/graph/GraphPathImpl.html" title="class in org.jgrapht.graph"><B>GraphPathImpl</B></A>&lt;<A HREF="./org/jgrapht/graph/GraphPathImpl.html" title="type parameter in GraphPathImpl">V</A>,<A HREF="./org/jgrapht/graph/GraphPathImpl.html" title="type parameter in GraphPathImpl">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>GraphPathImpl is a default implementation of <A HREF="./org/jgrapht/GraphPath.html" title="interface in org.jgrapht"><CODE>GraphPath</CODE></A>.<DT><A HREF="./org/jgrapht/graph/GraphPathImpl.html#GraphPathImpl(org.jgrapht.Graph, V, V, java.util.List, double)"><B>GraphPathImpl(Graph&lt;V, E&gt;, V, V, List&lt;E&gt;, double)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphPathImpl.html" title="class in org.jgrapht.graph">GraphPathImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht"><B>Graphs</B></A> - Class in <A HREF="./org/jgrapht/package-summary.html">org.jgrapht</A><DD>A collection of utilities to assist with graph manipulation.<DT><A HREF="./org/jgrapht/Graphs.html#Graphs()"><B>Graphs()</B></A> -
Constructor for class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph"><B>GraphUnion</B></A>&lt;<A HREF="./org/jgrapht/graph/GraphUnion.html" title="type parameter in GraphUnion">V</A>,<A HREF="./org/jgrapht/graph/GraphUnion.html" title="type parameter in GraphUnion">E</A>,<A HREF="./org/jgrapht/graph/GraphUnion.html" title="type parameter in GraphUnion">G</A> extends <A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>&lt;<A HREF="./org/jgrapht/graph/GraphUnion.html" title="type parameter in GraphUnion">V</A>,<A HREF="./org/jgrapht/graph/GraphUnion.html" title="type parameter in GraphUnion">E</A>&gt;&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>Read-only union of two graphs: G<sub>1</sub> and G<sub>2</sub>.<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#GraphUnion(G, G, org.jgrapht.util.WeightCombiner)"><B>GraphUnion(G, G, WeightCombiner)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#GraphUnion(G, G)"><B>GraphUnion(G, G)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event"><B>GraphVertexChangeEvent</B></A>&lt;<A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html" title="type parameter in GraphVertexChangeEvent">V</A>&gt; - Class in <A HREF="./org/jgrapht/event/package-summary.html">org.jgrapht.event</A><DD>An event which indicates that a graph vertex has changed, or is about to
change.<DT><A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html#GraphVertexChangeEvent(java.lang.Object, int, V)"><B>GraphVertexChangeEvent(Object, int, V)</B></A> -
Constructor for class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event">GraphVertexChangeEvent</A>
<DD>Creates a new GraphVertexChangeEvent object.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/alg/HamiltonianCycle.html" title="class in org.jgrapht.alg"><B>HamiltonianCycle</B></A> - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>This class will deal with finding the optimal or approximately optimal
minimum tour (hamiltonian cycle) or commonly known as the <a
href="http://mathworld.wolfram.com/TravelingSalesmanProblem.html">Traveling
Salesman Problem</a>.<DT><A HREF="./org/jgrapht/alg/HamiltonianCycle.html#HamiltonianCycle()"><B>HamiltonianCycle()</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/HamiltonianCycle.html" title="class in org.jgrapht.alg">HamiltonianCycle</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ArrayUnenforcedSet.html" title="class in org.jgrapht.util">ArrayUnenforcedSet</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>Returns a hash code for this <code>ModifiableInteger</code>.
<DT><A HREF="./org/jgrapht/util/PrefetchIterator.html#hasMoreElements()"><B>hasMoreElements()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/PrefetchIterator.html" title="class in org.jgrapht.util">PrefetchIterator</A>
<DD>If (isGetNextLastResultUpToDate==true) returns true else 1.
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#hasNext()"><B>hasNext()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/PrefetchIterator.html#hasNext()"><B>hasNext()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/PrefetchIterator.html" title="class in org.jgrapht.util">PrefetchIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/demo/HelloJGraphT.html" title="class in org.jgrapht.demo"><B>HelloJGraphT</B></A> - Class in <A HREF="./org/jgrapht/demo/package-summary.html">org.jgrapht.demo</A><DD>A simple introduction to using JGraphT.<DT><A HREF="./org/jgrapht/generate/WheelGraphGenerator.html#HUB_VERTEX"><B>HUB_VERTEX</B></A> -
Static variable in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/WheelGraphGenerator.html" title="class in org.jgrapht.generate">WheelGraphGenerator</A>
<DD>Role for the hub vertex.
<DT><A HREF="./org/jgrapht/generate/HyperCubeGraphGenerator.html" title="class in org.jgrapht.generate"><B>HyperCubeGraphGenerator</B></A>&lt;<A HREF="./org/jgrapht/generate/HyperCubeGraphGenerator.html" title="type parameter in HyperCubeGraphGenerator">V</A>,<A HREF="./org/jgrapht/generate/HyperCubeGraphGenerator.html" title="type parameter in HyperCubeGraphGenerator">E</A>&gt; - Class in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>Generates a <a href="http://mathworld.wolfram.com/HypercubeGraph.html">hyper
cube graph</a> of any size.<DT><A HREF="./org/jgrapht/generate/HyperCubeGraphGenerator.html#HyperCubeGraphGenerator(int)"><B>HyperCubeGraphGenerator(int)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/HyperCubeGraphGenerator.html" title="class in org.jgrapht.generate">HyperCubeGraphGenerator</A>
<DD>Creates a new HyperCubeGraphGenerator object.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/DirectedGraph.html#incomingEdgesOf(V)"><B>incomingEdgesOf(V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/DirectedGraph.html" title="interface in org.jgrapht">DirectedGraph</A>
<DD>Returns a set of all edges incoming into the specified vertex.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#incomingEdgesOf(V)"><B>incomingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html#incomingEdgesOf(V)"><B>incomingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DirectedGraphUnion.html#incomingEdgesOf(V)"><B>incomingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedGraphUnion.html" title="class in org.jgrapht.graph">DirectedGraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DirectedSubgraph.html#incomingEdgesOf(V)"><B>incomingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedSubgraph.html" title="class in org.jgrapht.graph">DirectedSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#incomingEdgesOf(V)"><B>incomingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#incomingEdgesOf(V)"><B>incomingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#incomingEdgesOf(V)"><B>incomingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#increment()"><B>increment()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>Adds one to the value of this modifiable integer.
<DT><A HREF="./org/jgrapht/DirectedGraph.html#inDegreeOf(V)"><B>inDegreeOf(V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/DirectedGraph.html" title="interface in org.jgrapht">DirectedGraph</A>
<DD>Returns the "in degree" of the specified vertex.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#inDegreeOf(V)"><B>inDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html#inDegreeOf(V)"><B>inDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DirectedGraphUnion.html#inDegreeOf(V)"><B>inDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedGraphUnion.html" title="class in org.jgrapht.graph">DirectedGraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DirectedSubgraph.html#inDegreeOf(V)"><B>inDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedSubgraph.html" title="class in org.jgrapht.graph">DirectedSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#inDegreeOf(V)"><B>inDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#inDegreeOf(V)"><B>inDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#inDegreeOf(V)"><B>inDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/demo/JGraphAdapterDemo.html#init()"><B>init()</B></A> -
Method in class org.jgrapht.demo.<A HREF="./org/jgrapht/demo/JGraphAdapterDemo.html" title="class in org.jgrapht.demo">JGraphAdapterDemo</A>
<DD>
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#insert(org.jgrapht.util.FibonacciHeapNode, double)"><B>insert(FibonacciHeapNode&lt;T&gt;, double)</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Inserts a new data element into the heap.
<DT><A HREF="./org/jgrapht/alg/TransitiveClosure.html#INSTANCE"><B>INSTANCE</B></A> -
Static variable in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/TransitiveClosure.html" title="class in org.jgrapht.alg">TransitiveClosure</A>
<DD>Singleton instance.
<DT><A HREF="./org/jgrapht/ext/IntegerEdgeNameProvider.html" title="class in org.jgrapht.ext"><B>IntegerEdgeNameProvider</B></A>&lt;<A HREF="./org/jgrapht/ext/IntegerEdgeNameProvider.html" title="type parameter in IntegerEdgeNameProvider">E</A>&gt; - Class in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Assigns a unique integer to represent each edge.<DT><A HREF="./org/jgrapht/ext/IntegerEdgeNameProvider.html#IntegerEdgeNameProvider()"><B>IntegerEdgeNameProvider()</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/IntegerEdgeNameProvider.html" title="class in org.jgrapht.ext">IntegerEdgeNameProvider</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/IntegerNameProvider.html" title="class in org.jgrapht.ext"><B>IntegerNameProvider</B></A>&lt;<A HREF="./org/jgrapht/ext/IntegerNameProvider.html" title="type parameter in IntegerNameProvider">V</A>&gt; - Class in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Assigns a unique integer to represent each vertex.<DT><A HREF="./org/jgrapht/ext/IntegerNameProvider.html#IntegerNameProvider()"><B>IntegerNameProvider()</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/IntegerNameProvider.html" title="class in org.jgrapht.ext">IntegerNameProvider</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#intValue()"><B>intValue()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#isAllowingLoops()"><B>isAllowingLoops()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>Returns <code>true</code> if and only if self-loops are allowed in this
graph.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#isAllowingMultipleEdges()"><B>isAllowingMultipleEdges()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>Returns <code>true</code> if and only if multiple edges are allowed in
this graph.
<DT><A HREF="./org/jgrapht/alg/BiconnectivityInspector.html#isBiconnected()"><B>isBiconnected()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BiconnectivityInspector.html" title="class in org.jgrapht.alg">BiconnectivityInspector</A>
<DD>Returns <code>true</code> if the graph is biconnected (no cutpoint),
<code>false</code> otherwise.
<DT><A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html#isConnectedComponentExhausted()"><B>isConnectedComponentExhausted()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html" title="class in org.jgrapht.traverse">BreadthFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html#isConnectedComponentExhausted()"><B>isConnectedComponentExhausted()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="class in org.jgrapht.traverse">ClosestFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#isConnectedComponentExhausted()"><B>isConnectedComponentExhausted()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>Returns <tt>true</tt> if there are no more uniterated vertices in the
currently iterated connected component; <tt>false</tt> otherwise.
<DT><A HREF="./org/jgrapht/traverse/DepthFirstIterator.html#isConnectedComponentExhausted()"><B>isConnectedComponentExhausted()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/DepthFirstIterator.html" title="class in org.jgrapht.traverse">DepthFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html#isConnectedComponentExhausted()"><B>isConnectedComponentExhausted()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html" title="class in org.jgrapht.traverse">TopologicalOrderIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#isCrossComponentTraversal()"><B>isCrossComponentTraversal()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>Test whether this iterator is set to traverse the graph across connected
components.
<DT><A HREF="./org/jgrapht/traverse/GraphIterator.html#isCrossComponentTraversal()"><B>isCrossComponentTraversal()</B></A> -
Method in interface org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/GraphIterator.html" title="interface in org.jgrapht.traverse">GraphIterator</A>
<DD>Test whether this iterator is set to traverse the grpah across connected
components.
<DT><A HREF="./org/jgrapht/alg/BlockCutpointGraph.html#isCutpoint(V)"><B>isCutpoint(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BlockCutpointGraph.html" title="class in org.jgrapht.alg">BlockCutpointGraph</A>
<DD>Returns <code>true</code> if the vertex is a cutpoint, <code>false</code>
otherwise.
<DT><A HREF="./org/jgrapht/graph/MaskFunctor.html#isEdgeMasked(E)"><B>isEdgeMasked(E)</B></A> -
Method in interface org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskFunctor.html" title="interface in org.jgrapht.graph">MaskFunctor</A>
<DD>Returns <code>true</code> if the edge is masked, <code>false</code>
otherwise.
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Tests if the Fibonacci heap is empty or not.
<DT><A HREF="./org/jgrapht/util/PrefetchIterator.html#isEnumerationStartedEmpty()"><B>isEnumerationStartedEmpty()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/PrefetchIterator.html" title="class in org.jgrapht.util">PrefetchIterator</A>
<DD>Tests whether the enumeration started as an empty one.
<DT><A HREF="./org/jgrapht/alg/EulerianCircuit.html#isEulerian(org.jgrapht.UndirectedGraph)"><B>isEulerian(UndirectedGraph&lt;V, E&gt;)</B></A> -
Static method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/EulerianCircuit.html" title="class in org.jgrapht.alg">EulerianCircuit</A>
<DD>This method will check whether the graph passed in is Eulerian or not.
<DT><A HREF="./org/jgrapht/alg/ConnectivityInspector.html#isGraphConnected()"><B>isGraphConnected()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg">ConnectivityInspector</A>
<DD>Test if the inspected graph is connected.
<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.DefaultEdgeTopologyFactory.html#isNumberOfEdgesValid(org.jgrapht.Graph, int)"><B>isNumberOfEdgesValid(Graph&lt;VV, EE&gt;, int)</B></A> -
Method in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RandomGraphGenerator.DefaultEdgeTopologyFactory.html" title="class in org.jgrapht.generate">RandomGraphGenerator.DefaultEdgeTopologyFactory</A>
<DD>checks if the numOfEdges is smaller than the Max edges according to
the following table:
<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.EdgeTopologyFactory.html#isNumberOfEdgesValid(org.jgrapht.Graph, int)"><B>isNumberOfEdgesValid(Graph&lt;VV, EE&gt;, int)</B></A> -
Method in interface org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RandomGraphGenerator.EdgeTopologyFactory.html" title="interface in org.jgrapht.generate">RandomGraphGenerator.EdgeTopologyFactory</A>
<DD>Checks if the graph can contain the givven numberOfEdges according to
the graph type restrictions.
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#isReuseEvents()"><B>isReuseEvents()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>Tests whether the <code>reuseEvents</code> flag is set.
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#isReuseEvents()"><B>isReuseEvents()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/GraphIterator.html#isReuseEvents()"><B>isReuseEvents()</B></A> -
Method in interface org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/GraphIterator.html" title="interface in org.jgrapht.traverse">GraphIterator</A>
<DD>Tests whether the <code>reuseEvents</code> flag is set.
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#isSeenVertex(java.lang.Object)"><B>isSeenVertex(Object)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>Determines whether a vertex has been seen yet by this traversal.
<DT><A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html#isStronglyConnected()"><B>isStronglyConnected()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html" title="class in org.jgrapht.alg">StrongConnectivityInspector</A>
<DD>Returns true if the graph of this <code>
StronglyConnectivityInspector</code> instance is strongly connected.
<DT><A HREF="./org/jgrapht/graph/MaskFunctor.html#isVertexMasked(V)"><B>isVertexMasked(V)</B></A> -
Method in interface org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskFunctor.html" title="interface in org.jgrapht.graph">MaskFunctor</A>
<DD>Returns <code>true</code> if the vertex is masked, <code>false</code>
otherwise.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/demo/JGraphAdapterDemo.html" title="class in org.jgrapht.demo"><B>JGraphAdapterDemo</B></A> - Class in <A HREF="./org/jgrapht/demo/package-summary.html">org.jgrapht.demo</A><DD>A demo applet that shows how to use JGraph to visualize JGraphT graphs.<DT><A HREF="./org/jgrapht/demo/JGraphAdapterDemo.html#JGraphAdapterDemo()"><B>JGraphAdapterDemo()</B></A> -
Constructor for class org.jgrapht.demo.<A HREF="./org/jgrapht/demo/JGraphAdapterDemo.html" title="class in org.jgrapht.demo">JGraphAdapterDemo</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext"><B>JGraphModelAdapter</B></A>&lt;<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="type parameter in JGraphModelAdapter">V</A>,<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="type parameter in JGraphModelAdapter">E</A>&gt; - Class in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>An adapter that reflects a JGraphT graph as a JGraph graph.<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#JGraphModelAdapter(org.jgrapht.Graph)"><B>JGraphModelAdapter(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Constructs a new JGraph model adapter for the specified JGraphT graph.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#JGraphModelAdapter(org.jgrapht.Graph, org.jgraph.graph.AttributeMap, org.jgraph.graph.AttributeMap)"><B>JGraphModelAdapter(Graph&lt;V, E&gt;, AttributeMap, AttributeMap)</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Constructs a new JGraph model adapter for the specified JGraphT graph.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#JGraphModelAdapter(org.jgrapht.Graph, org.jgraph.graph.AttributeMap, org.jgraph.graph.AttributeMap, org.jgrapht.ext.JGraphModelAdapter.CellFactory)"><B>JGraphModelAdapter(Graph&lt;V, E&gt;, AttributeMap, AttributeMap, JGraphModelAdapter.CellFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Constructs a new JGraph model adapter for the specified JGraphT graph.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.CellFactory.html" title="interface in org.jgrapht.ext"><B>JGraphModelAdapter.CellFactory</B></A>&lt;<A HREF="./org/jgrapht/ext/JGraphModelAdapter.CellFactory.html" title="type parameter in JGraphModelAdapter.CellFactory">VV</A>,<A HREF="./org/jgrapht/ext/JGraphModelAdapter.CellFactory.html" title="type parameter in JGraphModelAdapter.CellFactory">EE</A>&gt; - Interface in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Creates the JGraph cells that reflect the respective JGraphT elements.<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.DefaultCellFactory.html" title="class in org.jgrapht.ext"><B>JGraphModelAdapter.DefaultCellFactory</B></A>&lt;<A HREF="./org/jgrapht/ext/JGraphModelAdapter.DefaultCellFactory.html" title="type parameter in JGraphModelAdapter.DefaultCellFactory">VV</A>,<A HREF="./org/jgrapht/ext/JGraphModelAdapter.DefaultCellFactory.html" title="type parameter in JGraphModelAdapter.DefaultCellFactory">EE</A>&gt; - Class in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>A simple default cell factory.<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.DefaultCellFactory.html#JGraphModelAdapter.DefaultCellFactory()"><B>JGraphModelAdapter.DefaultCellFactory()</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.DefaultCellFactory.html" title="class in org.jgrapht.ext">JGraphModelAdapter.DefaultCellFactory</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/alg/KShortestPaths.html" title="class in org.jgrapht.alg"><B>KShortestPaths</B></A>&lt;<A HREF="./org/jgrapht/alg/KShortestPaths.html" title="type parameter in KShortestPaths">V</A>,<A HREF="./org/jgrapht/alg/KShortestPaths.html" title="type parameter in KShortestPaths">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>The algorithm determines the k shortest simple paths in increasing order of
weight.<DT><A HREF="./org/jgrapht/alg/KShortestPaths.html#KShortestPaths(org.jgrapht.Graph, V, int)"><B>KShortestPaths(Graph&lt;V, E&gt;, V, int)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/KShortestPaths.html" title="class in org.jgrapht.alg">KShortestPaths</A>
<DD>Creates an object to compute ranking shortest paths between the start
vertex and others vertices.
<DT><A HREF="./org/jgrapht/alg/KShortestPaths.html#KShortestPaths(org.jgrapht.Graph, V, int, int)"><B>KShortestPaths(Graph&lt;V, E&gt;, V, int, int)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/KShortestPaths.html" title="class in org.jgrapht.alg">KShortestPaths</A>
<DD>Creates an object to calculate ranking shortest paths between the start
vertex and others vertices.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/generate/LinearGraphGenerator.html" title="class in org.jgrapht.generate"><B>LinearGraphGenerator</B></A>&lt;<A HREF="./org/jgrapht/generate/LinearGraphGenerator.html" title="type parameter in LinearGraphGenerator">V</A>,<A HREF="./org/jgrapht/generate/LinearGraphGenerator.html" title="type parameter in LinearGraphGenerator">E</A>&gt; - Class in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>Generates a linear graph of any size.<DT><A HREF="./org/jgrapht/generate/LinearGraphGenerator.html#LinearGraphGenerator(int)"><B>LinearGraphGenerator(int)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/LinearGraphGenerator.html" title="class in org.jgrapht.generate">LinearGraphGenerator</A>
<DD>Construct a new LinearGraphGenerator.
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#link(org.jgrapht.util.FibonacciHeapNode, org.jgrapht.util.FibonacciHeapNode)"><B>link(FibonacciHeapNode&lt;T&gt;, FibonacciHeapNode&lt;T&gt;)</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Make node y a child of node x.
<DT><A HREF="./org/jgrapht/graph/ListenableDirectedGraph.html" title="class in org.jgrapht.graph"><B>ListenableDirectedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/ListenableDirectedGraph.html" title="type parameter in ListenableDirectedGraph">V</A>,<A HREF="./org/jgrapht/graph/ListenableDirectedGraph.html" title="type parameter in ListenableDirectedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A directed graph which is also <A HREF="./org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht"><CODE>ListenableGraph</CODE></A>.<DT><A HREF="./org/jgrapht/graph/ListenableDirectedGraph.html#ListenableDirectedGraph(java.lang.Class)"><B>ListenableDirectedGraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ListenableDirectedGraph.html" title="class in org.jgrapht.graph">ListenableDirectedGraph</A>
<DD>Creates a new listenable directed graph.
<DT><A HREF="./org/jgrapht/graph/ListenableDirectedGraph.html#ListenableDirectedGraph(org.jgrapht.DirectedGraph)"><B>ListenableDirectedGraph(DirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ListenableDirectedGraph.html" title="class in org.jgrapht.graph">ListenableDirectedGraph</A>
<DD>Creates a new listenable directed graph.
<DT><A HREF="./org/jgrapht/graph/ListenableDirectedWeightedGraph.html" title="class in org.jgrapht.graph"><B>ListenableDirectedWeightedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/ListenableDirectedWeightedGraph.html" title="type parameter in ListenableDirectedWeightedGraph">V</A>,<A HREF="./org/jgrapht/graph/ListenableDirectedWeightedGraph.html" title="type parameter in ListenableDirectedWeightedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A directed weighted graph which is also <A HREF="./org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht"><CODE>ListenableGraph</CODE></A>.<DT><A HREF="./org/jgrapht/graph/ListenableDirectedWeightedGraph.html#ListenableDirectedWeightedGraph(java.lang.Class)"><B>ListenableDirectedWeightedGraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ListenableDirectedWeightedGraph.html" title="class in org.jgrapht.graph">ListenableDirectedWeightedGraph</A>
<DD>Creates a new listenable directed weighted graph.
<DT><A HREF="./org/jgrapht/graph/ListenableDirectedWeightedGraph.html#ListenableDirectedWeightedGraph(org.jgrapht.WeightedGraph)"><B>ListenableDirectedWeightedGraph(WeightedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ListenableDirectedWeightedGraph.html" title="class in org.jgrapht.graph">ListenableDirectedWeightedGraph</A>
<DD>Creates a new listenable directed weighted graph.
<DT><A HREF="./org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht"><B>ListenableGraph</B></A>&lt;<A HREF="./org/jgrapht/ListenableGraph.html" title="type parameter in ListenableGraph">V</A>,<A HREF="./org/jgrapht/ListenableGraph.html" title="type parameter in ListenableGraph">E</A>&gt; - Interface in <A HREF="./org/jgrapht/package-summary.html">org.jgrapht</A><DD>A graph that supports listeners on structural change events.<DT><A HREF="./org/jgrapht/graph/ListenableUndirectedGraph.html" title="class in org.jgrapht.graph"><B>ListenableUndirectedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/ListenableUndirectedGraph.html" title="type parameter in ListenableUndirectedGraph">V</A>,<A HREF="./org/jgrapht/graph/ListenableUndirectedGraph.html" title="type parameter in ListenableUndirectedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An undirected graph which is also <A HREF="./org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht"><CODE>ListenableGraph</CODE></A>.<DT><A HREF="./org/jgrapht/graph/ListenableUndirectedGraph.html#ListenableUndirectedGraph(java.lang.Class)"><B>ListenableUndirectedGraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ListenableUndirectedGraph.html" title="class in org.jgrapht.graph">ListenableUndirectedGraph</A>
<DD>Creates a new listenable undirected simple graph.
<DT><A HREF="./org/jgrapht/graph/ListenableUndirectedGraph.html#ListenableUndirectedGraph(org.jgrapht.UndirectedGraph)"><B>ListenableUndirectedGraph(UndirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ListenableUndirectedGraph.html" title="class in org.jgrapht.graph">ListenableUndirectedGraph</A>
<DD>Creates a new listenable undirected graph.
<DT><A HREF="./org/jgrapht/graph/ListenableUndirectedWeightedGraph.html" title="class in org.jgrapht.graph"><B>ListenableUndirectedWeightedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/ListenableUndirectedWeightedGraph.html" title="type parameter in ListenableUndirectedWeightedGraph">V</A>,<A HREF="./org/jgrapht/graph/ListenableUndirectedWeightedGraph.html" title="type parameter in ListenableUndirectedWeightedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An undirected weighted graph which is also <A HREF="./org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht"><CODE>ListenableGraph</CODE></A>.<DT><A HREF="./org/jgrapht/graph/ListenableUndirectedWeightedGraph.html#ListenableUndirectedWeightedGraph(java.lang.Class)"><B>ListenableUndirectedWeightedGraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ListenableUndirectedWeightedGraph.html" title="class in org.jgrapht.graph">ListenableUndirectedWeightedGraph</A>
<DD>Creates a new listenable undirected weighted graph.
<DT><A HREF="./org/jgrapht/graph/ListenableUndirectedWeightedGraph.html#ListenableUndirectedWeightedGraph(org.jgrapht.WeightedGraph)"><B>ListenableUndirectedWeightedGraph(WeightedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ListenableUndirectedWeightedGraph.html" title="class in org.jgrapht.graph">ListenableUndirectedWeightedGraph</A>
<DD>Creates a new listenable undirected weighted graph.
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#longValue()"><B>longValue()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/demo/CompleteGraphDemo.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class org.jgrapht.demo.<A HREF="./org/jgrapht/demo/CompleteGraphDemo.html" title="class in org.jgrapht.demo">CompleteGraphDemo</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/demo/HelloJGraphT.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class org.jgrapht.demo.<A HREF="./org/jgrapht/demo/HelloJGraphT.html" title="class in org.jgrapht.demo">HelloJGraphT</A>
<DD>The starting point for the demo.
<DT><A HREF="./org/jgrapht/demo/JGraphAdapterDemo.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class org.jgrapht.demo.<A HREF="./org/jgrapht/demo/JGraphAdapterDemo.html" title="class in org.jgrapht.demo">JGraphAdapterDemo</A>
<DD>An alternative starting point for this demo, to also allow running this
applet as an application.
<DT><A HREF="./org/jgrapht/demo/PerformanceDemo.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class org.jgrapht.demo.<A HREF="./org/jgrapht/demo/PerformanceDemo.html" title="class in org.jgrapht.demo">PerformanceDemo</A>
<DD>The starting point for the demo.
<DT><A HREF="./org/jgrapht/graph/MaskFunctor.html" title="interface in org.jgrapht.graph"><B>MaskFunctor</B></A>&lt;<A HREF="./org/jgrapht/graph/MaskFunctor.html" title="type parameter in MaskFunctor">V</A>,<A HREF="./org/jgrapht/graph/MaskFunctor.html" title="type parameter in MaskFunctor">E</A>&gt; - Interface in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A functor interface for masking out vertices and edges of a graph.<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph"><B>MaskSubgraph</B></A>&lt;<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="type parameter in MaskSubgraph">V</A>,<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="type parameter in MaskSubgraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An unmodifiable subgraph induced by a vertex/edge masking function.<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#MaskSubgraph(org.jgrapht.Graph, org.jgrapht.graph.MaskFunctor)"><B>MaskSubgraph(Graph&lt;V, E&gt;, MaskFunctor&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>Creates a new induced subgraph.
<DT><A HREF="./org/jgrapht/util/MathUtil.html" title="class in org.jgrapht.util"><B>MathUtil</B></A> - Class in <A HREF="./org/jgrapht/util/package-summary.html">org.jgrapht.util</A><DD>Math Utilities.<DT><A HREF="./org/jgrapht/util/MathUtil.html#MathUtil()"><B>MathUtil()</B></A> -
Constructor for class org.jgrapht.util.<A HREF="./org/jgrapht/util/MathUtil.html" title="class in org.jgrapht.util">MathUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/MatrixExporter.html" title="class in org.jgrapht.ext"><B>MatrixExporter</B></A>&lt;<A HREF="./org/jgrapht/ext/MatrixExporter.html" title="type parameter in MatrixExporter">V</A>,<A HREF="./org/jgrapht/ext/MatrixExporter.html" title="type parameter in MatrixExporter">E</A>&gt; - Class in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Exports a graph to a plain text matrix format, which can be processed by
matrix manipulation software, such as <a href="http://rs.cipr.uib.no/mtj/">
MTJ</a> or <a href="http://www.mathworks.com/products/matlab/">MATLAB</a>.<DT><A HREF="./org/jgrapht/ext/MatrixExporter.html#MatrixExporter()"><B>MatrixExporter()</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/MatrixExporter.html" title="class in org.jgrapht.ext">MatrixExporter</A>
<DD>Creates a new MatrixExporter object.
<DT><A HREF="./org/jgrapht/util/WeightCombiner.html#MAX"><B>MAX</B></A> -
Static variable in interface org.jgrapht.util.<A HREF="./org/jgrapht/util/WeightCombiner.html" title="interface in org.jgrapht.util">WeightCombiner</A>
<DD>Maximum weight.
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#min()"><B>min()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Returns the smallest element in the heap.
<DT><A HREF="./org/jgrapht/util/WeightCombiner.html#MIN"><B>MIN</B></A> -
Static variable in interface org.jgrapht.util.<A HREF="./org/jgrapht/util/WeightCombiner.html" title="interface in org.jgrapht.util">WeightCombiner</A>
<DD>Minimum weight.
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util"><B>ModifiableInteger</B></A> - Class in <A HREF="./org/jgrapht/util/package-summary.html">org.jgrapht.util</A><DD>The <code>ModifiableInteger</code> class wraps a value of the primitive type
<code>int</code> in an object, similarly to <CODE>Integer</CODE>.<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#ModifiableInteger()"><B>ModifiableInteger()</B></A> -
Constructor for class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD><B>Deprecated.</B>&nbsp;<I>not really deprecated, just marked so to avoid mistaken use.</I>
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#ModifiableInteger(int)"><B>ModifiableInteger(int)</B></A> -
Constructor for class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>Constructs a newly allocated <code>ModifiableInteger</code> object that
represents the specified <code>int</code> value.
<DT><A HREF="./org/jgrapht/graph/Multigraph.html" title="class in org.jgrapht.graph"><B>Multigraph</B></A>&lt;<A HREF="./org/jgrapht/graph/Multigraph.html" title="type parameter in Multigraph">V</A>,<A HREF="./org/jgrapht/graph/Multigraph.html" title="type parameter in Multigraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A multigraph.<DT><A HREF="./org/jgrapht/graph/Multigraph.html#Multigraph(java.lang.Class)"><B>Multigraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Multigraph.html" title="class in org.jgrapht.graph">Multigraph</A>
<DD>Creates a new multigraph.
<DT><A HREF="./org/jgrapht/graph/Multigraph.html#Multigraph(org.jgrapht.EdgeFactory)"><B>Multigraph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Multigraph.html" title="class in org.jgrapht.graph">Multigraph</A>
<DD>Creates a new multigraph with the specified edge factory.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/alg/NeighborIndex.html" title="class in org.jgrapht.alg"><B>NeighborIndex</B></A>&lt;<A HREF="./org/jgrapht/alg/NeighborIndex.html" title="type parameter in NeighborIndex">V</A>,<A HREF="./org/jgrapht/alg/NeighborIndex.html" title="type parameter in NeighborIndex">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>Maintains a cache of each vertex's neighbors.<DT><A HREF="./org/jgrapht/alg/NeighborIndex.html#NeighborIndex(org.jgrapht.Graph)"><B>NeighborIndex(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/NeighborIndex.html" title="class in org.jgrapht.alg">NeighborIndex</A>
<DD>Creates a neighbor index for the specified undirected graph.
<DT><A HREF="./org/jgrapht/alg/NeighborIndex.html#neighborListOf(V)"><B>neighborListOf(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/NeighborIndex.html" title="class in org.jgrapht.alg">NeighborIndex</A>
<DD>Returns a list of vertices which are adjacent to a specified vertex.
<DT><A HREF="./org/jgrapht/Graphs.html#neighborListOf(org.jgrapht.Graph, V)"><B>neighborListOf(Graph&lt;V, E&gt;, V)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Returns a list of vertices that are the neighbors of a specified vertex.
<DT><A HREF="./org/jgrapht/alg/NeighborIndex.html#neighborsOf(V)"><B>neighborsOf(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/NeighborIndex.html" title="class in org.jgrapht.alg">NeighborIndex</A>
<DD>Returns the set of vertices which are adjacent to a specified vertex.
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#next()"><B>next()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/PrefetchIterator.html#next()"><B>next()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/PrefetchIterator.html" title="class in org.jgrapht.util">PrefetchIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/PrefetchIterator.html#nextElement()"><B>nextElement()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/PrefetchIterator.html" title="class in org.jgrapht.util">PrefetchIterator</A>
<DD>1.
<DT><A HREF="./org/jgrapht/util/PrefetchIterator.NextElementFunctor.html#nextElement()"><B>nextElement()</B></A> -
Method in interface org.jgrapht.util.<A HREF="./org/jgrapht/util/PrefetchIterator.NextElementFunctor.html" title="interface in org.jgrapht.util">PrefetchIterator.NextElementFunctor</A>
<DD>You must implement that NoSuchElementException is thrown on
nextElement() if it is out of bound.
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#nListeners"><B>nListeners</B></A> -
Variable in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.html#numOfEdges"><B>numOfEdges</B></A> -
Variable in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RandomGraphGenerator.html" title="class in org.jgrapht.generate">RandomGraphGenerator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.html#numOfVertexes"><B>numOfVertexes</B></A> -
Variable in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RandomGraphGenerator.html" title="class in org.jgrapht.generate">RandomGraphGenerator</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/package-summary.html"><B>org.jgrapht</B></A> - package org.jgrapht<DD>The front-end API's interfaces and classes, including <A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht"><CODE>Graph</CODE></A>,
<A HREF="./org/jgrapht/DirectedGraph.html" title="interface in org.jgrapht"><CODE>DirectedGraph</CODE></A> and <A HREF="./org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht"><CODE>UndirectedGraph</CODE></A>.<DT><A HREF="./org/jgrapht/alg/package-summary.html"><B>org.jgrapht.alg</B></A> - package org.jgrapht.alg<DD>Algorithms provided with <b>JGraphT</b>.<DT><A HREF="./org/jgrapht/alg/util/package-summary.html"><B>org.jgrapht.alg.util</B></A> - package org.jgrapht.alg.util<DD>Utilities used by JGraphT algorithms.<DT><A HREF="./org/jgrapht/demo/package-summary.html"><B>org.jgrapht.demo</B></A> - package org.jgrapht.demo<DD>Demo programs that help to get started with <b>JGraphT</b>.<DT><A HREF="./org/jgrapht/event/package-summary.html"><B>org.jgrapht.event</B></A> - package org.jgrapht.event<DD>Event classes and listener interfaces, used to provide a change
notification mechanism on graph modification events.<DT><A HREF="./org/jgrapht/ext/package-summary.html"><B>org.jgrapht.ext</B></A> - package org.jgrapht.ext<DD>
Extensions and integration means to other products.<DT><A HREF="./org/jgrapht/generate/package-summary.html"><B>org.jgrapht.generate</B></A> - package org.jgrapht.generate<DD>Generators for graphs of various topologies.<DT><A HREF="./org/jgrapht/graph/package-summary.html"><B>org.jgrapht.graph</B></A> - package org.jgrapht.graph<DD>Implementations of various graphs.<DT><A HREF="./org/jgrapht/traverse/package-summary.html"><B>org.jgrapht.traverse</B></A> - package org.jgrapht.traverse<DD>Graph traversal means.<DT><A HREF="./org/jgrapht/util/package-summary.html"><B>org.jgrapht.util</B></A> - package org.jgrapht.util<DD>Non-graph-specific data structures, algorithms, and utilities used by
<b>JGraphT</b>.<DT><A HREF="./org/jgrapht/DirectedGraph.html#outDegreeOf(V)"><B>outDegreeOf(V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/DirectedGraph.html" title="interface in org.jgrapht">DirectedGraph</A>
<DD>Returns the "out degree" of the specified vertex.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#outDegreeOf(V)"><B>outDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html#outDegreeOf(V)"><B>outDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DirectedGraphUnion.html#outDegreeOf(V)"><B>outDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedGraphUnion.html" title="class in org.jgrapht.graph">DirectedGraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DirectedSubgraph.html#outDegreeOf(V)"><B>outDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedSubgraph.html" title="class in org.jgrapht.graph">DirectedSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#outDegreeOf(V)"><B>outDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#outDegreeOf(V)"><B>outDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#outDegreeOf(V)"><B>outDegreeOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/DirectedGraph.html#outgoingEdgesOf(V)"><B>outgoingEdgesOf(V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/DirectedGraph.html" title="interface in org.jgrapht">DirectedGraph</A>
<DD>Returns a set of all edges outgoing from the specified vertex.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#outgoingEdgesOf(V)"><B>outgoingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html#outgoingEdgesOf(V)"><B>outgoingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DirectedGraphUnion.html#outgoingEdgesOf(V)"><B>outgoingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedGraphUnion.html" title="class in org.jgrapht.graph">DirectedGraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DirectedSubgraph.html#outgoingEdgesOf(V)"><B>outgoingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DirectedSubgraph.html" title="class in org.jgrapht.graph">DirectedSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#outgoingEdgesOf(V)"><B>outgoingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#outgoingEdgesOf(V)"><B>outgoingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#outgoingEdgesOf(V)"><B>outgoingEdgesOf(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/graph/ParanoidGraph.html" title="class in org.jgrapht.graph"><B>ParanoidGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/ParanoidGraph.html" title="type parameter in ParanoidGraph">V</A>,<A HREF="./org/jgrapht/graph/ParanoidGraph.html" title="type parameter in ParanoidGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>ParanoidGraph provides a way to verify that objects added to a graph obey the
standard equals/hashCode contract.<DT><A HREF="./org/jgrapht/graph/ParanoidGraph.html#ParanoidGraph(org.jgrapht.Graph)"><B>ParanoidGraph(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/ParanoidGraph.html" title="class in org.jgrapht.graph">ParanoidGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/ConnectivityInspector.html#pathExists(V, V)"><B>pathExists(V, V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg">ConnectivityInspector</A>
<DD>Tests if there is a path from the specified source vertex to the
specified target vertices.
<DT><A HREF="./org/jgrapht/demo/PerformanceDemo.html" title="class in org.jgrapht.demo"><B>PerformanceDemo</B></A> - Class in <A HREF="./org/jgrapht/demo/package-summary.html">org.jgrapht.demo</A><DD>A simple demo to test memory and CPU consumption on a graph with 3 million
elements.<DT><A HREF="./org/jgrapht/demo/PerformanceDemo.html#PerformanceDemo()"><B>PerformanceDemo()</B></A> -
Constructor for class org.jgrapht.demo.<A HREF="./org/jgrapht/demo/PerformanceDemo.html" title="class in org.jgrapht.demo">PerformanceDemo</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html#predecessorListOf(V)"><B>predecessorListOf(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="class in org.jgrapht.alg">DirectedNeighborIndex</A>
<DD>Returns the set of vertices which are the predecessors of a specified
vertex.
<DT><A HREF="./org/jgrapht/Graphs.html#predecessorListOf(org.jgrapht.DirectedGraph, V)"><B>predecessorListOf(DirectedGraph&lt;V, E&gt;, V)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Returns a list of vertices that are the direct predecessors of a
specified vertex.
<DT><A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html#predecessorsOf(V)"><B>predecessorsOf(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="class in org.jgrapht.alg">DirectedNeighborIndex</A>
<DD>Returns the set of vertices which are the predecessors of a specified
vertex.
<DT><A HREF="./org/jgrapht/util/PrefetchIterator.html" title="class in org.jgrapht.util"><B>PrefetchIterator</B></A>&lt;<A HREF="./org/jgrapht/util/PrefetchIterator.html" title="type parameter in PrefetchIterator">E</A>&gt; - Class in <A HREF="./org/jgrapht/util/package-summary.html">org.jgrapht.util</A><DD>Utility class to help implement an iterator/enumerator in which the hasNext()
method needs to calculate the next elements ahead of time.<DT><A HREF="./org/jgrapht/util/PrefetchIterator.html#PrefetchIterator(org.jgrapht.util.PrefetchIterator.NextElementFunctor)"><B>PrefetchIterator(PrefetchIterator.NextElementFunctor&lt;E&gt;)</B></A> -
Constructor for class org.jgrapht.util.<A HREF="./org/jgrapht/util/PrefetchIterator.html" title="class in org.jgrapht.util">PrefetchIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/PrefetchIterator.NextElementFunctor.html" title="interface in org.jgrapht.util"><B>PrefetchIterator.NextElementFunctor</B></A>&lt;<A HREF="./org/jgrapht/util/PrefetchIterator.NextElementFunctor.html" title="type parameter in PrefetchIterator.NextElementFunctor">EE</A>&gt; - Interface in <A HREF="./org/jgrapht/util/package-summary.html">org.jgrapht.util</A><DD>&nbsp;<DT><A HREF="./org/jgrapht/ext/GmlExporter.html#PRINT_EDGE_LABELS"><B>PRINT_EDGE_LABELS</B></A> -
Static variable in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GmlExporter.html" title="class in org.jgrapht.ext">GmlExporter</A>
<DD>Option to export only the edge labels.
<DT><A HREF="./org/jgrapht/ext/GmlExporter.html#PRINT_EDGE_VERTEX_LABELS"><B>PRINT_EDGE_VERTEX_LABELS</B></A> -
Static variable in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GmlExporter.html" title="class in org.jgrapht.ext">GmlExporter</A>
<DD>Option to export both edge and vertex labels.
<DT><A HREF="./org/jgrapht/ext/GmlExporter.html#PRINT_NO_LABELS"><B>PRINT_NO_LABELS</B></A> -
Static variable in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GmlExporter.html" title="class in org.jgrapht.ext">GmlExporter</A>
<DD>Option to export no vertex or edge labels.
<DT><A HREF="./org/jgrapht/ext/GmlExporter.html#PRINT_VERTEX_LABELS"><B>PRINT_VERTEX_LABELS</B></A> -
Static variable in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GmlExporter.html" title="class in org.jgrapht.ext">GmlExporter</A>
<DD>Option to export only the vertex labels.
<DT><A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html#provideNextVertex()"><B>provideNextVertex()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/BreadthFirstIterator.html" title="class in org.jgrapht.traverse">BreadthFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html#provideNextVertex()"><B>provideNextVertex()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="class in org.jgrapht.traverse">ClosestFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#provideNextVertex()"><B>provideNextVertex()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>Returns the vertex to be returned in the following call to the iterator
<code>next</code> method.
<DT><A HREF="./org/jgrapht/traverse/DepthFirstIterator.html#provideNextVertex()"><B>provideNextVertex()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/DepthFirstIterator.html" title="class in org.jgrapht.traverse">DepthFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html#provideNextVertex()"><B>provideNextVertex()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html" title="class in org.jgrapht.traverse">TopologicalOrderIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Pseudograph.html" title="class in org.jgrapht.graph"><B>Pseudograph</B></A>&lt;<A HREF="./org/jgrapht/graph/Pseudograph.html" title="type parameter in Pseudograph">V</A>,<A HREF="./org/jgrapht/graph/Pseudograph.html" title="type parameter in Pseudograph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A pseudograph.<DT><A HREF="./org/jgrapht/graph/Pseudograph.html#Pseudograph(java.lang.Class)"><B>Pseudograph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Pseudograph.html" title="class in org.jgrapht.graph">Pseudograph</A>
<DD>Creates a new pseudograph.
<DT><A HREF="./org/jgrapht/graph/Pseudograph.html#Pseudograph(org.jgrapht.EdgeFactory)"><B>Pseudograph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Pseudograph.html" title="class in org.jgrapht.graph">Pseudograph</A>
<DD>Creates a new pseudograph with the specified edge factory.
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.html#putSeenData(V, D)"><B>putSeenData(V, D)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.html" title="class in org.jgrapht.traverse">CrossComponentIterator</A>
<DD>Stores iterator-dependent data for a vertex that has been seen.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.html" title="class in org.jgrapht.generate"><B>RandomGraphGenerator</B></A>&lt;<A HREF="./org/jgrapht/generate/RandomGraphGenerator.html" title="type parameter in RandomGraphGenerator">V</A>,<A HREF="./org/jgrapht/generate/RandomGraphGenerator.html" title="type parameter in RandomGraphGenerator">E</A>&gt; - Class in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>This Generator creates a random-topology graph of a specified number of
vertexes and edges.<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.html#RandomGraphGenerator(int, int)"><B>RandomGraphGenerator(int, int)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RandomGraphGenerator.html" title="class in org.jgrapht.generate">RandomGraphGenerator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.DefaultEdgeTopologyFactory.html" title="class in org.jgrapht.generate"><B>RandomGraphGenerator.DefaultEdgeTopologyFactory</B></A>&lt;<A HREF="./org/jgrapht/generate/RandomGraphGenerator.DefaultEdgeTopologyFactory.html" title="type parameter in RandomGraphGenerator.DefaultEdgeTopologyFactory">VV</A>,<A HREF="./org/jgrapht/generate/RandomGraphGenerator.DefaultEdgeTopologyFactory.html" title="type parameter in RandomGraphGenerator.DefaultEdgeTopologyFactory">EE</A>&gt; - Class in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>Default implementation of the EdgeTopologyFactory interface.<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.DefaultEdgeTopologyFactory.html#RandomGraphGenerator.DefaultEdgeTopologyFactory()"><B>RandomGraphGenerator.DefaultEdgeTopologyFactory()</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RandomGraphGenerator.DefaultEdgeTopologyFactory.html" title="class in org.jgrapht.generate">RandomGraphGenerator.DefaultEdgeTopologyFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.EdgeTopologyFactory.html" title="interface in org.jgrapht.generate"><B>RandomGraphGenerator.EdgeTopologyFactory</B></A>&lt;<A HREF="./org/jgrapht/generate/RandomGraphGenerator.EdgeTopologyFactory.html" title="type parameter in RandomGraphGenerator.EdgeTopologyFactory">VV</A>,<A HREF="./org/jgrapht/generate/RandomGraphGenerator.EdgeTopologyFactory.html" title="type parameter in RandomGraphGenerator.EdgeTopologyFactory">EE</A>&gt; - Interface in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>This class is used to generate the edge topology for a graph.<DT><A HREF="./org/jgrapht/generate/RandomGraphGenerator.html#randomizer"><B>randomizer</B></A> -
Variable in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RandomGraphGenerator.html" title="class in org.jgrapht.generate">RandomGraphGenerator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#remove()"><B>remove()</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>Unsupported.
<DT><A HREF="./org/jgrapht/traverse/GraphIterator.html#remove()"><B>remove()</B></A> -
Method in interface org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/GraphIterator.html" title="interface in org.jgrapht.traverse">GraphIterator</A>
<DD>Unsupported.
<DT><A HREF="./org/jgrapht/util/PrefetchIterator.html#remove()"><B>remove()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/PrefetchIterator.html" title="class in org.jgrapht.util">PrefetchIterator</A>
<DD>Always throws UnsupportedOperationException.
<DT><A HREF="./org/jgrapht/graph/AbstractGraph.html#removeAllEdges(java.util.Collection)"><B>removeAllEdges(Collection&lt;? extends E&gt;)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractGraph.html" title="class in org.jgrapht.graph">AbstractGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractGraph.html#removeAllEdges(V, V)"><B>removeAllEdges(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractGraph.html" title="class in org.jgrapht.graph">AbstractGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractGraph.html#removeAllEdges(E[])"><B>removeAllEdges(E[])</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractGraph.html" title="class in org.jgrapht.graph">AbstractGraph</A>
<DD>Removes all the edges in this graph that are also contained in the
specified edge array.
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#removeAllEdges(java.util.Collection)"><B>removeAllEdges(Collection&lt;? extends E&gt;)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#removeAllEdges(V, V)"><B>removeAllEdges(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#removeAllEdges(java.util.Collection)"><B>removeAllEdges(Collection&lt;? extends E&gt;)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Removes all the edges in this graph that are also contained in the
specified edge collection.
<DT><A HREF="./org/jgrapht/Graph.html#removeAllEdges(V, V)"><B>removeAllEdges(V, V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Removes all the edges going from the specified source vertex to the
specified target vertex, and returns a set of all removed edges.
<DT><A HREF="./org/jgrapht/graph/UnmodifiableGraph.html#removeAllEdges(java.util.Collection)"><B>removeAllEdges(Collection&lt;? extends E&gt;)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="class in org.jgrapht.graph">UnmodifiableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/UnmodifiableGraph.html#removeAllEdges(V, V)"><B>removeAllEdges(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="class in org.jgrapht.graph">UnmodifiableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractGraph.html#removeAllVertices(java.util.Collection)"><B>removeAllVertices(Collection&lt;? extends V&gt;)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractGraph.html" title="class in org.jgrapht.graph">AbstractGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#removeAllVertices(java.util.Collection)"><B>removeAllVertices(Collection&lt;? extends V&gt;)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#removeAllVertices(java.util.Collection)"><B>removeAllVertices(Collection&lt;? extends V&gt;)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Removes all the vertices in this graph that are also contained in the
specified vertex collection.
<DT><A HREF="./org/jgrapht/graph/UnmodifiableGraph.html#removeAllVertices(java.util.Collection)"><B>removeAllVertices(Collection&lt;? extends V&gt;)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="class in org.jgrapht.graph">UnmodifiableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#removeEdge(V, V)"><B>removeEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#removeEdge(E)"><B>removeEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#removeEdge(V, V)"><B>removeEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#removeEdge(E)"><B>removeEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#removeEdge(V, V)"><B>removeEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#removeEdge(E)"><B>removeEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#removeEdge(V, V)"><B>removeEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#removeEdge(V, V)"><B>removeEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>Throws <tt>UnsupportedOperationException</tt>, because <tt>
GraphUnion</tt> is read-only.
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#removeEdge(E)"><B>removeEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>Throws <tt>UnsupportedOperationException</tt>, because <tt>
GraphUnion</tt> is read-only.
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#removeEdge(E)"><B>removeEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#removeEdge(V, V)"><B>removeEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#removeEdge(V, V)"><B>removeEdge(V, V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Removes an edge going from source vertex to target vertex, if such
vertices and such edge exist in this graph.
<DT><A HREF="./org/jgrapht/Graph.html#removeEdge(E)"><B>removeEdge(E)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Removes the specified edge from the graph.
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#removeEdge(E)"><B>removeEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#removeEdge(V, V)"><B>removeEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/UnmodifiableGraph.html#removeEdge(E)"><B>removeEdge(E)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="class in org.jgrapht.graph">UnmodifiableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/UnmodifiableGraph.html#removeEdge(V, V)"><B>removeEdge(V, V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="class in org.jgrapht.graph">UnmodifiableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#removeGraphListener(org.jgrapht.event.GraphListener)"><B>removeGraphListener(GraphListener&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ListenableGraph.html#removeGraphListener(org.jgrapht.event.GraphListener)"><B>removeGraphListener(GraphListener&lt;V, E&gt;)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht">ListenableGraph</A>
<DD>Removes the specified graph listener from this graph, if present.
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#removeMin()"><B>removeMin()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Removes the smallest element from the heap.
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#removeTraversalListener(org.jgrapht.event.TraversalListener)"><B>removeTraversalListener(TraversalListener&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>Removes the specified traversal listener from this iterator.
<DT><A HREF="./org/jgrapht/traverse/GraphIterator.html#removeTraversalListener(org.jgrapht.event.TraversalListener)"><B>removeTraversalListener(TraversalListener&lt;V, E&gt;)</B></A> -
Method in interface org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/GraphIterator.html" title="interface in org.jgrapht.traverse">GraphIterator</A>
<DD>Removes the specified traversal listener from this iterator.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#removeVertex(V)"><B>removeVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#removeVertex(V)"><B>removeVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#removeVertex(V)"><B>removeVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#removeVertex(V)"><B>removeVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>Throws <tt>UnsupportedOperationException</tt>, because <tt>
GraphUnion</tt> is read-only.
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#removeVertex(V)"><B>removeVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#removeVertex(V)"><B>removeVertex(V)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Removes the specified vertex from this graph including all its touching
edges if present.
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#removeVertex(V)"><B>removeVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/UnmodifiableGraph.html#removeVertex(V)"><B>removeVertex(V)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="class in org.jgrapht.graph">UnmodifiableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#removeVertexSetListener(org.jgrapht.event.VertexSetListener)"><B>removeVertexSetListener(VertexSetListener&lt;V&gt;)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ListenableGraph.html#removeVertexSetListener(org.jgrapht.event.VertexSetListener)"><B>removeVertexSetListener(VertexSetListener&lt;V&gt;)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht">ListenableGraph</A>
<DD>Removes the specified vertex set listener from this graph, if present.
<DT><A HREF="./org/jgrapht/demo/CompleteGraphDemo.html#replaceVertex(java.lang.Object, java.lang.Object)"><B>replaceVertex(Object, Object)</B></A> -
Static method in class org.jgrapht.demo.<A HREF="./org/jgrapht/demo/CompleteGraphDemo.html" title="class in org.jgrapht.demo">CompleteGraphDemo</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/generate/RingGraphGenerator.html" title="class in org.jgrapht.generate"><B>RingGraphGenerator</B></A>&lt;<A HREF="./org/jgrapht/generate/RingGraphGenerator.html" title="type parameter in RingGraphGenerator">V</A>,<A HREF="./org/jgrapht/generate/RingGraphGenerator.html" title="type parameter in RingGraphGenerator">E</A>&gt; - Class in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>Generates a ring graph of any size.<DT><A HREF="./org/jgrapht/generate/RingGraphGenerator.html#RingGraphGenerator(int)"><B>RingGraphGenerator(int)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/RingGraphGenerator.html" title="class in org.jgrapht.generate">RingGraphGenerator</A>
<DD>Construct a new RingGraphGenerator.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/generate/ScaleFreeGraphGenerator.html" title="class in org.jgrapht.generate"><B>ScaleFreeGraphGenerator</B></A>&lt;<A HREF="./org/jgrapht/generate/ScaleFreeGraphGenerator.html" title="type parameter in ScaleFreeGraphGenerator">V</A>,<A HREF="./org/jgrapht/generate/ScaleFreeGraphGenerator.html" title="type parameter in ScaleFreeGraphGenerator">E</A>&gt; - Class in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>Generates directed or undirected <a href =
"http://mathworld.wolfram.com/Scale-FreeNetwork.html">scale-free network</a>
of any size.<DT><A HREF="./org/jgrapht/generate/ScaleFreeGraphGenerator.html#ScaleFreeGraphGenerator(int)"><B>ScaleFreeGraphGenerator(int)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/ScaleFreeGraphGenerator.html" title="class in org.jgrapht.generate">ScaleFreeGraphGenerator</A>
<DD>Constructs a new <tt>ScaleFreeGraphGenerator</tt>.
<DT><A HREF="./org/jgrapht/generate/ScaleFreeGraphGenerator.html#ScaleFreeGraphGenerator(int, long)"><B>ScaleFreeGraphGenerator(int, long)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/ScaleFreeGraphGenerator.html" title="class in org.jgrapht.generate">ScaleFreeGraphGenerator</A>
<DD>Constructs a new <tt>ScaleFreeGraphGenerator</tt> using fixed <tt>
seed</tt> for the random generator.
<DT><A HREF="./org/jgrapht/util/WeightCombiner.html#SECOND"><B>SECOND</B></A> -
Static variable in interface org.jgrapht.util.<A HREF="./org/jgrapht/util/WeightCombiner.html" title="interface in org.jgrapht.util">WeightCombiner</A>
<DD>Second weight.
<DT><A HREF="./org/jgrapht/traverse/DepthFirstIterator.html#SENTINEL"><B>SENTINEL</B></A> -
Static variable in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/DepthFirstIterator.html" title="class in org.jgrapht.traverse">DepthFirstIterator</A>
<DD>Sentinel object.
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#setCrossComponentTraversal(boolean)"><B>setCrossComponentTraversal(boolean)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>Sets the cross component traversal flag - indicates whether to traverse
the graph across connected components.
<DT><A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html#setCrossComponentTraversal(boolean)"><B>setCrossComponentTraversal(boolean)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/ClosestFirstIterator.html" title="class in org.jgrapht.traverse">ClosestFirstIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#setDefaultEdgeAttributes(org.jgraph.graph.AttributeMap)"><B>setDefaultEdgeAttributes(AttributeMap)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Sets the default edge attributes used for creating new JGraph edges.
<DT><A HREF="./org/jgrapht/ext/JGraphModelAdapter.html#setDefaultVertexAttributes(org.jgraph.graph.AttributeMap)"><B>setDefaultVertexAttributes(AttributeMap)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/JGraphModelAdapter.html" title="class in org.jgrapht.ext">JGraphModelAdapter</A>
<DD>Sets the default vertex attributes used for creating new JGraph vertices.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#setEdgeSetFactory(org.jgrapht.graph.EdgeSetFactory)"><B>setEdgeSetFactory(EdgeSetFactory&lt;V, E&gt;)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>Set the <A HREF="./org/jgrapht/graph/EdgeSetFactory.html" title="interface in org.jgrapht.graph"><CODE>EdgeSetFactory</CODE></A> to use for this graph.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#setEdgeWeight(E, double)"><B>setEdgeWeight(E, double)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/AsWeightedGraph.html#setEdgeWeight(E, double)"><B>setEdgeWeight(E, double)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsWeightedGraph.html" title="class in org.jgrapht.graph">AsWeightedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#setEdgeWeight(E, double)"><B>setEdgeWeight(E, double)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#setEdgeWeight(E, double)"><B>setEdgeWeight(E, double)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/WeightedGraph.html#setEdgeWeight(E, double)"><B>setEdgeWeight(E, double)</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/WeightedGraph.html" title="interface in org.jgrapht">WeightedGraph</A>
<DD>Assigns a weight to an edge.
<DT><A HREF="./org/jgrapht/ext/GmlExporter.html#setPrintLabels(java.lang.Integer)"><B>setPrintLabels(Integer)</B></A> -
Method in class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/GmlExporter.html" title="class in org.jgrapht.ext">GmlExporter</A>
<DD>Set whether to export the vertex and edge labels.
<DT><A HREF="./org/jgrapht/graph/DefaultListenableGraph.html#setReuseEvents(boolean)"><B>setReuseEvents(boolean)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultListenableGraph.html" title="class in org.jgrapht.graph">DefaultListenableGraph</A>
<DD>If the <code>reuseEvents</code> flag is set to <code>true</code> this
class will reuse previously fired events and will not create a new object
for each event.
<DT><A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html#setReuseEvents(boolean)"><B>setReuseEvents(boolean)</B></A> -
Method in class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/AbstractGraphIterator.html" title="class in org.jgrapht.traverse">AbstractGraphIterator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/traverse/GraphIterator.html#setReuseEvents(boolean)"><B>setReuseEvents(boolean)</B></A> -
Method in interface org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/GraphIterator.html" title="interface in org.jgrapht.traverse">GraphIterator</A>
<DD>Sets a value the <code>reuseEvents</code> flag.
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#setValue(int)"><B>setValue(int)</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>Sets a new value for this modifiable integer.
<DT><A HREF="./org/jgrapht/alg/FloydWarshallShortestPaths.html#shortestDistance(V, V)"><B>shortestDistance(V, V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/FloydWarshallShortestPaths.html" title="class in org.jgrapht.alg">FloydWarshallShortestPaths</A>
<DD>Retrieves the shortest distance between two vertices.
<DT><A HREF="./org/jgrapht/graph/SimpleDirectedGraph.html" title="class in org.jgrapht.graph"><B>SimpleDirectedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/SimpleDirectedGraph.html" title="type parameter in SimpleDirectedGraph">V</A>,<A HREF="./org/jgrapht/graph/SimpleDirectedGraph.html" title="type parameter in SimpleDirectedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A simple directed graph.<DT><A HREF="./org/jgrapht/graph/SimpleDirectedGraph.html#SimpleDirectedGraph(java.lang.Class)"><B>SimpleDirectedGraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/SimpleDirectedGraph.html" title="class in org.jgrapht.graph">SimpleDirectedGraph</A>
<DD>Creates a new simple directed graph.
<DT><A HREF="./org/jgrapht/graph/SimpleDirectedGraph.html#SimpleDirectedGraph(org.jgrapht.EdgeFactory)"><B>SimpleDirectedGraph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/SimpleDirectedGraph.html" title="class in org.jgrapht.graph">SimpleDirectedGraph</A>
<DD>Creates a new simple directed graph with the specified edge factory.
<DT><A HREF="./org/jgrapht/graph/SimpleDirectedWeightedGraph.html" title="class in org.jgrapht.graph"><B>SimpleDirectedWeightedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/SimpleDirectedWeightedGraph.html" title="type parameter in SimpleDirectedWeightedGraph">V</A>,<A HREF="./org/jgrapht/graph/SimpleDirectedWeightedGraph.html" title="type parameter in SimpleDirectedWeightedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A simple directed weighted graph.<DT><A HREF="./org/jgrapht/graph/SimpleDirectedWeightedGraph.html#SimpleDirectedWeightedGraph(org.jgrapht.EdgeFactory)"><B>SimpleDirectedWeightedGraph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/SimpleDirectedWeightedGraph.html" title="class in org.jgrapht.graph">SimpleDirectedWeightedGraph</A>
<DD>Creates a new simple directed weighted graph with the specified edge
factory.
<DT><A HREF="./org/jgrapht/graph/SimpleDirectedWeightedGraph.html#SimpleDirectedWeightedGraph(java.lang.Class)"><B>SimpleDirectedWeightedGraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/SimpleDirectedWeightedGraph.html" title="class in org.jgrapht.graph">SimpleDirectedWeightedGraph</A>
<DD>Creates a new simple directed weighted graph.
<DT><A HREF="./org/jgrapht/graph/SimpleGraph.html" title="class in org.jgrapht.graph"><B>SimpleGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/SimpleGraph.html" title="type parameter in SimpleGraph">V</A>,<A HREF="./org/jgrapht/graph/SimpleGraph.html" title="type parameter in SimpleGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A simple graph.<DT><A HREF="./org/jgrapht/graph/SimpleGraph.html#SimpleGraph(org.jgrapht.EdgeFactory)"><B>SimpleGraph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/SimpleGraph.html" title="class in org.jgrapht.graph">SimpleGraph</A>
<DD>Creates a new simple graph with the specified edge factory.
<DT><A HREF="./org/jgrapht/graph/SimpleGraph.html#SimpleGraph(java.lang.Class)"><B>SimpleGraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/SimpleGraph.html" title="class in org.jgrapht.graph">SimpleGraph</A>
<DD>Creates a new simple graph.
<DT><A HREF="./org/jgrapht/graph/SimpleWeightedGraph.html" title="class in org.jgrapht.graph"><B>SimpleWeightedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/SimpleWeightedGraph.html" title="type parameter in SimpleWeightedGraph">V</A>,<A HREF="./org/jgrapht/graph/SimpleWeightedGraph.html" title="type parameter in SimpleWeightedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A simple weighted graph.<DT><A HREF="./org/jgrapht/graph/SimpleWeightedGraph.html#SimpleWeightedGraph(org.jgrapht.EdgeFactory)"><B>SimpleWeightedGraph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/SimpleWeightedGraph.html" title="class in org.jgrapht.graph">SimpleWeightedGraph</A>
<DD>Creates a new simple weighted graph with the specified edge factory.
<DT><A HREF="./org/jgrapht/graph/SimpleWeightedGraph.html#SimpleWeightedGraph(java.lang.Class)"><B>SimpleWeightedGraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/SimpleWeightedGraph.html" title="class in org.jgrapht.graph">SimpleWeightedGraph</A>
<DD>Creates a new simple weighted graph.
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#size()"><B>size()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Returns the size of the heap which is measured in the number of elements
contained in the heap.
<DT><A HREF="./org/jgrapht/generate/StarGraphGenerator.html" title="class in org.jgrapht.generate"><B>StarGraphGenerator</B></A>&lt;<A HREF="./org/jgrapht/generate/StarGraphGenerator.html" title="type parameter in StarGraphGenerator">V</A>,<A HREF="./org/jgrapht/generate/StarGraphGenerator.html" title="type parameter in StarGraphGenerator">E</A>&gt; - Class in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>Generates a <a href="http://mathworld.wolfram.com/StarGraph.html">star
graph</a> of any size.<DT><A HREF="./org/jgrapht/generate/StarGraphGenerator.html#StarGraphGenerator(int)"><B>StarGraphGenerator(int)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/StarGraphGenerator.html" title="class in org.jgrapht.generate">StarGraphGenerator</A>
<DD>Creates a new StarGraphGenerator object.
<DT><A HREF="./org/jgrapht/generate/LinearGraphGenerator.html#START_VERTEX"><B>START_VERTEX</B></A> -
Static variable in class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/LinearGraphGenerator.html" title="class in org.jgrapht.generate">LinearGraphGenerator</A>
<DD>Role for the first vertex generated.
<DT><A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html#startVertex"><B>startVertex</B></A> -
Variable in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/BellmanFordShortestPath.html" title="class in org.jgrapht.alg">BellmanFordShortestPath</A>
<DD>Start vertex.
<DT><A HREF="./org/jgrapht/ext/StringEdgeNameProvider.html" title="class in org.jgrapht.ext"><B>StringEdgeNameProvider</B></A>&lt;<A HREF="./org/jgrapht/ext/StringEdgeNameProvider.html" title="type parameter in StringEdgeNameProvider">E</A>&gt; - Class in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Generates edge names by invoking <CODE>Object.toString()</CODE> on them.<DT><A HREF="./org/jgrapht/ext/StringEdgeNameProvider.html#StringEdgeNameProvider()"><B>StringEdgeNameProvider()</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/StringEdgeNameProvider.html" title="class in org.jgrapht.ext">StringEdgeNameProvider</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/StringNameProvider.html" title="class in org.jgrapht.ext"><B>StringNameProvider</B></A>&lt;<A HREF="./org/jgrapht/ext/StringNameProvider.html" title="type parameter in StringNameProvider">V</A>&gt; - Class in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Generates vertex names by invoking <CODE>Object.toString()</CODE> on them.<DT><A HREF="./org/jgrapht/ext/StringNameProvider.html#StringNameProvider()"><B>StringNameProvider()</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/StringNameProvider.html" title="class in org.jgrapht.ext">StringNameProvider</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html" title="class in org.jgrapht.alg"><B>StrongConnectivityInspector</B></A>&lt;<A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html" title="type parameter in StrongConnectivityInspector">V</A>,<A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html" title="type parameter in StrongConnectivityInspector">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>Complements the <A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg"><CODE>ConnectivityInspector</CODE></A> class with
the capability to compute the strongly connected components of a directed
graph.<DT><A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html#StrongConnectivityInspector(org.jgrapht.DirectedGraph)"><B>StrongConnectivityInspector(DirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html" title="class in org.jgrapht.alg">StrongConnectivityInspector</A>
<DD>The constructor of the StrongConnectivityInspector class.
<DT><A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html#stronglyConnectedSets()"><B>stronglyConnectedSets()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html" title="class in org.jgrapht.alg">StrongConnectivityInspector</A>
<DD>Computes a <CODE>List</CODE> of <CODE>Set</CODE>s, where each set contains vertices
which together form a strongly connected component within the given
graph.
<DT><A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html#stronglyConnectedSubgraphs()"><B>stronglyConnectedSubgraphs()</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/StrongConnectivityInspector.html" title="class in org.jgrapht.alg">StrongConnectivityInspector</A>
<DD>Computes a list of <A HREF="./org/jgrapht/graph/DirectedSubgraph.html" title="class in org.jgrapht.graph"><CODE>DirectedSubgraph</CODE></A>s of the given graph.
<DT><A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph"><B>Subgraph</B></A>&lt;<A HREF="./org/jgrapht/graph/Subgraph.html" title="type parameter in Subgraph">V</A>,<A HREF="./org/jgrapht/graph/Subgraph.html" title="type parameter in Subgraph">E</A>,<A HREF="./org/jgrapht/graph/Subgraph.html" title="type parameter in Subgraph">G</A> extends <A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>&lt;<A HREF="./org/jgrapht/graph/Subgraph.html" title="type parameter in Subgraph">V</A>,<A HREF="./org/jgrapht/graph/Subgraph.html" title="type parameter in Subgraph">E</A>&gt;&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A subgraph is a graph that has a subset of vertices and a subset of edges
with respect to some base graph.<DT><A HREF="./org/jgrapht/graph/Subgraph.html#Subgraph(G, java.util.Set, java.util.Set)"><B>Subgraph(G, Set&lt;V&gt;, Set&lt;E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>Creates a new Subgraph.
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#Subgraph(G, java.util.Set)"><B>Subgraph(G, Set&lt;V&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>Creates a new induced Subgraph.
<DT><A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html#successorListOf(V)"><B>successorListOf(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="class in org.jgrapht.alg">DirectedNeighborIndex</A>
<DD>Returns the set of vertices which are the successors of a specified
vertex.
<DT><A HREF="./org/jgrapht/Graphs.html#successorListOf(org.jgrapht.DirectedGraph, V)"><B>successorListOf(DirectedGraph&lt;V, E&gt;, V)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Returns a list of vertices that are the direct successors of a specified
vertex.
<DT><A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html#successorsOf(V)"><B>successorsOf(V)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="class in org.jgrapht.alg">DirectedNeighborIndex</A>
<DD>Returns the set of vertices which are the successors of a specified
vertex.
<DT><A HREF="./org/jgrapht/util/WeightCombiner.html#SUM"><B>SUM</B></A> -
Static variable in interface org.jgrapht.util.<A HREF="./org/jgrapht/util/WeightCombiner.html" title="interface in org.jgrapht.util">WeightCombiner</A>
<DD>Sum of weights.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/Graphs.html#testIncidence(org.jgrapht.Graph, E, V)"><B>testIncidence(Graph&lt;V, E&gt;, E, V)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Tests whether an edge is incident to a vertex.
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#toInteger()"><B>toInteger()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>Returns an <code>Integer</code> object representing this <code>
ModifiableInteger</code>'s value.
<DT><A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html" title="class in org.jgrapht.traverse"><B>TopologicalOrderIterator</B></A>&lt;<A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html" title="type parameter in TopologicalOrderIterator">V</A>,<A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html" title="type parameter in TopologicalOrderIterator">E</A>&gt; - Class in <A HREF="./org/jgrapht/traverse/package-summary.html">org.jgrapht.traverse</A><DD>Implements topological order traversal for a directed acyclic graph.<DT><A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html#TopologicalOrderIterator(org.jgrapht.DirectedGraph)"><B>TopologicalOrderIterator(DirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html" title="class in org.jgrapht.traverse">TopologicalOrderIterator</A>
<DD>Creates a new topological order iterator over the directed graph
specified, with arbitrary tie-breaking in case of partial order.
<DT><A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html#TopologicalOrderIterator(org.jgrapht.DirectedGraph, java.util.Queue)"><B>TopologicalOrderIterator(DirectedGraph&lt;V, E&gt;, Queue&lt;V&gt;)</B></A> -
Constructor for class org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/TopologicalOrderIterator.html" title="class in org.jgrapht.traverse">TopologicalOrderIterator</A>
<DD>Creates a new topological order iterator over the directed graph
specified, with a user-supplied queue implementation to allow customized
control over tie-breaking in case of partial order.
<DT><A HREF="./org/jgrapht/graph/AbstractGraph.html#toString()"><B>toString()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractGraph.html" title="class in org.jgrapht.graph">AbstractGraph</A>
<DD>Returns a string of the parenthesized pair (V, E) representing this
G=(V,E) graph.
<DT><A HREF="./org/jgrapht/graph/AsUndirectedGraph.html#toString()"><B>toString()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/DefaultEdge.html#toString()"><B>toString()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/DefaultEdge.html" title="class in org.jgrapht.graph">DefaultEdge</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/EdgeReversedGraph.html#toString()"><B>toString()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/EdgeReversedGraph.html" title="class in org.jgrapht.graph">EdgeReversedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#toString()"><B>toString()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphPathImpl.html#toString()"><B>toString()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphPathImpl.html" title="class in org.jgrapht.graph">GraphPathImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#toString()"><B>toString()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Creates a String representation of this Fibonacci heap.
<DT><A HREF="./org/jgrapht/util/FibonacciHeapNode.html#toString()"><B>toString()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeapNode.html" title="class in org.jgrapht.util">FibonacciHeapNode</A>
<DD>Return the string representation of this object.
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#toString()"><B>toString()</B></A> -
Method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>Returns a <code>String</code> object representing this <code>
ModifiableInteger</code>'s value.
<DT><A HREF="./org/jgrapht/graph/AbstractGraph.html#toStringFromSets(java.util.Collection, java.util.Collection, boolean)"><B>toStringFromSets(Collection&lt;? extends V&gt;, Collection&lt;? extends E&gt;, boolean)</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractGraph.html" title="class in org.jgrapht.graph">AbstractGraph</A>
<DD>Helper for subclass implementations of toString( ).
<DT><A HREF="./org/jgrapht/alg/TransitiveClosure.html" title="class in org.jgrapht.alg"><B>TransitiveClosure</B></A> - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>Constructs the transitive closure of the input graph.<DT><A HREF="./org/jgrapht/event/TraversalListener.html" title="interface in org.jgrapht.event"><B>TraversalListener</B></A>&lt;<A HREF="./org/jgrapht/event/TraversalListener.html" title="type parameter in TraversalListener">V</A>,<A HREF="./org/jgrapht/event/TraversalListener.html" title="type parameter in TraversalListener">E</A>&gt; - Interface in <A HREF="./org/jgrapht/event/package-summary.html">org.jgrapht.event</A><DD>A listener on graph iterator or on a graph traverser.<DT><A HREF="./org/jgrapht/event/TraversalListenerAdapter.html" title="class in org.jgrapht.event"><B>TraversalListenerAdapter</B></A>&lt;<A HREF="./org/jgrapht/event/TraversalListenerAdapter.html" title="type parameter in TraversalListenerAdapter">V</A>,<A HREF="./org/jgrapht/event/TraversalListenerAdapter.html" title="type parameter in TraversalListenerAdapter">E</A>&gt; - Class in <A HREF="./org/jgrapht/event/package-summary.html">org.jgrapht.event</A><DD>An empty do-nothing implementation of the <A HREF="./org/jgrapht/event/TraversalListener.html" title="interface in org.jgrapht.event"><CODE>TraversalListener</CODE></A> interface
used for subclasses.<DT><A HREF="./org/jgrapht/event/TraversalListenerAdapter.html#TraversalListenerAdapter()"><B>TraversalListenerAdapter()</B></A> -
Constructor for class org.jgrapht.event.<A HREF="./org/jgrapht/event/TraversalListenerAdapter.html" title="class in org.jgrapht.event">TraversalListenerAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/event/GraphChangeEvent.html#type"><B>type</B></A> -
Variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphChangeEvent.html" title="class in org.jgrapht.event">GraphChangeEvent</A>
<DD>The type of graph change this event indicates.
<DT><A HREF="./org/jgrapht/util/TypeUtil.html" title="class in org.jgrapht.util"><B>TypeUtil</B></A>&lt;<A HREF="./org/jgrapht/util/TypeUtil.html" title="type parameter in TypeUtil">T</A>&gt; - Class in <A HREF="./org/jgrapht/util/package-summary.html">org.jgrapht.util</A><DD>TypeUtil isolates type-unsafety so that code that which uses it for
legitimate reasons can stay warning-free.<DT><A HREF="./org/jgrapht/util/TypeUtil.html#TypeUtil()"><B>TypeUtil()</B></A> -
Constructor for class org.jgrapht.util.<A HREF="./org/jgrapht/util/TypeUtil.html" title="class in org.jgrapht.util">TypeUtil</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/util/TypeUtil.html#uncheckedCast(java.lang.Object, org.jgrapht.util.TypeUtil)"><B>uncheckedCast(Object, TypeUtil&lt;T&gt;)</B></A> -
Static method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/TypeUtil.html" title="class in org.jgrapht.util">TypeUtil</A>
<DD>Casts an object to a type.
<DT><A HREF="./org/jgrapht/Graphs.html#undirectedGraph(org.jgrapht.Graph)"><B>undirectedGraph(Graph&lt;V, E&gt;)</B></A> -
Static method in class org.jgrapht.<A HREF="./org/jgrapht/Graphs.html" title="class in org.jgrapht">Graphs</A>
<DD>Returns an undirected view of the specified graph.
<DT><A HREF="./org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht"><B>UndirectedGraph</B></A>&lt;<A HREF="./org/jgrapht/UndirectedGraph.html" title="type parameter in UndirectedGraph">V</A>,<A HREF="./org/jgrapht/UndirectedGraph.html" title="type parameter in UndirectedGraph">E</A>&gt; - Interface in <A HREF="./org/jgrapht/package-summary.html">org.jgrapht</A><DD>A graph whose all edges are undirected.<DT><A HREF="./org/jgrapht/graph/UndirectedGraphUnion.html" title="class in org.jgrapht.graph"><B>UndirectedGraphUnion</B></A>&lt;<A HREF="./org/jgrapht/graph/UndirectedGraphUnion.html" title="type parameter in UndirectedGraphUnion">V</A>,<A HREF="./org/jgrapht/graph/UndirectedGraphUnion.html" title="type parameter in UndirectedGraphUnion">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>&nbsp;<DT><A HREF="./org/jgrapht/graph/UndirectedMaskSubgraph.html" title="class in org.jgrapht.graph"><B>UndirectedMaskSubgraph</B></A>&lt;<A HREF="./org/jgrapht/graph/UndirectedMaskSubgraph.html" title="type parameter in UndirectedMaskSubgraph">V</A>,<A HREF="./org/jgrapht/graph/UndirectedMaskSubgraph.html" title="type parameter in UndirectedMaskSubgraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An undirected graph that is a <A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph"><CODE>MaskSubgraph</CODE></A> on another graph.<DT><A HREF="./org/jgrapht/graph/UndirectedMaskSubgraph.html#UndirectedMaskSubgraph(org.jgrapht.UndirectedGraph, org.jgrapht.graph.MaskFunctor)"><B>UndirectedMaskSubgraph(UndirectedGraph&lt;V, E&gt;, MaskFunctor&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UndirectedMaskSubgraph.html" title="class in org.jgrapht.graph">UndirectedMaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/UndirectedSubgraph.html" title="class in org.jgrapht.graph"><B>UndirectedSubgraph</B></A>&lt;<A HREF="./org/jgrapht/graph/UndirectedSubgraph.html" title="type parameter in UndirectedSubgraph">V</A>,<A HREF="./org/jgrapht/graph/UndirectedSubgraph.html" title="type parameter in UndirectedSubgraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An undirected graph that is a subgraph on other graph.<DT><A HREF="./org/jgrapht/graph/UndirectedSubgraph.html#UndirectedSubgraph(org.jgrapht.UndirectedGraph, java.util.Set, java.util.Set)"><B>UndirectedSubgraph(UndirectedGraph&lt;V, E&gt;, Set&lt;V&gt;, Set&lt;E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UndirectedSubgraph.html" title="class in org.jgrapht.graph">UndirectedSubgraph</A>
<DD>Creates a new undirected subgraph.
<DT><A HREF="./org/jgrapht/graph/UndirectedWeightedSubgraph.html" title="class in org.jgrapht.graph"><B>UndirectedWeightedSubgraph</B></A>&lt;<A HREF="./org/jgrapht/graph/UndirectedWeightedSubgraph.html" title="type parameter in UndirectedWeightedSubgraph">V</A>,<A HREF="./org/jgrapht/graph/UndirectedWeightedSubgraph.html" title="type parameter in UndirectedWeightedSubgraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An undirected weighted graph that is a subgraph on other graph.<DT><A HREF="./org/jgrapht/graph/UndirectedWeightedSubgraph.html#UndirectedWeightedSubgraph(org.jgrapht.WeightedGraph, java.util.Set, java.util.Set)"><B>UndirectedWeightedSubgraph(WeightedGraph&lt;V, E&gt;, Set&lt;V&gt;, Set&lt;E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UndirectedWeightedSubgraph.html" title="class in org.jgrapht.graph">UndirectedWeightedSubgraph</A>
<DD>Creates a new undirected weighted subgraph.
<DT><A HREF="./org/jgrapht/util/FibonacciHeap.html#union(org.jgrapht.util.FibonacciHeap, org.jgrapht.util.FibonacciHeap)"><B>union(FibonacciHeap&lt;T&gt;, FibonacciHeap&lt;T&gt;)</B></A> -
Static method in class org.jgrapht.util.<A HREF="./org/jgrapht/util/FibonacciHeap.html" title="class in org.jgrapht.util">FibonacciHeap</A>
<DD>Joins two Fibonacci heaps into a new one.
<DT><A HREF="./org/jgrapht/graph/UnmodifiableDirectedGraph.html" title="class in org.jgrapht.graph"><B>UnmodifiableDirectedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/UnmodifiableDirectedGraph.html" title="type parameter in UnmodifiableDirectedGraph">V</A>,<A HREF="./org/jgrapht/graph/UnmodifiableDirectedGraph.html" title="type parameter in UnmodifiableDirectedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A directed graph that cannot be modified.<DT><A HREF="./org/jgrapht/graph/UnmodifiableDirectedGraph.html#UnmodifiableDirectedGraph(org.jgrapht.DirectedGraph)"><B>UnmodifiableDirectedGraph(DirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableDirectedGraph.html" title="class in org.jgrapht.graph">UnmodifiableDirectedGraph</A>
<DD>Creates a new unmodifiable directed graph based on the specified backing
graph.
<DT><A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="class in org.jgrapht.graph"><B>UnmodifiableGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="type parameter in UnmodifiableGraph">V</A>,<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="type parameter in UnmodifiableGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An unmodifiable view of the backing graph specified in the constructor.<DT><A HREF="./org/jgrapht/graph/UnmodifiableGraph.html#UnmodifiableGraph(org.jgrapht.Graph)"><B>UnmodifiableGraph(Graph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableGraph.html" title="class in org.jgrapht.graph">UnmodifiableGraph</A>
<DD>Creates a new unmodifiable graph based on the specified backing graph.
<DT><A HREF="./org/jgrapht/graph/UnmodifiableUndirectedGraph.html" title="class in org.jgrapht.graph"><B>UnmodifiableUndirectedGraph</B></A>&lt;<A HREF="./org/jgrapht/graph/UnmodifiableUndirectedGraph.html" title="type parameter in UnmodifiableUndirectedGraph">V</A>,<A HREF="./org/jgrapht/graph/UnmodifiableUndirectedGraph.html" title="type parameter in UnmodifiableUndirectedGraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>An undirected graph that cannot be modified.<DT><A HREF="./org/jgrapht/graph/UnmodifiableUndirectedGraph.html#UnmodifiableUndirectedGraph(org.jgrapht.UndirectedGraph)"><B>UnmodifiableUndirectedGraph(UndirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/UnmodifiableUndirectedGraph.html" title="class in org.jgrapht.graph">UnmodifiableUndirectedGraph</A>
<DD>Creates a new unmodifiable undirected graph based on the specified
backing graph.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/util/ModifiableInteger.html#value"><B>value</B></A> -
Variable in class org.jgrapht.util.<A HREF="./org/jgrapht/util/ModifiableInteger.html" title="class in org.jgrapht.util">ModifiableInteger</A>
<DD>The int value represented by this <code>ModifiableInteger</code>.
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.VisitColor.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.VisitColor.html" title="enum in org.jgrapht.traverse">CrossComponentIterator.VisitColor</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/jgrapht/traverse/CrossComponentIterator.VisitColor.html#values()"><B>values()</B></A> -
Static method in enum org.jgrapht.traverse.<A HREF="./org/jgrapht/traverse/CrossComponentIterator.VisitColor.html" title="enum in org.jgrapht.traverse">CrossComponentIterator.VisitColor</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html#vertex"><B>vertex</B></A> -
Variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event">GraphVertexChangeEvent</A>
<DD>The vertex that this event is related to.
<DT><A HREF="./org/jgrapht/event/VertexTraversalEvent.html#vertex"><B>vertex</B></A> -
Variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/VertexTraversalEvent.html" title="class in org.jgrapht.event">VertexTraversalEvent</A>
<DD>The traversed vertex.
<DT><A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html#VERTEX_ADDED"><B>VERTEX_ADDED</B></A> -
Static variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event">GraphVertexChangeEvent</A>
<DD>Vertex added event.
<DT><A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html#VERTEX_REMOVED"><B>VERTEX_REMOVED</B></A> -
Static variable in class org.jgrapht.event.<A HREF="./org/jgrapht/event/GraphVertexChangeEvent.html" title="class in org.jgrapht.event">GraphVertexChangeEvent</A>
<DD>Vertex removed event.
<DT><A HREF="./org/jgrapht/alg/ConnectivityInspector.html#vertexAdded(org.jgrapht.event.GraphVertexChangeEvent)"><B>vertexAdded(GraphVertexChangeEvent&lt;V&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg">ConnectivityInspector</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html#vertexAdded(org.jgrapht.event.GraphVertexChangeEvent)"><B>vertexAdded(GraphVertexChangeEvent&lt;V&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="class in org.jgrapht.alg">DirectedNeighborIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/NeighborIndex.html#vertexAdded(org.jgrapht.event.GraphVertexChangeEvent)"><B>vertexAdded(GraphVertexChangeEvent&lt;V&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/NeighborIndex.html" title="class in org.jgrapht.alg">NeighborIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/event/VertexSetListener.html#vertexAdded(org.jgrapht.event.GraphVertexChangeEvent)"><B>vertexAdded(GraphVertexChangeEvent&lt;V&gt;)</B></A> -
Method in interface org.jgrapht.event.<A HREF="./org/jgrapht/event/VertexSetListener.html" title="interface in org.jgrapht.event">VertexSetListener</A>
<DD>Notifies that a vertex has been added to the graph.
<DT><A HREF="./org/jgrapht/alg/VertexCovers.html" title="class in org.jgrapht.alg"><B>VertexCovers</B></A> - Class in <A HREF="./org/jgrapht/alg/package-summary.html">org.jgrapht.alg</A><DD>Algorithms to find a vertex cover for a graph.<DT><A HREF="./org/jgrapht/alg/VertexCovers.html#VertexCovers()"><B>VertexCovers()</B></A> -
Constructor for class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/VertexCovers.html" title="class in org.jgrapht.alg">VertexCovers</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/util/VertexDegreeComparator.html" title="class in org.jgrapht.alg.util"><B>VertexDegreeComparator</B></A>&lt;<A HREF="./org/jgrapht/alg/util/VertexDegreeComparator.html" title="type parameter in VertexDegreeComparator">V</A>,<A HREF="./org/jgrapht/alg/util/VertexDegreeComparator.html" title="type parameter in VertexDegreeComparator">E</A>&gt; - Class in <A HREF="./org/jgrapht/alg/util/package-summary.html">org.jgrapht.alg.util</A><DD>Compares two vertices based on their degree.<DT><A HREF="./org/jgrapht/alg/util/VertexDegreeComparator.html#VertexDegreeComparator(org.jgrapht.UndirectedGraph)"><B>VertexDegreeComparator(UndirectedGraph&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.alg.util.<A HREF="./org/jgrapht/alg/util/VertexDegreeComparator.html" title="class in org.jgrapht.alg.util">VertexDegreeComparator</A>
<DD>Creates a comparator for comparing the degrees of vertices in the
specified graph.
<DT><A HREF="./org/jgrapht/alg/util/VertexDegreeComparator.html#VertexDegreeComparator(org.jgrapht.UndirectedGraph, boolean)"><B>VertexDegreeComparator(UndirectedGraph&lt;V, E&gt;, boolean)</B></A> -
Constructor for class org.jgrapht.alg.util.<A HREF="./org/jgrapht/alg/util/VertexDegreeComparator.html" title="class in org.jgrapht.alg.util">VertexDegreeComparator</A>
<DD>Creates a comparator for comparing the degrees of vertices in the
specified graph.
<DT><A HREF="./org/jgrapht/VertexFactory.html" title="interface in org.jgrapht"><B>VertexFactory</B></A>&lt;<A HREF="./org/jgrapht/VertexFactory.html" title="type parameter in VertexFactory">V</A>&gt; - Interface in <A HREF="./org/jgrapht/package-summary.html">org.jgrapht</A><DD>A vertex factory used by graph algorithms for creating new vertices.<DT><A HREF="./org/jgrapht/event/TraversalListener.html#vertexFinished(org.jgrapht.event.VertexTraversalEvent)"><B>vertexFinished(VertexTraversalEvent&lt;V&gt;)</B></A> -
Method in interface org.jgrapht.event.<A HREF="./org/jgrapht/event/TraversalListener.html" title="interface in org.jgrapht.event">TraversalListener</A>
<DD>Called to inform the listener that the specified vertex have been
finished during the graph traversal.
<DT><A HREF="./org/jgrapht/event/TraversalListenerAdapter.html#vertexFinished(org.jgrapht.event.VertexTraversalEvent)"><B>vertexFinished(VertexTraversalEvent&lt;V&gt;)</B></A> -
Method in class org.jgrapht.event.<A HREF="./org/jgrapht/event/TraversalListenerAdapter.html" title="class in org.jgrapht.event">TraversalListenerAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/VertexNameProvider.html" title="interface in org.jgrapht.ext"><B>VertexNameProvider</B></A>&lt;<A HREF="./org/jgrapht/ext/VertexNameProvider.html" title="type parameter in VertexNameProvider">V</A>&gt; - Interface in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Assigns a display name for each of the graph vertices.<DT><A HREF="./org/jgrapht/alg/ConnectivityInspector.html#vertexRemoved(org.jgrapht.event.GraphVertexChangeEvent)"><B>vertexRemoved(GraphVertexChangeEvent&lt;V&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/ConnectivityInspector.html" title="class in org.jgrapht.alg">ConnectivityInspector</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html#vertexRemoved(org.jgrapht.event.GraphVertexChangeEvent)"><B>vertexRemoved(GraphVertexChangeEvent&lt;V&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/DirectedNeighborIndex.html" title="class in org.jgrapht.alg">DirectedNeighborIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/alg/NeighborIndex.html#vertexRemoved(org.jgrapht.event.GraphVertexChangeEvent)"><B>vertexRemoved(GraphVertexChangeEvent&lt;V&gt;)</B></A> -
Method in class org.jgrapht.alg.<A HREF="./org/jgrapht/alg/NeighborIndex.html" title="class in org.jgrapht.alg">NeighborIndex</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/event/VertexSetListener.html#vertexRemoved(org.jgrapht.event.GraphVertexChangeEvent)"><B>vertexRemoved(GraphVertexChangeEvent&lt;V&gt;)</B></A> -
Method in interface org.jgrapht.event.<A HREF="./org/jgrapht/event/VertexSetListener.html" title="interface in org.jgrapht.event">VertexSetListener</A>
<DD>Notifies that a vertex has been removed from the graph.
<DT><A HREF="./org/jgrapht/graph/AbstractBaseGraph.html#vertexSet()"><B>vertexSet()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AbstractBaseGraph.html" title="class in org.jgrapht.graph">AbstractBaseGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphDelegator.html#vertexSet()"><B>vertexSet()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphDelegator.html" title="class in org.jgrapht.graph">GraphDelegator</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/GraphUnion.html#vertexSet()"><B>vertexSet()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/GraphUnion.html" title="class in org.jgrapht.graph">GraphUnion</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/MaskSubgraph.html#vertexSet()"><B>vertexSet()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/MaskSubgraph.html" title="class in org.jgrapht.graph">MaskSubgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/graph/Subgraph.html#vertexSet()"><B>vertexSet()</B></A> -
Method in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/Subgraph.html" title="class in org.jgrapht.graph">Subgraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/Graph.html#vertexSet()"><B>vertexSet()</B></A> -
Method in interface org.jgrapht.<A HREF="./org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</A>
<DD>Returns a set of the vertices contained in this graph.
<DT><A HREF="./org/jgrapht/event/VertexSetListener.html" title="interface in org.jgrapht.event"><B>VertexSetListener</B></A>&lt;<A HREF="./org/jgrapht/event/VertexSetListener.html" title="type parameter in VertexSetListener">V</A>&gt; - Interface in <A HREF="./org/jgrapht/event/package-summary.html">org.jgrapht.event</A><DD>A listener that is notified when the graph's vertex set changes.<DT><A HREF="./org/jgrapht/event/VertexTraversalEvent.html" title="class in org.jgrapht.event"><B>VertexTraversalEvent</B></A>&lt;<A HREF="./org/jgrapht/event/VertexTraversalEvent.html" title="type parameter in VertexTraversalEvent">V</A>&gt; - Class in <A HREF="./org/jgrapht/event/package-summary.html">org.jgrapht.event</A><DD>A traversal event for a graph vertex.<DT><A HREF="./org/jgrapht/event/VertexTraversalEvent.html#VertexTraversalEvent(java.lang.Object, V)"><B>VertexTraversalEvent(Object, V)</B></A> -
Constructor for class org.jgrapht.event.<A HREF="./org/jgrapht/event/VertexTraversalEvent.html" title="class in org.jgrapht.event">VertexTraversalEvent</A>
<DD>Creates a new VertexTraversalEvent.
<DT><A HREF="./org/jgrapht/event/TraversalListener.html#vertexTraversed(org.jgrapht.event.VertexTraversalEvent)"><B>vertexTraversed(VertexTraversalEvent&lt;V&gt;)</B></A> -
Method in interface org.jgrapht.event.<A HREF="./org/jgrapht/event/TraversalListener.html" title="interface in org.jgrapht.event">TraversalListener</A>
<DD>Called to inform the listener that the specified vertex have been visited
during the graph traversal.
<DT><A HREF="./org/jgrapht/event/TraversalListenerAdapter.html#vertexTraversed(org.jgrapht.event.VertexTraversalEvent)"><B>vertexTraversed(VertexTraversalEvent&lt;V&gt;)</B></A> -
Method in class org.jgrapht.event.<A HREF="./org/jgrapht/event/TraversalListenerAdapter.html" title="class in org.jgrapht.event">TraversalListenerAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/ext/VisioExporter.html" title="class in org.jgrapht.ext"><B>VisioExporter</B></A>&lt;<A HREF="./org/jgrapht/ext/VisioExporter.html" title="type parameter in VisioExporter">V</A>,<A HREF="./org/jgrapht/ext/VisioExporter.html" title="type parameter in VisioExporter">E</A>&gt; - Class in <A HREF="./org/jgrapht/ext/package-summary.html">org.jgrapht.ext</A><DD>Exports a graph to a csv format that can be imported into MS Visio.<DT><A HREF="./org/jgrapht/ext/VisioExporter.html#VisioExporter(org.jgrapht.ext.VertexNameProvider)"><B>VisioExporter(VertexNameProvider&lt;V&gt;)</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/VisioExporter.html" title="class in org.jgrapht.ext">VisioExporter</A>
<DD>Creates a new VisioExporter object with the specified naming policy.
<DT><A HREF="./org/jgrapht/ext/VisioExporter.html#VisioExporter()"><B>VisioExporter()</B></A> -
Constructor for class org.jgrapht.ext.<A HREF="./org/jgrapht/ext/VisioExporter.html" title="class in org.jgrapht.ext">VisioExporter</A>
<DD>Creates a new VisioExporter object.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/jgrapht/util/WeightCombiner.html" title="interface in org.jgrapht.util"><B>WeightCombiner</B></A> - Interface in <A HREF="./org/jgrapht/util/package-summary.html">org.jgrapht.util</A><DD>Binary operator for edge weights.<DT><A HREF="./org/jgrapht/WeightedGraph.html" title="interface in org.jgrapht"><B>WeightedGraph</B></A>&lt;<A HREF="./org/jgrapht/WeightedGraph.html" title="type parameter in WeightedGraph">V</A>,<A HREF="./org/jgrapht/WeightedGraph.html" title="type parameter in WeightedGraph">E</A>&gt; - Interface in <A HREF="./org/jgrapht/package-summary.html">org.jgrapht</A><DD>An interface for a graph whose edges have non-uniform weights.<DT><A HREF="./org/jgrapht/graph/WeightedMultigraph.html" title="class in org.jgrapht.graph"><B>WeightedMultigraph</B></A>&lt;<A HREF="./org/jgrapht/graph/WeightedMultigraph.html" title="type parameter in WeightedMultigraph">V</A>,<A HREF="./org/jgrapht/graph/WeightedMultigraph.html" title="type parameter in WeightedMultigraph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A weighted multigraph.<DT><A HREF="./org/jgrapht/graph/WeightedMultigraph.html#WeightedMultigraph(org.jgrapht.EdgeFactory)"><B>WeightedMultigraph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/WeightedMultigraph.html" title="class in org.jgrapht.graph">WeightedMultigraph</A>
<DD>Creates a new weighted multigraph with the specified edge factory.
<DT><A HREF="./org/jgrapht/graph/WeightedMultigraph.html#WeightedMultigraph(java.lang.Class)"><B>WeightedMultigraph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/WeightedMultigraph.html" title="class in org.jgrapht.graph">WeightedMultigraph</A>
<DD>Creates a new weighted multigraph.
<DT><A HREF="./org/jgrapht/graph/WeightedPseudograph.html" title="class in org.jgrapht.graph"><B>WeightedPseudograph</B></A>&lt;<A HREF="./org/jgrapht/graph/WeightedPseudograph.html" title="type parameter in WeightedPseudograph">V</A>,<A HREF="./org/jgrapht/graph/WeightedPseudograph.html" title="type parameter in WeightedPseudograph">E</A>&gt; - Class in <A HREF="./org/jgrapht/graph/package-summary.html">org.jgrapht.graph</A><DD>A weighted pseudograph.<DT><A HREF="./org/jgrapht/graph/WeightedPseudograph.html#WeightedPseudograph(org.jgrapht.EdgeFactory)"><B>WeightedPseudograph(EdgeFactory&lt;V, E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/WeightedPseudograph.html" title="class in org.jgrapht.graph">WeightedPseudograph</A>
<DD>Creates a new weighted pseudograph with the specified edge factory.
<DT><A HREF="./org/jgrapht/graph/WeightedPseudograph.html#WeightedPseudograph(java.lang.Class)"><B>WeightedPseudograph(Class&lt;? extends E&gt;)</B></A> -
Constructor for class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/WeightedPseudograph.html" title="class in org.jgrapht.graph">WeightedPseudograph</A>
<DD>Creates a new weighted pseudograph.
<DT><A HREF="./org/jgrapht/graph/AsWeightedGraph.html#weightMap"><B>weightMap</B></A> -
Variable in class org.jgrapht.graph.<A HREF="./org/jgrapht/graph/AsWeightedGraph.html" title="class in org.jgrapht.graph">AsWeightedGraph</A>
<DD>&nbsp;
<DT><A HREF="./org/jgrapht/generate/WheelGraphGenerator.html" title="class in org.jgrapht.generate"><B>WheelGraphGenerator</B></A>&lt;<A HREF="./org/jgrapht/generate/WheelGraphGenerator.html" title="type parameter in WheelGraphGenerator">V</A>,<A HREF="./org/jgrapht/generate/WheelGraphGenerator.html" title="type parameter in WheelGraphGenerator">E</A>&gt; - Class in <A HREF="./org/jgrapht/generate/package-summary.html">org.jgrapht.generate</A><DD>Generates a <a href="http://mathworld.wolfram.com/WheelGraph.html">wheel
graph</a> of any size.<DT><A HREF="./org/jgrapht/generate/WheelGraphGenerator.html#WheelGraphGenerator(int)"><B>WheelGraphGenerator(int)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/WheelGraphGenerator.html" title="class in org.jgrapht.generate">WheelGraphGenerator</A>
<DD>Creates a new WheelGraphGenerator object.
<DT><A HREF="./org/jgrapht/generate/WheelGraphGenerator.html#WheelGraphGenerator(int, boolean)"><B>WheelGraphGenerator(int, boolean)</B></A> -
Constructor for class org.jgrapht.generate.<A HREF="./org/jgrapht/generate/WheelGraphGenerator.html" title="class in org.jgrapht.generate">WheelGraphGenerator</A>
<DD>Construct a new WheelGraphGenerator.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>