|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.algorithm.BiconnectedDFS.BiComponent
This class represents a single biconnected component which consists of nodes and edges.
| Method Summary | |
java.util.ArrayList |
getEdges()
Returns a list of Edges that are in this biconnected-component. |
java.util.ArrayList |
getNodes()
Returns a list of Nodes that are in this biconnected-component. |
java.lang.String |
toString()
Returns a string representation of the biconnected-component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.util.ArrayList getNodes()
public java.util.ArrayList getEdges()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||