📄 basicdirectednode.html
字号:
<A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getOutEdges(org.geotools.graph.structure.DirectedNode)"><CODE>DirectedNode.getOutEdges(DirectedNode)</CODE></A></DL></DD></DL><HR><A NAME="getInEdges(org.geotools.graph.structure.DirectedNode)"><!-- --></A><H3>getInEdges</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>getInEdges</B>(<A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html" title="interface in org.geotools.graph.structure">DirectedNode</A> other)</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 all edges that terminate at the node and originate from a specified node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getInEdges(org.geotools.graph.structure.DirectedNode)">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>Parameters:</B><DD><CODE>other</CODE> - The originating node.<DT><B>Returns:</B><DD>All edges found to terminate at the node and originate from the specified node.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getInEdges(org.geotools.graph.structure.DirectedNode)"><CODE>DirectedNode.getInEdges(DirectedNode)</CODE></A></DL></DD></DL><HR><A NAME="getOutEdges(org.geotools.graph.structure.DirectedNode)"><!-- --></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>(<A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html" title="interface in org.geotools.graph.structure">DirectedNode</A> other)</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 all edges that originate at the node and terminate from at specified node.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getOutEdges(org.geotools.graph.structure.DirectedNode)">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>Parameters:</B><DD><CODE>other</CODE> - The temimnating node.<DT><B>Returns:</B><DD>All edges found to originate at the node and terminate at the specified node.<DT><B>See Also:</B><DD><A HREF="../../../../../org/geotools/graph/structure/DirectedNode.html#getOutEdges(org.geotools.graph.structure.DirectedNode)"><CODE>DirectedNode.getOutEdges(DirectedNode)</CODE></A></DL></DD></DL><HR><A NAME="getDegree()"><!-- --></A><H3>getDegree</H3><PRE>public int <B>getDegree</B>()</PRE><DL><DD>Returns sum of sizes of in and out adjacency lists.<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="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="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>Returns an iterator over all out nodes of out edges and in nodes of in edges.<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>Returns all in nodes of in edges.<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>Returns all out nodes of out edges.<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/DirectedGraphable.html#getOutRelated()"><CODE>DirectedGraphable.getOutRelated()</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/BasicDirectedNode.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/basic/BasicDirectedGraph.html" title="class in org.geotools.graph.structure.basic"><B>PREV CLASS</B></A> <A HREF="../../../../../org/geotools/graph/structure/basic/BasicEdge.html" title="class in org.geotools.graph.structure.basic"><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="BasicDirectedNode.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: NESTED | 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 + -