blob: c1bd7245b31a281a1e34017959585db919bb6909 [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 (1.8.0_162) on Thu Feb 01 21:39:05 KST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LoopVertex (Coral Project 0.1-SNAPSHOT API)</title>
<meta name="date" content="2018-02-01">
<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="LoopVertex (Coral Project 0.1-SNAPSHOT API)";
}
}
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,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":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/LoopVertex.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="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../edu/snu/coral/common/ir/vertex/MetricCollectionBarrierVertex.html" title="class in edu.snu.coral.common.ir.vertex"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?edu/snu/coral/common/ir/vertex/LoopVertex.html" target="_top">Frames</a></li>
<li><a href="LoopVertex.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">edu.snu.coral.common.ir.vertex</div>
<h2 title="Class LoopVertex" class="title">Class LoopVertex</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../edu/snu/coral/common/dag/Vertex.html" title="class in edu.snu.coral.common.dag">edu.snu.coral.common.dag.Vertex</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">edu.snu.coral.common.ir.vertex.IRVertex</a></li>
<li>
<ul class="inheritance">
<li>edu.snu.coral.common.ir.vertex.LoopVertex</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
</dl>
<hr>
<br>
<pre>public final class <span class="typeNameLabel">LoopVertex</span>
extends <a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a></pre>
<div class="block">IRVertex that contains a partial DAG that is iterative.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../serialized-form.html#edu.snu.coral.common.ir.vertex.LoopVertex">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== 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">&nbsp;</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="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#LoopVertex-java.lang.String-">LoopVertex</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;compositeTransformFullName)</code>
<div class="block">The LoopVertex constructor.</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#addDagIncomingEdge-edu.snu.coral.common.ir.edge.IREdge-">addDagIncomingEdge</a></span>(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edge)</code>
<div class="block">Adds the incoming edge of the contained DAG.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#addDagOutgoingEdge-edu.snu.coral.common.ir.edge.IREdge-">addDagOutgoingEdge</a></span>(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edge)</code>
<div class="block">Adds and outgoing edge of the contained DAG.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#addIterativeIncomingEdge-edu.snu.coral.common.ir.edge.IREdge-">addIterativeIncomingEdge</a></span>(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edge)</code>
<div class="block">Adds an iterative incoming edge, from the previous iteration, but connection internally.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#addNonIterativeIncomingEdge-edu.snu.coral.common.ir.edge.IREdge-">addNonIterativeIncomingEdge</a></span>(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edge)</code>
<div class="block">Adds a non-iterative incoming edge, from outside the previous iteration.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../../../edu/snu/coral/common/dag/DAGBuilder.html" title="class in edu.snu.coral.common.dag">DAGBuilder</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#getBuilder--">getBuilder</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html" title="class in edu.snu.coral.common.ir.vertex">LoopVertex</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#getClone--">getClone</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../../../edu/snu/coral/common/dag/DAG.html" title="class in edu.snu.coral.common.dag">DAG</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#getDAG--">getDAG</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#getDagIncomingEdges--">getDagIncomingEdges</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#getDagOutgoingEdges--">getDagOutgoingEdges</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#getEdgeWithLoop-edu.snu.coral.common.ir.edge.IREdge-">getEdgeWithLoop</a></span>(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edgeWithInternalVertex)</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#getIterativeIncomingEdges--">getIterativeIncomingEdges</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#getMaxNumberOfIterations--">getMaxNumberOfIterations</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#getName--">getName</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#getNonIterativeIncomingEdges--">getNonIterativeIncomingEdges</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/IntPredicate.html?is-external=true" title="class or interface in java.util.function">IntPredicate</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#getTerminationCondition--">getTerminationCondition</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#increaseMaxNumberOfIterations--">increaseMaxNumberOfIterations</a></span>()</code>
<div class="block">increase the value of maximum number of iterations by 1.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#loopTerminationConditionMet--">loopTerminationConditionMet</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#loopTerminationConditionMet-java.lang.Integer-">loopTerminationConditionMet</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;intPredicateInput)</code>&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#mapEdgeWithLoop-edu.snu.coral.common.ir.edge.IREdge-edu.snu.coral.common.ir.edge.IREdge-">mapEdgeWithLoop</a></span>(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edgeWithLoop,
<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edgeWithInternalVertex)</code>
<div class="block">Maps an edge from/to loop with the corresponding edge from/to internal vertex.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#propertiesToJSON--">propertiesToJSON</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#setMaxNumberOfIterations-java.lang.Integer-">setMaxNumberOfIterations</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxNum)</code>
<div class="block">Set the maximum number of iterations.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#setTerminationCondition-java.util.function.IntPredicate-">setTerminationCondition</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/IntPredicate.html?is-external=true" title="class or interface in java.util.function">IntPredicate</a>&nbsp;terminationCondition)</code>
<div class="block">Set the intPredicate termination condition for the LoopVertex.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html" title="class in edu.snu.coral.common.ir.vertex">LoopVertex</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html#unRollIteration-edu.snu.coral.common.dag.DAGBuilder-">unRollIteration</a></span>(<a href="../../../../../../edu/snu/coral/common/dag/DAGBuilder.html" title="class in edu.snu.coral.common.dag">DAGBuilder</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&nbsp;dagBuilder)</code>
<div class="block">Method for unrolling an iteration of the LoopVertex.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.edu.snu.coral.common.ir.vertex.IRVertex">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;edu.snu.coral.common.ir.vertex.<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a></h3>
<code><a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html#copyExecutionPropertiesTo-edu.snu.coral.common.ir.vertex.IRVertex-">copyExecutionPropertiesTo</a>, <a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html#getExecutionProperties--">getExecutionProperties</a>, <a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html#getProperty-edu.snu.coral.common.ir.executionproperty.ExecutionProperty.Key-">getProperty</a>, <a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html#irVertexPropertiesToString--">irVertexPropertiesToString</a>, <a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html#setProperty-edu.snu.coral.common.ir.executionproperty.ExecutionProperty-">setProperty</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.edu.snu.coral.common.dag.Vertex">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;edu.snu.coral.common.dag.<a href="../../../../../../edu/snu/coral/common/dag/Vertex.html" title="class in edu.snu.coral.common.dag">Vertex</a></h3>
<code><a href="../../../../../../edu/snu/coral/common/dag/Vertex.html#getId--">getId</a>, <a href="../../../../../../edu/snu/coral/common/dag/Vertex.html#getNumericId--">getNumericId</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></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="LoopVertex-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>LoopVertex</h4>
<pre>public&nbsp;LoopVertex(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;compositeTransformFullName)</pre>
<div class="block">The LoopVertex constructor.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>compositeTransformFullName</code> - full name of the composite transform.</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="getClone--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClone</h4>
<pre>public&nbsp;<a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html" title="class in edu.snu.coral.common.ir.vertex">LoopVertex</a>&nbsp;getClone()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html#getClone--">getClone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a clone elemnt of the IRVertex.</dd>
</dl>
</li>
</ul>
<a name="getBuilder--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBuilder</h4>
<pre>public&nbsp;<a href="../../../../../../edu/snu/coral/common/dag/DAGBuilder.html" title="class in edu.snu.coral.common.dag">DAGBuilder</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&nbsp;getBuilder()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>DAGBuilder of the LoopVertex.</dd>
</dl>
</li>
</ul>
<a name="getDAG--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDAG</h4>
<pre>public&nbsp;<a href="../../../../../../edu/snu/coral/common/dag/DAG.html" title="class in edu.snu.coral.common.dag">DAG</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&nbsp;getDAG()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the DAG of rthe LoopVertex</dd>
</dl>
</li>
</ul>
<a name="getName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the full name of the composite transform.</dd>
</dl>
</li>
</ul>
<a name="mapEdgeWithLoop-edu.snu.coral.common.ir.edge.IREdge-edu.snu.coral.common.ir.edge.IREdge-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mapEdgeWithLoop</h4>
<pre>public&nbsp;void&nbsp;mapEdgeWithLoop(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edgeWithLoop,
<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edgeWithInternalVertex)</pre>
<div class="block">Maps an edge from/to loop with the corresponding edge from/to internal vertex.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>edgeWithLoop</code> - an edge from/to loop</dd>
<dd><code>edgeWithInternalVertex</code> - the corresponding edge from/to internal vertex</dd>
</dl>
</li>
</ul>
<a name="getEdgeWithLoop-edu.snu.coral.common.ir.edge.IREdge-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEdgeWithLoop</h4>
<pre>public&nbsp;<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;getEdgeWithLoop(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edgeWithInternalVertex)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>edgeWithInternalVertex</code> - an edge with internal vertex</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the corresponding edge with loop for the specified edge with internal vertex</dd>
</dl>
</li>
</ul>
<a name="addDagIncomingEdge-edu.snu.coral.common.ir.edge.IREdge-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addDagIncomingEdge</h4>
<pre>public&nbsp;void&nbsp;addDagIncomingEdge(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edge)</pre>
<div class="block">Adds the incoming edge of the contained DAG.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>edge</code> - edge to add.</dd>
</dl>
</li>
</ul>
<a name="getDagIncomingEdges--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDagIncomingEdges</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&gt;&nbsp;getDagIncomingEdges()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>incoming edges of the contained DAG.</dd>
</dl>
</li>
</ul>
<a name="addIterativeIncomingEdge-edu.snu.coral.common.ir.edge.IREdge-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addIterativeIncomingEdge</h4>
<pre>public&nbsp;void&nbsp;addIterativeIncomingEdge(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edge)</pre>
<div class="block">Adds an iterative incoming edge, from the previous iteration, but connection internally.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>edge</code> - edge to add.</dd>
</dl>
</li>
</ul>
<a name="getIterativeIncomingEdges--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIterativeIncomingEdges</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&gt;&nbsp;getIterativeIncomingEdges()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the iterative incoming edges inside the DAG.</dd>
</dl>
</li>
</ul>
<a name="addNonIterativeIncomingEdge-edu.snu.coral.common.ir.edge.IREdge-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addNonIterativeIncomingEdge</h4>
<pre>public&nbsp;void&nbsp;addNonIterativeIncomingEdge(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edge)</pre>
<div class="block">Adds a non-iterative incoming edge, from outside the previous iteration.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>edge</code> - edge to add.</dd>
</dl>
</li>
</ul>
<a name="getNonIterativeIncomingEdges--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNonIterativeIncomingEdges</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&gt;&nbsp;getNonIterativeIncomingEdges()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the non-iterative incoming edges of the LoopVertex.</dd>
</dl>
</li>
</ul>
<a name="addDagOutgoingEdge-edu.snu.coral.common.ir.edge.IREdge-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addDagOutgoingEdge</h4>
<pre>public&nbsp;void&nbsp;addDagOutgoingEdge(<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&nbsp;edge)</pre>
<div class="block">Adds and outgoing edge of the contained DAG.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>edge</code> - edge to add.</dd>
</dl>
</li>
</ul>
<a name="getDagOutgoingEdges--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDagOutgoingEdges</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&gt;&nbsp;getDagOutgoingEdges()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>outgoing edges of the contained DAG.</dd>
</dl>
</li>
</ul>
<a name="unRollIteration-edu.snu.coral.common.dag.DAGBuilder-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unRollIteration</h4>
<pre>public&nbsp;<a href="../../../../../../edu/snu/coral/common/ir/vertex/LoopVertex.html" title="class in edu.snu.coral.common.ir.vertex">LoopVertex</a>&nbsp;unRollIteration(<a href="../../../../../../edu/snu/coral/common/dag/DAGBuilder.html" title="class in edu.snu.coral.common.dag">DAGBuilder</a>&lt;<a href="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex">IRVertex</a>,<a href="../../../../../../edu/snu/coral/common/ir/edge/IREdge.html" title="class in edu.snu.coral.common.ir.edge">IREdge</a>&gt;&nbsp;dagBuilder)</pre>
<div class="block">Method for unrolling an iteration of the LoopVertex.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>dagBuilder</code> - DAGBuilder to add the unrolled iteration to.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a LoopVertex with one less maximum iteration.</dd>
</dl>
</li>
</ul>
<a name="loopTerminationConditionMet--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loopTerminationConditionMet</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;loopTerminationConditionMet()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether or not the loop termination condition has been met.</dd>
</dl>
</li>
</ul>
<a name="loopTerminationConditionMet-java.lang.Integer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loopTerminationConditionMet</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;loopTerminationConditionMet(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;intPredicateInput)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>intPredicateInput</code> - input for the intPredicate of the loop termination condition.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether or not the loop termination condition has been met.</dd>
</dl>
</li>
</ul>
<a name="setMaxNumberOfIterations-java.lang.Integer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMaxNumberOfIterations</h4>
<pre>public&nbsp;void&nbsp;setMaxNumberOfIterations(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;maxNum)</pre>
<div class="block">Set the maximum number of iterations.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>maxNum</code> - maximum number of iterations.</dd>
</dl>
</li>
</ul>
<a name="getTerminationCondition--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTerminationCondition</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/IntPredicate.html?is-external=true" title="class or interface in java.util.function">IntPredicate</a>&nbsp;getTerminationCondition()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>termination condition int predicate.</dd>
</dl>
</li>
</ul>
<a name="getMaxNumberOfIterations--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxNumberOfIterations</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getMaxNumberOfIterations()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>maximum number of iterations.</dd>
</dl>
</li>
</ul>
<a name="increaseMaxNumberOfIterations--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>increaseMaxNumberOfIterations</h4>
<pre>public&nbsp;void&nbsp;increaseMaxNumberOfIterations()</pre>
<div class="block">increase the value of maximum number of iterations by 1.</div>
</li>
</ul>
<a name="setTerminationCondition-java.util.function.IntPredicate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTerminationCondition</h4>
<pre>public&nbsp;void&nbsp;setTerminationCondition(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/IntPredicate.html?is-external=true" title="class or interface in java.util.function">IntPredicate</a>&nbsp;terminationCondition)</pre>
<div class="block">Set the intPredicate termination condition for the LoopVertex.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>terminationCondition</code> - the termination condition to set.</dd>
</dl>
</li>
</ul>
<a name="propertiesToJSON--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>propertiesToJSON</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propertiesToJSON()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../edu/snu/coral/common/dag/Vertex.html#propertiesToJSON--">propertiesToJSON</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../edu/snu/coral/common/dag/Vertex.html" title="class in edu.snu.coral.common.dag">Vertex</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>JSON representation of additional properties</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/LoopVertex.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="../../../../../../edu/snu/coral/common/ir/vertex/IRVertex.html" title="class in edu.snu.coral.common.ir.vertex"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../edu/snu/coral/common/ir/vertex/MetricCollectionBarrierVertex.html" title="class in edu.snu.coral.common.ir.vertex"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?edu/snu/coral/common/ir/vertex/LoopVertex.html" target="_top">Frames</a></li>
<li><a href="LoopVertex.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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; 2018. All rights reserved.</small></p>
</body>
</html>