* added a method where you can get all the marks * implemented and tested * moved main * changed README * builded JavaDoc * builded jar
576 lines
26 KiB
HTML
576 lines
26 KiB
HTML
<!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 (1.8.0_144) on Fri Jun 21 23:35:56 CEST 2019 -->
|
|
<title>VisitInfo</title>
|
|
<meta name="date" content="2019-06-21">
|
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
|
<script type="text/javascript" src="../../../../../script.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
try {
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="VisitInfo";
|
|
}
|
|
}
|
|
catch(err) {
|
|
}
|
|
//-->
|
|
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
|
|
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
|
|
var altColor = "altColor";
|
|
var rowColor = "rowColor";
|
|
var tableTab = "tableTab";
|
|
var activeTableTab = "activeTableTab";
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar.top">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
<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/VisitInfo.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-files/index-1.html">Index</a></li>
|
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li><a href="../../../../../berack96/lib/graph/visit/impl/Tarjan.html" title="class in berack96.lib.graph.visit.impl"><span class="typeNameLink">Prev Class</span></a></li>
|
|
<li><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html" title="class in berack96.lib.graph.visit.impl"><span class="typeNameLink">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../../../../../index.html?berack96/lib/graph/visit/impl/VisitInfo.html" target="_top">Frames</a></li>
|
|
<li><a href="VisitInfo.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: </li>
|
|
<li><a href="#nested.class.summary">Nested</a> | </li>
|
|
<li>Field | </li>
|
|
<li><a href="#constructor.summary">Constr</a> | </li>
|
|
<li><a href="#method.summary">Method</a></li>
|
|
</ul>
|
|
<ul class="subNavList">
|
|
<li>Detail: </li>
|
|
<li>Field | </li>
|
|
<li><a href="#constructor.detail">Constr</a> | </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">berack96.lib.graph.visit.impl</div>
|
|
<h2 title="Class VisitInfo" class="title">Class VisitInfo<V></h2>
|
|
</div>
|
|
<div class="contentContainer">
|
|
<ul class="inheritance">
|
|
<li>java.lang.Object</li>
|
|
<li>
|
|
<ul class="inheritance">
|
|
<li>berack96.lib.graph.visit.impl.VisitInfo<V></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<div class="description">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<dl>
|
|
<dt><span class="paramLabel">Type Parameters:</span></dt>
|
|
<dd><code>V</code> - the vertex of the visit</dd>
|
|
</dl>
|
|
<hr>
|
|
<br>
|
|
<pre>public class <span class="typeNameLabel">VisitInfo<V></span>
|
|
extends java.lang.Object</pre>
|
|
<div class="block">The class used for getting the info of the visit.<br>
|
|
It could be used with the algorithm of the visit for set some useful data.</div>
|
|
<dl>
|
|
<dt><span class="simpleTagLabel">Author:</span></dt>
|
|
<dd>Berack96</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="summary">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="nested.class.summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Nested Class Summary</h3>
|
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
|
|
<caption><span>Nested Classes</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>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>class </code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html" title="class in berack96.lib.graph.visit.impl">VisitInfo.VertexInfo</a></span></code>
|
|
<div class="block">Class used mainly for storing the data of the visit</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</li>
|
|
</ul>
|
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="constructor.summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Constructor Summary</h3>
|
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
|
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colOne" scope="col">Constructor and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#VisitInfo-V-">VisitInfo</a></span>(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> source)</code>
|
|
<div class="block">Need a source for initialize the basic values</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</li>
|
|
</ul>
|
|
<!-- ========== METHOD SUMMARY =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method.summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Summary</h3>
|
|
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
|
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
<th class="colLast" scope="col">Method and Description</th>
|
|
</tr>
|
|
<tr id="i0" class="altColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#forEach-java.util.function.Consumer-">forEach</a></span>(java.util.function.Consumer<<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html" title="class in berack96.lib.graph.visit.impl">VisitInfo.VertexInfo</a>> consumer)</code>
|
|
<div class="block">Iterate through all the vertices discovered and visited with the correct timeline.<br>
|
|
The vertices will be visited in the order that they are discovered and visited, so a vertex can appear two times (one for the discovery, anc the other for the visit)</div>
|
|
</td>
|
|
</tr>
|
|
<tr id="i1" class="rowColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#forEachDiscovered-java.util.function.Consumer-">forEachDiscovered</a></span>(java.util.function.Consumer<<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html" title="class in berack96.lib.graph.visit.impl">VisitInfo.VertexInfo</a>> consumer)</code>
|
|
<div class="block">Iterate through all the vertices that are discovered.<br>
|
|
The vertices will be ordered by the time of their discover.</div>
|
|
</td>
|
|
</tr>
|
|
<tr id="i2" class="altColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#forEachVisited-java.util.function.Consumer-">forEachVisited</a></span>(java.util.function.Consumer<<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html" title="class in berack96.lib.graph.visit.impl">VisitInfo.VertexInfo</a>> consumer)</code>
|
|
<div class="block">Iterate through all the vertices that are visited.<br>
|
|
The vertices will be ordered by the time of their visit.</div>
|
|
</td>
|
|
</tr>
|
|
<tr id="i3" class="rowColor">
|
|
<td class="colFirst"><code>java.util.Set<<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a>></code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#getDiscovered--">getDiscovered</a></span>()</code>
|
|
<div class="block">Get all the discovered vertices so far.</div>
|
|
</td>
|
|
</tr>
|
|
<tr id="i4" class="altColor">
|
|
<td class="colFirst"><code><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a></code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#getParentOf-V-">getParentOf</a></span>(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> vertex)</code>
|
|
<div class="block">Get the parent of a particular vertex.<br>
|
|
The parent of a vertex is the one that has discovered it<br>
|
|
If the vertex has no parent (it has not been set by the visit algorithm or it's the source) then null is returned.</div>
|
|
</td>
|
|
</tr>
|
|
<tr id="i5" class="rowColor">
|
|
<td class="colFirst"><code><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a></code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#getSource--">getSource</a></span>()</code>
|
|
<div class="block">Get the source of the visit.</div>
|
|
</td>
|
|
</tr>
|
|
<tr id="i6" class="altColor">
|
|
<td class="colFirst"><code>long</code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#getTimeDiscover-V-">getTimeDiscover</a></span>(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> vertex)</code>
|
|
<div class="block">The time of the vertex when it is discovered in the visit.<br>
|
|
For "discovered" i mean when the node is first found by the visit algorithm.</div>
|
|
</td>
|
|
</tr>
|
|
<tr id="i7" class="rowColor">
|
|
<td class="colFirst"><code>long</code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#getTimeVisit-V-">getTimeVisit</a></span>(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> vertex)</code>
|
|
<div class="block">The time when the vertex is visited by the algorithm<br>
|
|
For "visited" i mean when the node is finally visited by the visit algorithm.</div>
|
|
</td>
|
|
</tr>
|
|
<tr id="i8" class="altColor">
|
|
<td class="colFirst"><code>java.util.Set<<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a>></code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#getVisited--">getVisited</a></span>()</code>
|
|
<div class="block">Get all the visited vertices so far.</div>
|
|
</td>
|
|
</tr>
|
|
<tr id="i9" class="rowColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#isDiscovered-V-">isDiscovered</a></span>(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> vertex)</code>
|
|
<div class="block">Tells if a vertex is discovered or not</div>
|
|
</td>
|
|
</tr>
|
|
<tr id="i10" class="altColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html#isVisited-V-">isVisited</a></span>(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> vertex)</code>
|
|
<div class="block">Tells if the vertex is visited or not</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Methods inherited from class java.lang.Object</h3>
|
|
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="details">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="constructor.detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Constructor Detail</h3>
|
|
<a name="VisitInfo-java.lang.Object-">
|
|
<!-- -->
|
|
</a><a name="VisitInfo-V-">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>VisitInfo</h4>
|
|
<pre>public VisitInfo(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> source)</pre>
|
|
<div class="block">Need a source for initialize the basic values</div>
|
|
<dl>
|
|
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
<dd><code>source</code> - the source of the visit</dd>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.lang.NullPointerException</code> - if the source is null</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<!-- ============ METHOD DETAIL ========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method.detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Detail</h3>
|
|
<a name="getTimeDiscover-java.lang.Object-">
|
|
<!-- -->
|
|
</a><a name="getTimeDiscover-V-">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getTimeDiscover</h4>
|
|
<pre>public long getTimeDiscover(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> vertex)
|
|
throws java.lang.IllegalArgumentException,
|
|
java.lang.NullPointerException</pre>
|
|
<div class="block">The time of the vertex when it is discovered in the visit.<br>
|
|
For "discovered" i mean when the node is first found by the visit algorithm. It may depends form <a href="../../../../../berack96/lib/graph/visit/VisitStrategy.html" title="interface in berack96.lib.graph.visit"><code>VisitStrategy</code></a><br>
|
|
The time starts at 0 and for each vertex discovered it is increased by one. If a vertex is visited it also increase the time<br></div>
|
|
<dl>
|
|
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
<dd><code>vertex</code> - the vertex needed</dd>
|
|
<dt><span class="returnLabel">Returns:</span></dt>
|
|
<dd>the time of it's discovery</dd>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.lang.IllegalArgumentException</code> - if the vertex is not discovered</dd>
|
|
<dd><code>java.lang.NullPointerException</code> - if the vertex is null</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<a name="getTimeVisit-java.lang.Object-">
|
|
<!-- -->
|
|
</a><a name="getTimeVisit-V-">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getTimeVisit</h4>
|
|
<pre>public long getTimeVisit(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> vertex)
|
|
throws java.lang.IllegalArgumentException,
|
|
java.lang.NullPointerException</pre>
|
|
<div class="block">The time when the vertex is visited by the algorithm<br>
|
|
For "visited" i mean when the node is finally visited by the visit algorithm. It may depends form <a href="../../../../../berack96/lib/graph/visit/VisitStrategy.html" title="interface in berack96.lib.graph.visit"><code>VisitStrategy</code></a><br>
|
|
The time starts at 0 and for each vertex discovered or visited is increased by one<br></div>
|
|
<dl>
|
|
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
<dd><code>vertex</code> - the vertex needed</dd>
|
|
<dt><span class="returnLabel">Returns:</span></dt>
|
|
<dd>the time of it's visit</dd>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.lang.IllegalArgumentException</code> - if the vertex is not visited</dd>
|
|
<dd><code>java.lang.NullPointerException</code> - if the vertex is null</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<a name="isDiscovered-java.lang.Object-">
|
|
<!-- -->
|
|
</a><a name="isDiscovered-V-">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isDiscovered</h4>
|
|
<pre>public boolean isDiscovered(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> vertex)
|
|
throws java.lang.NullPointerException</pre>
|
|
<div class="block">Tells if a vertex is discovered or not</div>
|
|
<dl>
|
|
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
<dd><code>vertex</code> - the vertex chosen</dd>
|
|
<dt><span class="returnLabel">Returns:</span></dt>
|
|
<dd>true if is discovered</dd>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.lang.NullPointerException</code></dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<a name="isVisited-java.lang.Object-">
|
|
<!-- -->
|
|
</a><a name="isVisited-V-">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isVisited</h4>
|
|
<pre>public boolean isVisited(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> vertex)
|
|
throws java.lang.NullPointerException</pre>
|
|
<div class="block">Tells if the vertex is visited or not</div>
|
|
<dl>
|
|
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
<dd><code>vertex</code> - the vertex chosen</dd>
|
|
<dt><span class="returnLabel">Returns:</span></dt>
|
|
<dd>true if is visited</dd>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.lang.NullPointerException</code></dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<a name="getSource--">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getSource</h4>
|
|
<pre>public <a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> getSource()</pre>
|
|
<div class="block">Get the source of the visit.</div>
|
|
<dl>
|
|
<dt><span class="returnLabel">Returns:</span></dt>
|
|
<dd>the source vertex where it's started the visit</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<a name="getParentOf-java.lang.Object-">
|
|
<!-- -->
|
|
</a><a name="getParentOf-V-">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getParentOf</h4>
|
|
<pre>public <a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> getParentOf(<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a> vertex)
|
|
throws java.lang.IllegalArgumentException</pre>
|
|
<div class="block">Get the parent of a particular vertex.<br>
|
|
The parent of a vertex is the one that has discovered it<br>
|
|
If the vertex has no parent (it has not been set by the visit algorithm or it's the source) then null is returned.</div>
|
|
<dl>
|
|
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
<dd><code>vertex</code> - the child vertex</dd>
|
|
<dt><span class="returnLabel">Returns:</span></dt>
|
|
<dd>the parent of the child</dd>
|
|
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
<dd><code>java.lang.IllegalArgumentException</code> - if the vertex has not been discovered yet</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<a name="getVisited--">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getVisited</h4>
|
|
<pre>public java.util.Set<<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a>> getVisited()</pre>
|
|
<div class="block">Get all the visited vertices so far.</div>
|
|
<dl>
|
|
<dt><span class="returnLabel">Returns:</span></dt>
|
|
<dd>the visited vertices</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<a name="getDiscovered--">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getDiscovered</h4>
|
|
<pre>public java.util.Set<<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.html" title="type parameter in VisitInfo">V</a>> getDiscovered()</pre>
|
|
<div class="block">Get all the discovered vertices so far.</div>
|
|
<dl>
|
|
<dt><span class="returnLabel">Returns:</span></dt>
|
|
<dd>the discovered vertices</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<a name="forEachDiscovered-java.util.function.Consumer-">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>forEachDiscovered</h4>
|
|
<pre>public void forEachDiscovered(java.util.function.Consumer<<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html" title="class in berack96.lib.graph.visit.impl">VisitInfo.VertexInfo</a>> consumer)</pre>
|
|
<div class="block">Iterate through all the vertices that are discovered.<br>
|
|
The vertices will be ordered by the time of their discover.</div>
|
|
<dl>
|
|
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
<dd><code>consumer</code> - the function to apply to each</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<a name="forEachVisited-java.util.function.Consumer-">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>forEachVisited</h4>
|
|
<pre>public void forEachVisited(java.util.function.Consumer<<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html" title="class in berack96.lib.graph.visit.impl">VisitInfo.VertexInfo</a>> consumer)</pre>
|
|
<div class="block">Iterate through all the vertices that are visited.<br>
|
|
The vertices will be ordered by the time of their visit.</div>
|
|
<dl>
|
|
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
<dd><code>consumer</code> - the function to apply to each</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<a name="forEach-java.util.function.Consumer-">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>forEach</h4>
|
|
<pre>public void forEach(java.util.function.Consumer<<a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html" title="class in berack96.lib.graph.visit.impl">VisitInfo.VertexInfo</a>> consumer)</pre>
|
|
<div class="block">Iterate through all the vertices discovered and visited with the correct timeline.<br>
|
|
The vertices will be visited in the order that they are discovered and visited, so a vertex can appear two times (one for the discovery, anc the other for the visit)</div>
|
|
<dl>
|
|
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
<dd><code>consumer</code> - the function to apply at each vertex</dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- ========= END OF CLASS DATA ========= -->
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar.bottom">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
<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/VisitInfo.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-files/index-1.html">Index</a></li>
|
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li><a href="../../../../../berack96/lib/graph/visit/impl/Tarjan.html" title="class in berack96.lib.graph.visit.impl"><span class="typeNameLink">Prev Class</span></a></li>
|
|
<li><a href="../../../../../berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html" title="class in berack96.lib.graph.visit.impl"><span class="typeNameLink">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../../../../../index.html?berack96/lib/graph/visit/impl/VisitInfo.html" target="_top">Frames</a></li>
|
|
<li><a href="VisitInfo.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: </li>
|
|
<li><a href="#nested.class.summary">Nested</a> | </li>
|
|
<li>Field | </li>
|
|
<li><a href="#constructor.summary">Constr</a> | </li>
|
|
<li><a href="#method.summary">Method</a></li>
|
|
</ul>
|
|
<ul class="subNavList">
|
|
<li>Detail: </li>
|
|
<li>Field | </li>
|
|
<li><a href="#constructor.detail">Constr</a> | </li>
|
|
<li><a href="#method.detail">Method</a></li>
|
|
</ul>
|
|
</div>
|
|
<a name="skip.navbar.bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
</body>
|
|
</html>
|