📄 optdirectednode.html
字号:
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html" title="interface in org.geotools.graph.structure">DirectedNode</A></CODE></B></DD><DD>Returns the <B>in</B> adjacency list of the node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getInEdges()">getInEdges</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html" title="interface in org.geotools.graph.structure">DirectedNode</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>A list of edges that terminate at the node.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getInEdges()"><CODE>DirectedNode.getInEdges()</CODE></A></DL></DD></DL><HR><A NAME="getOutEdgeArray()"><!-- --></A><H3>getOutEdgeArray</H3><PRE>public <A HREF="../../../../../org/geotools/graph/structure/DirectedEdge.html" title="interface in org.geotools.graph.structure">DirectedEdge</A>[] <B>getOutEdgeArray</B>()</PRE><DL><DD>Returns the out adjacency edge array of the node.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>An array of out edges for the node.</DL></DD></DL><HR><A NAME="getOutEdges()"><!-- --></A><H3>getOutEdges</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>getOutEdges</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html" title="interface in org.geotools.graph.structure">DirectedNode</A></CODE></B></DD><DD>Returns the <B>out</B> adjacency list of the node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getOutEdges()">getOutEdges</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html" title="interface in org.geotools.graph.structure">DirectedNode</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>A list of edges originating at the node.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getOutEdges()"><CODE>DirectedNode.getOutEdges()</CODE></A></DL></DD></DL><HR><A NAME="getDegree()"><!-- --></A><H3>getDegree</H3><PRE>public int <B>getDegree</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/geotools/graph/structure/Node.html" title="interface in org.geotools.graph.structure">Node</A></CODE></B></DD><DD>Returns the degree of the node. The degree of a node is defined as the number of edges that are adjacent to the node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/graph/structure/Node.html#getDegree()">getDegree</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/graph/structure/Node.html" title="interface in org.geotools.graph.structure">Node</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>int Degree of node.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/graph/structure/Node.html#getDegree()"><CODE>Node.getDegree()</CODE></A></DL></DD></DL><HR><A NAME="setInDegree(int)"><!-- --></A><H3>setInDegree</H3><PRE>public void <B>setInDegree</B>(int indegree)</PRE><DL><DD>Sets the in degree of the node. This method builds the in edge adjacency list of the node.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>indegree</CODE> - The in degree / size of in edge array of the node.</DL></DD></DL><HR><A NAME="getInDegree()"><!-- --></A><H3>getInDegree</H3><PRE>public int <B>getInDegree</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html" title="interface in org.geotools.graph.structure">DirectedNode</A></CODE></B></DD><DD>Returns the <B>in</B> degree of the node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getInDegree()">getInDegree</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html" title="interface in org.geotools.graph.structure">DirectedNode</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The number of edges that terminate at the node.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getInDegree()"><CODE>DirectedNode.getInDegree()</CODE></A></DL></DD></DL><HR><A NAME="setOutDegree(int)"><!-- --></A><H3>setOutDegree</H3><PRE>public void <B>setOutDegree</B>(int outdegree)</PRE><DL><DD>Sets the out degree of the node. This method builds the out edge adjacency list of the node.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>outdegree</CODE> - The out degree / size of out edge array of the node.</DL></DD></DL><HR><A NAME="getOutDegree()"><!-- --></A><H3>getOutDegree</H3><PRE>public int <B>getOutDegree</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html" title="interface in org.geotools.graph.structure">DirectedNode</A></CODE></B></DD><DD>Returns the <B>out</B> degree of the node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getOutDegree()">getOutDegree</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html" title="interface in org.geotools.graph.structure">DirectedNode</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The number of edges that originate at the node.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getOutDegree()"><CODE>DirectedNode.getOutDegree()</CODE></A></DL></DD></DL><HR><A NAME="getRelated()"><!-- --></A><H3>getRelated</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A> <B>getRelated</B>()</PRE><DL><DD>This iterator iterates over the underlying edge arrays of the node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/graph/structure/Graphable.html#getRelated()">getRelated</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/graph/structure/Graphable.html" title="interface in org.geotools.graph.structure">Graphable</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>Iterator An iterator over other components of the graph that are related to the component.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/graph/structure/Graphable.html#getRelated()"><CODE>Graphable.getRelated()</CODE></A></DL></DD></DL><HR><A NAME="getInRelated()"><!-- --></A><H3>getInRelated</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A> <B>getInRelated</B>()</PRE><DL><DD>This iterator iterates over the underlying in edge array of the node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedGraphable.html#getInRelated()">getInRelated</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedGraphable.html" title="interface in org.geotools.graph.structure">DirectedGraphable</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>An iterator over the other directed components related through an in relationship.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/graph/structure/DirectedGraphable.html#getInRelated()"><CODE>DirectedGraphable.getInRelated()</CODE></A></DL></DD></DL><HR><A NAME="getOutRelated()"><!-- --></A><H3>getOutRelated</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A> <B>getOutRelated</B>()</PRE><DL><DD>This iterator iterates over the underlying out edge array of the node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedGraphable.html#getOutRelated()">getOutRelated</A></CODE> in interface <CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedGraphable.html" title="interface in org.geotools.graph.structure">DirectedGraphable</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>An iterator over the other directed components related through an out relationship.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/graph/structure/Graphable.html#getRelated()"><CODE>Graphable.getRelated()</CODE></A></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/OptDirectedNode.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../org/geotools/graph/structure/opt/OptDirectedEdge.RelatedIterator.html" title="class in org.geotools.graph.structure.opt"><B>PREV CLASS</B></A> <A HREF="../../../../../org/geotools/graph/structure/opt/OptDirectedNode.RelatedIterator.html" title="class in org.geotools.graph.structure.opt"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="OptDirectedNode.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright © 1996-2007 <a href="http://www.geotools.org">Geotools</a>. All Rights Reserved.</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -