Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
653 Zeilen
50 KiB
HTML
653 Zeilen
50 KiB
HTML
vor 8 Jahren
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
|
<!-- NewPage -->
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<!-- Generated by javadoc (version 1.7.0_79) on Sun Apr 03 00:28:31 PDT 2016 -->
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<title>Uses of Interface org.jgrapht.UndirectedGraph (JGraphT : a free Java graph library)</title>
|
||
|
<meta name="date" content="2016-04-03">
|
||
|
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||
|
</head>
|
||
|
<body>
|
||
|
<script type="text/javascript"><!--
|
||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||
|
parent.document.title="Uses of Interface org.jgrapht.UndirectedGraph (JGraphT : a free Java graph library)";
|
||
|
}
|
||
|
//-->
|
||
|
</script>
|
||
|
<noscript>
|
||
|
<div>JavaScript is disabled on your browser.</div>
|
||
|
</noscript>
|
||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||
|
<div class="topNav"><a name="navbar_top">
|
||
|
<!-- -->
|
||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="navList" title="Navigation">
|
||
|
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||
|
<li><a href="../package-summary.html">Package</a></li>
|
||
|
<li><a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">Class</a></li>
|
||
|
<li class="navBarCell1Rev">Use</li>
|
||
|
<li><a href="../package-tree.html">Tree</a></li>
|
||
|
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||
|
<li><a href="../../../index-all.html">Index</a></li>
|
||
|
<li><a href="../../../help-doc.html">Help</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="subNav">
|
||
|
<ul class="navList">
|
||
|
<li>Prev</li>
|
||
|
<li>Next</li>
|
||
|
</ul>
|
||
|
<ul class="navList">
|
||
|
<li><a href="../../../index.html?org/jgrapht/class-use/UndirectedGraph.html" target="_top">Frames</a></li>
|
||
|
<li><a href="UndirectedGraph.html" target="_top">No Frames</a></li>
|
||
|
</ul>
|
||
|
<ul class="navList" id="allclasses_navbar_top">
|
||
|
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||
|
</ul>
|
||
|
<div>
|
||
|
<script type="text/javascript"><!--
|
||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||
|
if(window==top) {
|
||
|
allClassesLink.style.display = "block";
|
||
|
}
|
||
|
else {
|
||
|
allClassesLink.style.display = "none";
|
||
|
}
|
||
|
//-->
|
||
|
</script>
|
||
|
</div>
|
||
|
<a name="skip-navbar_top">
|
||
|
<!-- -->
|
||
|
</a></div>
|
||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||
|
<div class="header">
|
||
|
<h2 title="Uses of Interface org.jgrapht.UndirectedGraph" class="title">Uses of Interface<br>org.jgrapht.UndirectedGraph</h2>
|
||
|
</div>
|
||
|
<div class="classUseContainer">
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList">
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
|
||
|
<caption><span>Packages that use <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colFirst" scope="col">Package</th>
|
||
|
<th class="colLast" scope="col">Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><a href="#org.jgrapht">org.jgrapht</a></td>
|
||
|
<td class="colLast">
|
||
|
<div class="block">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>.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><a href="#org.jgrapht.alg">org.jgrapht.alg</a></td>
|
||
|
<td class="colLast">
|
||
|
<div class="block">Algorithms provided with <b>JGraphT</b>.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><a href="#org.jgrapht.alg.cycle">org.jgrapht.alg.cycle</a></td>
|
||
|
<td class="colLast">
|
||
|
<div class="block">Algorithms for enumeration of simple cycles in graphs.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><a href="#org.jgrapht.alg.util">org.jgrapht.alg.util</a></td>
|
||
|
<td class="colLast">
|
||
|
<div class="block">Utilities used by JGraphT algorithms.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><a href="#org.jgrapht.ext">org.jgrapht.ext</a></td>
|
||
|
<td class="colLast">
|
||
|
<div class="block">
|
||
|
Extensions and integration means to other products.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><a href="#org.jgrapht.graph">org.jgrapht.graph</a></td>
|
||
|
<td class="colLast">
|
||
|
<div class="block">Implementations of various graphs.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><a href="#org.jgrapht.graph.builder">org.jgrapht.graph.builder</a></td>
|
||
|
<td class="colLast">
|
||
|
<div class="block">Various builder for graphs.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</li>
|
||
|
<li class="blockList">
|
||
|
<ul class="blockList">
|
||
|
<li class="blockList"><a name="org.jgrapht">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Uses of <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a> in <a href="../../../org/jgrapht/package-summary.html">org.jgrapht</a></h3>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||
|
<caption><span>Methods in <a href="../../../org/jgrapht/package-summary.html">org.jgrapht</a> that return <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
|
<th class="colLast" scope="col">Method and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>static <V,E> <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><V,E></code></td>
|
||
|
<td class="colLast"><span class="strong">Graphs.</span><code><strong><a href="../../../org/jgrapht/Graphs.html#undirectedGraph(org.jgrapht.Graph)">undirectedGraph</a></strong>(<a href="../../../org/jgrapht/Graph.html" title="interface in org.jgrapht">Graph</a><V,E> g)</code>
|
||
|
<div class="block">Returns an undirected view of the specified graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="org.jgrapht.alg">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Uses of <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a> in <a href="../../../org/jgrapht/alg/package-summary.html">org.jgrapht.alg</a></h3>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
|
||
|
<caption><span>Classes in <a href="../../../org/jgrapht/alg/package-summary.html">org.jgrapht.alg</a> that implement <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
|
<th class="colLast" scope="col">Class and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/alg/BlockCutpointGraph.html" title="class in org.jgrapht.alg">BlockCutpointGraph</a><V,E></strong></code>
|
||
|
<div class="block">Definition of a <a href="http://mathworld.wolfram.com/Block.html">block of a
|
||
|
graph</a> in MathWorld.<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.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||
|
<caption><span>Methods in <a href="../../../org/jgrapht/alg/package-summary.html">org.jgrapht.alg</a> that return <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
|
<th class="colLast" scope="col">Method and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code><a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>></code></td>
|
||
|
<td class="colLast"><span class="strong">BlockCutpointGraph.</span><code><strong><a href="../../../org/jgrapht/alg/BlockCutpointGraph.html#getBlock(V)">getBlock</a></strong>(<a href="../../../org/jgrapht/alg/BlockCutpointGraph.html" title="type parameter in BlockCutpointGraph">V</a> vertex)</code>
|
||
|
<div class="block">Returns the vertex if vertex is a cutpoint, and otherwise returns the
|
||
|
block (biconnected component) containing the vertex.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code><a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/CliqueMinimalSeparatorDecomposition.html" title="type parameter in CliqueMinimalSeparatorDecomposition">V</a>,<a href="../../../org/jgrapht/alg/CliqueMinimalSeparatorDecomposition.html" title="type parameter in CliqueMinimalSeparatorDecomposition">E</a>></code></td>
|
||
|
<td class="colLast"><span class="strong">CliqueMinimalSeparatorDecomposition.</span><code><strong><a href="../../../org/jgrapht/alg/CliqueMinimalSeparatorDecomposition.html#getGraph()">getGraph</a></strong>()</code>
|
||
|
<div class="block">Get the original graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code><a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/CliqueMinimalSeparatorDecomposition.html" title="type parameter in CliqueMinimalSeparatorDecomposition">V</a>,<a href="../../../org/jgrapht/alg/CliqueMinimalSeparatorDecomposition.html" title="type parameter in CliqueMinimalSeparatorDecomposition">E</a>></code></td>
|
||
|
<td class="colLast"><span class="strong">CliqueMinimalSeparatorDecomposition.</span><code><strong><a href="../../../org/jgrapht/alg/CliqueMinimalSeparatorDecomposition.html#getMinimalTriangulation()">getMinimalTriangulation</a></strong>()</code>
|
||
|
<div class="block">Get the minimal triangulation of the graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||
|
<caption><span>Methods in <a href="../../../org/jgrapht/alg/package-summary.html">org.jgrapht.alg</a> with parameters of type <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
|
<th class="colLast" scope="col">Method and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>static <V,E> int</code></td>
|
||
|
<td class="colLast"><span class="strong">ChromaticNumber.</span><code><strong><a href="../../../org/jgrapht/alg/ChromaticNumber.html#findGreedyChromaticNumber(org.jgrapht.UndirectedGraph)">findGreedyChromaticNumber</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><V,E> g)</code>
|
||
|
<div class="block">Finds the number of colors required for a greedy coloring of the graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>static <V,E> <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><V>></code></td>
|
||
|
<td class="colLast"><span class="strong">ChromaticNumber.</span><code><strong><a href="../../../org/jgrapht/alg/ChromaticNumber.html#findGreedyColoredGroups(org.jgrapht.UndirectedGraph)">findGreedyColoredGroups</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><V,E> g)</code>
|
||
|
<div class="block">Finds a greedy coloring of the graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>static <V,E> <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><V></code></td>
|
||
|
<td class="colLast"><span class="strong">VertexCovers.</span><code><strong><a href="../../../org/jgrapht/alg/VertexCovers.html#findGreedyCover(org.jgrapht.UndirectedGraph)">findGreedyCover</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><V,E> g)</code>
|
||
|
<div class="block">Finds a greedy approximation for a minimal vertex cover of a specified
|
||
|
graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../org/jgrapht/alg/EdmondsBlossomShrinking.html" title="type parameter in EdmondsBlossomShrinking">E</a>></code></td>
|
||
|
<td class="colLast"><span class="strong">EdmondsBlossomShrinking.</span><code><strong><a href="../../../org/jgrapht/alg/EdmondsBlossomShrinking.html#findMatch(org.jgrapht.UndirectedGraph)">findMatch</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/EdmondsBlossomShrinking.html" title="type parameter in EdmondsBlossomShrinking">V</a>,<a href="../../../org/jgrapht/alg/EdmondsBlossomShrinking.html" title="type parameter in EdmondsBlossomShrinking">E</a>> g)</code>
|
||
|
<div class="block"><strong>Deprecated.</strong> </div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>static <V,E> <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><V></code></td>
|
||
|
<td class="colLast"><span class="strong">EulerianCircuit.</span><code><strong><a href="../../../org/jgrapht/alg/EulerianCircuit.html#getEulerianCircuitVertices(org.jgrapht.UndirectedGraph)">getEulerianCircuitVertices</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><V,E> g)</code>
|
||
|
<div class="block">This method will return a list of vertices which represents the Eulerian
|
||
|
circuit of the graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>static <V,E> boolean</code></td>
|
||
|
<td class="colLast"><span class="strong">EulerianCircuit.</span><code><strong><a href="../../../org/jgrapht/alg/EulerianCircuit.html#isEulerian(org.jgrapht.UndirectedGraph)">isEulerian</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><V,E> g)</code>
|
||
|
<div class="block">This method will check whether the graph passed in is Eulerian or not.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
|
||
|
<caption><span>Constructors in <a href="../../../org/jgrapht/alg/package-summary.html">org.jgrapht.alg</a> with parameters of type <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colOne" scope="col">Constructor and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/alg/BiconnectivityInspector.html#BiconnectivityInspector(org.jgrapht.UndirectedGraph)">BiconnectivityInspector</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> graph)</code>
|
||
|
<div class="block">Running time = O(m) where m is the number of edges.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/alg/BlockCutpointGraph.html#BlockCutpointGraph(org.jgrapht.UndirectedGraph)">BlockCutpointGraph</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> graph)</code>
|
||
|
<div class="block">Running time = O(m) where m is the number of edges.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/alg/CliqueMinimalSeparatorDecomposition.html#CliqueMinimalSeparatorDecomposition(org.jgrapht.UndirectedGraph)">CliqueMinimalSeparatorDecomposition</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/CliqueMinimalSeparatorDecomposition.html" title="type parameter in CliqueMinimalSeparatorDecomposition">V</a>,<a href="../../../org/jgrapht/alg/CliqueMinimalSeparatorDecomposition.html" title="type parameter in CliqueMinimalSeparatorDecomposition">E</a>> g)</code>
|
||
|
<div class="block">Setup a clique minimal separator decomposition on undirected graph <code>
|
||
|
g</code>.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/alg/ConnectivityInspector.html#ConnectivityInspector(org.jgrapht.UndirectedGraph)">ConnectivityInspector</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> g)</code>
|
||
|
<div class="block">Creates a connectivity inspector for the specified undirected graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/alg/EdmondsBlossomShrinking.html#EdmondsBlossomShrinking(org.jgrapht.UndirectedGraph)">EdmondsBlossomShrinking</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/EdmondsBlossomShrinking.html" title="type parameter in EdmondsBlossomShrinking">V</a>,<a href="../../../org/jgrapht/alg/EdmondsBlossomShrinking.html" title="type parameter in EdmondsBlossomShrinking">E</a>> G)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/alg/HopcroftKarpBipartiteMatching.html#HopcroftKarpBipartiteMatching(org.jgrapht.UndirectedGraph,%20java.util.Set,%20java.util.Set)">HopcroftKarpBipartiteMatching</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/HopcroftKarpBipartiteMatching.html" title="type parameter in HopcroftKarpBipartiteMatching">V</a>,<a href="../../../org/jgrapht/alg/HopcroftKarpBipartiteMatching.html" title="type parameter in HopcroftKarpBipartiteMatching">E</a>> graph,
|
||
|
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../org/jgrapht/alg/HopcroftKarpBipartiteMatching.html" title="type parameter in HopcroftKarpBipartiteMatching">V</a>> partition1,
|
||
|
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../org/jgrapht/alg/HopcroftKarpBipartiteMatching.html" title="type parameter in HopcroftKarpBipartiteMatching">V</a>> partition2)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/alg/StoerWagnerMinimumCut.html#StoerWagnerMinimumCut(org.jgrapht.UndirectedGraph)">StoerWagnerMinimumCut</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/StoerWagnerMinimumCut.html" title="type parameter in StoerWagnerMinimumCut">V</a>,<a href="../../../org/jgrapht/alg/StoerWagnerMinimumCut.html" title="type parameter in StoerWagnerMinimumCut">E</a>> graph)</code>
|
||
|
<div class="block">Will compute the minimum cut in graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="org.jgrapht.alg.cycle">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Uses of <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a> in <a href="../../../org/jgrapht/alg/cycle/package-summary.html">org.jgrapht.alg.cycle</a></h3>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||
|
<caption><span>Methods in <a href="../../../org/jgrapht/alg/cycle/package-summary.html">org.jgrapht.alg.cycle</a> that return <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
|
<th class="colLast" scope="col">Method and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code><a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/cycle/UndirectedCycleBase.html" title="type parameter in UndirectedCycleBase">V</a>,<a href="../../../org/jgrapht/alg/cycle/UndirectedCycleBase.html" title="type parameter in UndirectedCycleBase">E</a>></code></td>
|
||
|
<td class="colLast"><span class="strong">UndirectedCycleBase.</span><code><strong><a href="../../../org/jgrapht/alg/cycle/UndirectedCycleBase.html#getGraph()">getGraph</a></strong>()</code>
|
||
|
<div class="block">Returns the graph on which the cycle base search algorithm is executed by
|
||
|
this object.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code><a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/cycle/PatonCycleBase.html" title="type parameter in PatonCycleBase">V</a>,<a href="../../../org/jgrapht/alg/cycle/PatonCycleBase.html" title="type parameter in PatonCycleBase">E</a>></code></td>
|
||
|
<td class="colLast"><span class="strong">PatonCycleBase.</span><code><strong><a href="../../../org/jgrapht/alg/cycle/PatonCycleBase.html#getGraph()">getGraph</a></strong>()</code>
|
||
|
<div class="block">Returns the graph on which the cycle base search algorithm is executed by
|
||
|
this object.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||
|
<caption><span>Methods in <a href="../../../org/jgrapht/alg/cycle/package-summary.html">org.jgrapht.alg.cycle</a> with parameters of type <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
|
<th class="colLast" scope="col">Method and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>void</code></td>
|
||
|
<td class="colLast"><span class="strong">UndirectedCycleBase.</span><code><strong><a href="../../../org/jgrapht/alg/cycle/UndirectedCycleBase.html#setGraph(org.jgrapht.UndirectedGraph)">setGraph</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/cycle/UndirectedCycleBase.html" title="type parameter in UndirectedCycleBase">V</a>,<a href="../../../org/jgrapht/alg/cycle/UndirectedCycleBase.html" title="type parameter in UndirectedCycleBase">E</a>> graph)</code>
|
||
|
<div class="block">Sets the graph on which the cycle base search algorithm is executed by
|
||
|
this object.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>void</code></td>
|
||
|
<td class="colLast"><span class="strong">PatonCycleBase.</span><code><strong><a href="../../../org/jgrapht/alg/cycle/PatonCycleBase.html#setGraph(org.jgrapht.UndirectedGraph)">setGraph</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/cycle/PatonCycleBase.html" title="type parameter in PatonCycleBase">V</a>,<a href="../../../org/jgrapht/alg/cycle/PatonCycleBase.html" title="type parameter in PatonCycleBase">E</a>> graph)</code>
|
||
|
<div class="block">Sets the graph on which the cycle base search algorithm is executed by
|
||
|
this object.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
|
||
|
<caption><span>Constructors in <a href="../../../org/jgrapht/alg/cycle/package-summary.html">org.jgrapht.alg.cycle</a> with parameters of type <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colOne" scope="col">Constructor and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/alg/cycle/PatonCycleBase.html#PatonCycleBase(org.jgrapht.UndirectedGraph)">PatonCycleBase</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/alg/cycle/PatonCycleBase.html" title="type parameter in PatonCycleBase">V</a>,<a href="../../../org/jgrapht/alg/cycle/PatonCycleBase.html" title="type parameter in PatonCycleBase">E</a>> graph)</code>
|
||
|
<div class="block">Create a cycle base finder for the specified graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="org.jgrapht.alg.util">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Uses of <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a> in <a href="../../../org/jgrapht/alg/util/package-summary.html">org.jgrapht.alg.util</a></h3>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
|
||
|
<caption><span>Constructors in <a href="../../../org/jgrapht/alg/util/package-summary.html">org.jgrapht.alg.util</a> with parameters of type <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colOne" scope="col">Constructor and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/alg/util/VertexDegreeComparator.html#VertexDegreeComparator(org.jgrapht.UndirectedGraph)">VertexDegreeComparator</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> g)</code>
|
||
|
<div class="block">Creates a comparator for comparing the degrees of vertices in the
|
||
|
specified graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/alg/util/VertexDegreeComparator.html#VertexDegreeComparator(org.jgrapht.UndirectedGraph,%20boolean)">VertexDegreeComparator</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> g,
|
||
|
boolean ascendingOrder)</code>
|
||
|
<div class="block">Creates a comparator for comparing the degrees of vertices in the
|
||
|
specified graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="org.jgrapht.ext">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Uses of <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a> in <a href="../../../org/jgrapht/ext/package-summary.html">org.jgrapht.ext</a></h3>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
|
||
|
<caption><span>Methods in <a href="../../../org/jgrapht/ext/package-summary.html">org.jgrapht.ext</a> with parameters of type <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
|
<th class="colLast" scope="col">Method and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>void</code></td>
|
||
|
<td class="colLast"><span class="strong">GmlExporter.</span><code><strong><a href="../../../org/jgrapht/ext/GmlExporter.html#export(java.io.Writer,%20org.jgrapht.UndirectedGraph)">export</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> output,
|
||
|
<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> g)</code>
|
||
|
<div class="block">Exports an undirected graph into a plain text file in GML format.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>void</code></td>
|
||
|
<td class="colLast"><span class="strong">MatrixExporter.</span><code><strong><a href="../../../org/jgrapht/ext/MatrixExporter.html#exportAdjacencyMatrix(java.io.Writer,%20org.jgrapht.UndirectedGraph)">exportAdjacencyMatrix</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> output,
|
||
|
<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> g)</code>
|
||
|
<div class="block">Exports the specified graph into a plain text file format containing a
|
||
|
sparse representation of the graph's adjacency matrix.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>void</code></td>
|
||
|
<td class="colLast"><span class="strong">MatrixExporter.</span><code><strong><a href="../../../org/jgrapht/ext/MatrixExporter.html#exportLaplacianMatrix(java.io.Writer,%20org.jgrapht.UndirectedGraph)">exportLaplacianMatrix</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> output,
|
||
|
<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> g)</code>
|
||
|
<div class="block">Exports the specified graph into a plain text file format containing a
|
||
|
sparse representation of the graph's Laplacian matrix.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>void</code></td>
|
||
|
<td class="colLast"><span class="strong">MatrixExporter.</span><code><strong><a href="../../../org/jgrapht/ext/MatrixExporter.html#exportNormalizedLaplacianMatrix(java.io.Writer,%20org.jgrapht.UndirectedGraph)">exportNormalizedLaplacianMatrix</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a> output,
|
||
|
<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> g)</code>
|
||
|
<div class="block">Exports the specified graph into a plain text file format containing a
|
||
|
sparse representation of the graph's normalized Laplacian matrix.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="org.jgrapht.graph">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Uses of <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a> in <a href="../../../org/jgrapht/graph/package-summary.html">org.jgrapht.graph</a></h3>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
|
||
|
<caption><span>Classes in <a href="../../../org/jgrapht/graph/package-summary.html">org.jgrapht.graph</a> that implement <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
|
<th class="colLast" scope="col">Class and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/AsUndirectedGraph.html" title="class in org.jgrapht.graph">AsUndirectedGraph</a><V,E></strong></code>
|
||
|
<div class="block">An undirected view of the backing directed graph specified in the
|
||
|
constructor.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/ListenableUndirectedGraph.html" title="class in org.jgrapht.graph">ListenableUndirectedGraph</a><V,E></strong></code>
|
||
|
<div class="block">An undirected graph which is also <a href="../../../org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht"><code>ListenableGraph</code></a>.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/ListenableUndirectedWeightedGraph.html" title="class in org.jgrapht.graph">ListenableUndirectedWeightedGraph</a><V,E></strong></code>
|
||
|
<div class="block">An undirected weighted graph which is also <a href="../../../org/jgrapht/ListenableGraph.html" title="interface in org.jgrapht"><code>ListenableGraph</code></a>.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/Multigraph.html" title="class in org.jgrapht.graph">Multigraph</a><V,E></strong></code>
|
||
|
<div class="block">A multigraph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/Pseudograph.html" title="class in org.jgrapht.graph">Pseudograph</a><V,E></strong></code>
|
||
|
<div class="block">A pseudograph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/SimpleGraph.html" title="class in org.jgrapht.graph">SimpleGraph</a><V,E></strong></code>
|
||
|
<div class="block">A simple graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/SimpleWeightedGraph.html" title="class in org.jgrapht.graph">SimpleWeightedGraph</a><V,E></strong></code>
|
||
|
<div class="block">A simple weighted graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/UndirectedGraphUnion.html" title="class in org.jgrapht.graph">UndirectedGraphUnion</a><V,E></strong></code> </td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/UndirectedMaskSubgraph.html" title="class in org.jgrapht.graph">UndirectedMaskSubgraph</a><V,E></strong></code>
|
||
|
<div class="block">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.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/UndirectedSubgraph.html" title="class in org.jgrapht.graph">UndirectedSubgraph</a><V,E></strong></code>
|
||
|
<div class="block">An undirected graph that is a subgraph on other graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/UndirectedWeightedSubgraph.html" title="class in org.jgrapht.graph">UndirectedWeightedSubgraph</a><V,E></strong></code>
|
||
|
<div class="block">An undirected weighted graph that is a subgraph on other graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/UnmodifiableUndirectedGraph.html" title="class in org.jgrapht.graph">UnmodifiableUndirectedGraph</a><V,E></strong></code>
|
||
|
<div class="block">An undirected graph that cannot be modified.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/WeightedMultigraph.html" title="class in org.jgrapht.graph">WeightedMultigraph</a><V,E></strong></code>
|
||
|
<div class="block">A weighted multigraph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/WeightedPseudograph.html" title="class in org.jgrapht.graph">WeightedPseudograph</a><V,E></strong></code>
|
||
|
<div class="block">A weighted pseudograph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
|
||
|
<caption><span>Constructors in <a href="../../../org/jgrapht/graph/package-summary.html">org.jgrapht.graph</a> with parameters of type <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colOne" scope="col">Constructor and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/ListenableUndirectedGraph.html#ListenableUndirectedGraph(org.jgrapht.UndirectedGraph)">ListenableUndirectedGraph</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> base)</code>
|
||
|
<div class="block">Creates a new listenable undirected graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/MixedGraphUnion.html#MixedGraphUnion(org.jgrapht.UndirectedGraph,%20org.jgrapht.DirectedGraph)">MixedGraphUnion</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/graph/MixedGraphUnion.html" title="type parameter in MixedGraphUnion">V</a>,<a href="../../../org/jgrapht/graph/MixedGraphUnion.html" title="type parameter in MixedGraphUnion">E</a>> g1,
|
||
|
<a href="../../../org/jgrapht/DirectedGraph.html" title="interface in org.jgrapht">DirectedGraph</a><<a href="../../../org/jgrapht/graph/MixedGraphUnion.html" title="type parameter in MixedGraphUnion">V</a>,<a href="../../../org/jgrapht/graph/MixedGraphUnion.html" title="type parameter in MixedGraphUnion">E</a>> g2)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/MixedGraphUnion.html#MixedGraphUnion(org.jgrapht.UndirectedGraph,%20org.jgrapht.DirectedGraph,%20org.jgrapht.util.WeightCombiner)">MixedGraphUnion</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<a href="../../../org/jgrapht/graph/MixedGraphUnion.html" title="type parameter in MixedGraphUnion">V</a>,<a href="../../../org/jgrapht/graph/MixedGraphUnion.html" title="type parameter in MixedGraphUnion">E</a>> g1,
|
||
|
<a href="../../../org/jgrapht/DirectedGraph.html" title="interface in org.jgrapht">DirectedGraph</a><<a href="../../../org/jgrapht/graph/MixedGraphUnion.html" title="type parameter in MixedGraphUnion">V</a>,<a href="../../../org/jgrapht/graph/MixedGraphUnion.html" title="type parameter in MixedGraphUnion">E</a>> g2,
|
||
|
<a href="../../../org/jgrapht/util/WeightCombiner.html" title="interface in org.jgrapht.util">WeightCombiner</a> operator)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/UndirectedMaskSubgraph.html#UndirectedMaskSubgraph(org.jgrapht.UndirectedGraph,%20org.jgrapht.graph.MaskFunctor)">UndirectedMaskSubgraph</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> base,
|
||
|
<a href="../../../org/jgrapht/graph/MaskFunctor.html" title="interface in org.jgrapht.graph">MaskFunctor</a><<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>> mask)</code> </td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/UndirectedSubgraph.html#UndirectedSubgraph(org.jgrapht.UndirectedGraph,%20java.util.Set,%20java.util.Set)">UndirectedSubgraph</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> base,
|
||
|
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../org/jgrapht/graph/UndirectedSubgraph.html" title="type parameter in UndirectedSubgraph">V</a>> vertexSubset,
|
||
|
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../org/jgrapht/graph/UndirectedSubgraph.html" title="type parameter in UndirectedSubgraph">E</a>> edgeSubset)</code>
|
||
|
<div class="block">Creates a new undirected subgraph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/UnmodifiableUndirectedGraph.html#UnmodifiableUndirectedGraph(org.jgrapht.UndirectedGraph)">UnmodifiableUndirectedGraph</a></strong>(<a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><<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>> g)</code>
|
||
|
<div class="block">Creates a new unmodifiable undirected graph based on the specified
|
||
|
backing graph.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</li>
|
||
|
<li class="blockList"><a name="org.jgrapht.graph.builder">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<h3>Uses of <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a> in <a href="../../../org/jgrapht/graph/builder/package-summary.html">org.jgrapht.graph.builder</a></h3>
|
||
|
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
|
||
|
<caption><span>Classes in <a href="../../../org/jgrapht/graph/builder/package-summary.html">org.jgrapht.graph.builder</a> with type parameters of type <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a></span><span class="tabEnd"> </span></caption>
|
||
|
<tr>
|
||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
|
<th class="colLast" scope="col">Class and Description</th>
|
||
|
</tr>
|
||
|
<tbody>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/builder/UndirectedGraphBuilder.html" title="class in org.jgrapht.graph.builder">UndirectedGraphBuilder</a><V,E,G extends <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><V,E>></strong></code>
|
||
|
<div class="block">A builder class for <a href="../../../org/jgrapht/Graph.html" title="interface in org.jgrapht"><code>Graph</code></a>.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/builder/UndirectedGraphBuilderBase.html" title="class in org.jgrapht.graph.builder">UndirectedGraphBuilderBase</a><V,E,G extends <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><V,E>,B extends <a href="../../../org/jgrapht/graph/builder/UndirectedGraphBuilderBase.html" title="class in org.jgrapht.graph.builder">UndirectedGraphBuilderBase</a><V,E,G,B>></strong></code>
|
||
|
<div class="block">Base class for <a href="../../../org/jgrapht/graph/builder/UndirectedGraphBuilder.html" title="class in org.jgrapht.graph.builder"><code>UndirectedGraphBuilder</code></a> for extending.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="altColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/builder/UndirectedWeightedGraphBuilder.html" title="class in org.jgrapht.graph.builder">UndirectedWeightedGraphBuilder</a><V,E,G extends <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><V,E> & <a href="../../../org/jgrapht/WeightedGraph.html" title="interface in org.jgrapht">WeightedGraph</a><V,E>></strong></code>
|
||
|
<div class="block">A builder class for undirected weighted graphs.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="rowColor">
|
||
|
<td class="colFirst"><code>class </code></td>
|
||
|
<td class="colLast"><code><strong><a href="../../../org/jgrapht/graph/builder/UndirectedWeightedGraphBuilderBase.html" title="class in org.jgrapht.graph.builder">UndirectedWeightedGraphBuilderBase</a><V,E,G extends <a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">UndirectedGraph</a><V,E> & <a href="../../../org/jgrapht/WeightedGraph.html" title="interface in org.jgrapht">WeightedGraph</a><V,E>,B extends <a href="../../../org/jgrapht/graph/builder/UndirectedWeightedGraphBuilderBase.html" title="class in org.jgrapht.graph.builder">UndirectedWeightedGraphBuilderBase</a><V,E,G,B>></strong></code>
|
||
|
<div class="block">Base class for <a href="../../../org/jgrapht/graph/builder/UndirectedWeightedGraphBuilder.html" title="class in org.jgrapht.graph.builder"><code>UndirectedWeightedGraphBuilder</code></a> for extending.</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||
|
<!-- -->
|
||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||
|
<!-- -->
|
||
|
</a>
|
||
|
<ul class="navList" title="Navigation">
|
||
|
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||
|
<li><a href="../package-summary.html">Package</a></li>
|
||
|
<li><a href="../../../org/jgrapht/UndirectedGraph.html" title="interface in org.jgrapht">Class</a></li>
|
||
|
<li class="navBarCell1Rev">Use</li>
|
||
|
<li><a href="../package-tree.html">Tree</a></li>
|
||
|
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||
|
<li><a href="../../../index-all.html">Index</a></li>
|
||
|
<li><a href="../../../help-doc.html">Help</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="subNav">
|
||
|
<ul class="navList">
|
||
|
<li>Prev</li>
|
||
|
<li>Next</li>
|
||
|
</ul>
|
||
|
<ul class="navList">
|
||
|
<li><a href="../../../index.html?org/jgrapht/class-use/UndirectedGraph.html" target="_top">Frames</a></li>
|
||
|
<li><a href="UndirectedGraph.html" target="_top">No Frames</a></li>
|
||
|
</ul>
|
||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||
|
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||
|
</ul>
|
||
|
<div>
|
||
|
<script type="text/javascript"><!--
|
||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||
|
if(window==top) {
|
||
|
allClassesLink.style.display = "block";
|
||
|
}
|
||
|
else {
|
||
|
allClassesLink.style.display = "none";
|
||
|
}
|
||
|
//-->
|
||
|
</script>
|
||
|
</div>
|
||
|
<a name="skip-navbar_bottom">
|
||
|
<!-- -->
|
||
|
</a></div>
|
||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||
|
<p class="legalCopy"><small>Copyright © 2016. All rights reserved.</small></p>
|
||
|
</body>
|
||
|
</html>
|