<li><ahref="../../../com/mxgraph/analysis/mxUnionFind.html"title="class in com.mxgraph.analysis"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../com/mxgraph/analysis/StructuralException.html"title="class in com.mxgraph.analysis"><spanclass="strong">Next Class</span></a></li>
<li><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</a></li>
extends <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></pre>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../com/mxgraph/analysis/mxUnionFind.Node.html"title="class in com.mxgraph.analysis">mxUnionFind.Node</a></code></td>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/analysis/mxUnionFind.Node.html"title="class in com.mxgraph.analysis">mxUnionFind.Node</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/analysis/mxUnionFind.Node.html#setParent(com.mxgraph.analysis.mxUnionFind.Node)">setParent</a></strong>(<ahref="../../../com/mxgraph/analysis/mxUnionFind.Node.html"title="class in com.mxgraph.analysis">mxUnionFind.Node</a> parent)</code> </td>
<h3>Methods inherited from class java.lang.<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></h3>
<code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</a></code></li>
<pre>protected <ahref="../../../com/mxgraph/analysis/mxUnionFind.Node.html"title="class in com.mxgraph.analysis">mxUnionFind.Node</a> parent</pre>
<divclass="block">Reference to the parent node. Root nodes point to themselves.</div>
</li>
</ul>
<aname="size">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>size</h4>
<pre>protected int size</pre>
<divclass="block">The size of the tree. Initial value is 1.</div>
<pre>public <ahref="../../../com/mxgraph/analysis/mxUnionFind.Node.html"title="class in com.mxgraph.analysis">mxUnionFind.Node</a> getParent()</pre>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>Returns the parent node</dd></dl>
<pre>public void setParent(<ahref="../../../com/mxgraph/analysis/mxUnionFind.Node.html"title="class in com.mxgraph.analysis">mxUnionFind.Node</a> parent)</pre>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>parent</code> - The parent node to set.</dd></dl>
</li>
</ul>
<aname="getSize()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getSize</h4>
<pre>public int getSize()</pre>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>Returns the size.</dd></dl>
<li><ahref="../../../com/mxgraph/analysis/mxUnionFind.html"title="class in com.mxgraph.analysis"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../com/mxgraph/analysis/StructuralException.html"title="class in com.mxgraph.analysis"><spanclass="strong">Next Class</span></a></li>