blob: 4ace28b44487d9db0d4f45422cf4b4b5414110bb [file] [log] [blame]
<!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_67) on Sat Sep 20 17:22:57 FET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Digraph (Cayenne Documentation 3.1 API)</title>
<meta name="date" content="2014-09-20">
<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="Digraph (Cayenne Documentation 3.1 API)";
}
//-->
</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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/Digraph.html">Use</a></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><a href="../../../../../org/apache/cayenne/ashwood/graph/DepthFirstStampSearch.html" title="class in org.apache.cayenne.ashwood.graph"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/cayenne/ashwood/graph/DigraphIteration.html" title="interface in org.apache.cayenne.ashwood.graph"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cayenne/ashwood/graph/Digraph.html" target="_top">Frames</a></li>
<li><a href="Digraph.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cayenne.ashwood.graph</div>
<h2 title="Interface Digraph" class="title">Interface Digraph&lt;E,V&gt;</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../../org/apache/cayenne/ashwood/graph/DigraphIteration.html" title="interface in org.apache.cayenne.ashwood.graph">DigraphIteration</a>&lt;E,V&gt;</dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../org/apache/cayenne/ashwood/graph/MapDigraph.html" title="class in org.apache.cayenne.ashwood.graph">MapDigraph</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">Digraph&lt;E,V&gt;</span>
extends <a href="../../../../../org/apache/cayenne/ashwood/graph/DigraphIteration.html" title="interface in org.apache.cayenne.ashwood.graph">DigraphIteration</a>&lt;E,V&gt;</pre>
<dl><dt><span class="strong">Since:</span></dt>
<dd>3.1</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#addAllVertices(java.util.Collection)">addAllVertices</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends <a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&gt;&nbsp;vertices)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#addVertex(E)">addVertex</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#containsAllVertices(java.util.Collection)">containsAllVertices</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends <a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&gt;&nbsp;vertices)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#containsVertex(E)">containsVertex</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">V</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#getArc(E,%20E)">getArc</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;origin,
<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;destination)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#hasArc(E,%20E)">hasArc</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;origin,
<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;destination)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#incomingSize(E)">incomingSize</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#isEmpty()">isEmpty</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#isIncomingEmpty(E)">isIncomingEmpty</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#isOutgoingEmpty(E)">isOutgoingEmpty</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#order()">order</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#outgoingSize(E)">outgoingSize</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">V</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#putArc(E,%20E,%20V)">putArc</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;origin,
<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;destination,
<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">V</a>&nbsp;arc)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#removeAllVertices(java.util.Collection)">removeAllVertices</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends <a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&gt;&nbsp;vertices)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#removeArc(E,%20E)">removeArc</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;origin,
<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;destination)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#removeIncoming(E)">removeIncoming</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#removeOutgoing(E)">removeOutgoing</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#removeVertex(E)">removeVertex</a></strong>(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html#size()">size</a></strong>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.cayenne.ashwood.graph.DigraphIteration">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.cayenne.ashwood.graph.<a href="../../../../../org/apache/cayenne/ashwood/graph/DigraphIteration.html" title="interface in org.apache.cayenne.ashwood.graph">DigraphIteration</a></h3>
<code><a href="../../../../../org/apache/cayenne/ashwood/graph/DigraphIteration.html#arcIterator()">arcIterator</a>, <a href="../../../../../org/apache/cayenne/ashwood/graph/DigraphIteration.html#incomingIterator(E)">incomingIterator</a>, <a href="../../../../../org/apache/cayenne/ashwood/graph/DigraphIteration.html#outgoingIterator(E)">outgoingIterator</a>, <a href="../../../../../org/apache/cayenne/ashwood/graph/DigraphIteration.html#vertexIterator()">vertexIterator</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="addVertex(java.lang.Object)">
<!-- -->
</a><a name="addVertex(E)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addVertex</h4>
<pre>boolean&nbsp;addVertex(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</pre>
</li>
</ul>
<a name="addAllVertices(java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAllVertices</h4>
<pre>boolean&nbsp;addAllVertices(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends <a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&gt;&nbsp;vertices)</pre>
</li>
</ul>
<a name="putArc(java.lang.Object,java.lang.Object,java.lang.Object)">
<!-- -->
</a><a name="putArc(E, E, V)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>putArc</h4>
<pre><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">V</a>&nbsp;putArc(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;origin,
<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;destination,
<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">V</a>&nbsp;arc)</pre>
</li>
</ul>
<a name="getArc(java.lang.Object,java.lang.Object)">
<!-- -->
</a><a name="getArc(E, E)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getArc</h4>
<pre><a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">V</a>&nbsp;getArc(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;origin,
<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;destination)</pre>
</li>
</ul>
<a name="removeVertex(java.lang.Object)">
<!-- -->
</a><a name="removeVertex(E)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeVertex</h4>
<pre>boolean&nbsp;removeVertex(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</pre>
</li>
</ul>
<a name="removeAllVertices(java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeAllVertices</h4>
<pre>boolean&nbsp;removeAllVertices(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends <a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&gt;&nbsp;vertices)</pre>
</li>
</ul>
<a name="removeArc(java.lang.Object,java.lang.Object)">
<!-- -->
</a><a name="removeArc(E, E)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeArc</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;removeArc(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;origin,
<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;destination)</pre>
</li>
</ul>
<a name="removeIncoming(java.lang.Object)">
<!-- -->
</a><a name="removeIncoming(E)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeIncoming</h4>
<pre>boolean&nbsp;removeIncoming(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</pre>
</li>
</ul>
<a name="removeOutgoing(java.lang.Object)">
<!-- -->
</a><a name="removeOutgoing(E)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeOutgoing</h4>
<pre>boolean&nbsp;removeOutgoing(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</pre>
</li>
</ul>
<a name="order()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>order</h4>
<pre>int&nbsp;order()</pre>
</li>
</ul>
<a name="size()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>size</h4>
<pre>int&nbsp;size()</pre>
</li>
</ul>
<a name="outgoingSize(java.lang.Object)">
<!-- -->
</a><a name="outgoingSize(E)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>outgoingSize</h4>
<pre>int&nbsp;outgoingSize(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</pre>
</li>
</ul>
<a name="incomingSize(java.lang.Object)">
<!-- -->
</a><a name="incomingSize(E)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>incomingSize</h4>
<pre>int&nbsp;incomingSize(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</pre>
</li>
</ul>
<a name="containsVertex(java.lang.Object)">
<!-- -->
</a><a name="containsVertex(E)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>containsVertex</h4>
<pre>boolean&nbsp;containsVertex(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</pre>
</li>
</ul>
<a name="containsAllVertices(java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>containsAllVertices</h4>
<pre>boolean&nbsp;containsAllVertices(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;? extends <a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&gt;&nbsp;vertices)</pre>
</li>
</ul>
<a name="hasArc(java.lang.Object,java.lang.Object)">
<!-- -->
</a><a name="hasArc(E, E)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasArc</h4>
<pre>boolean&nbsp;hasArc(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;origin,
<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;destination)</pre>
</li>
</ul>
<a name="isEmpty()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEmpty</h4>
<pre>boolean&nbsp;isEmpty()</pre>
</li>
</ul>
<a name="isOutgoingEmpty(java.lang.Object)">
<!-- -->
</a><a name="isOutgoingEmpty(E)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isOutgoingEmpty</h4>
<pre>boolean&nbsp;isOutgoingEmpty(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</pre>
</li>
</ul>
<a name="isIncomingEmpty(java.lang.Object)">
<!-- -->
</a><a name="isIncomingEmpty(E)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isIncomingEmpty</h4>
<pre>boolean&nbsp;isIncomingEmpty(<a href="../../../../../org/apache/cayenne/ashwood/graph/Digraph.html" title="type parameter in Digraph">E</a>&nbsp;vertex)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/Digraph.html">Use</a></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><a href="../../../../../org/apache/cayenne/ashwood/graph/DepthFirstStampSearch.html" title="class in org.apache.cayenne.ashwood.graph"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/cayenne/ashwood/graph/DigraphIteration.html" title="interface in org.apache.cayenne.ashwood.graph"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cayenne/ashwood/graph/Digraph.html" target="_top">Frames</a></li>
<li><a href="Digraph.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All rights reserved.</small></p>
</body>
</html>