com.tensegrity.graph.algorithm
Class BiconnectedDFS.BiComponent

java.lang.Object
  extended bycom.tensegrity.graph.algorithm.BiconnectedDFS.BiComponent
Enclosing class:
BiconnectedDFS

public static class BiconnectedDFS.BiComponent
extends java.lang.Object

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

getNodes

public java.util.ArrayList getNodes()
Returns a list of Nodes that are in this biconnected-component.

Returns:
list of Nodes that are in this biconnected-component.

getEdges

public java.util.ArrayList getEdges()
Returns a list of Edges that are in this biconnected-component.

Returns:
list of Edges that are in this biconnected-component.

toString

public java.lang.String toString()
Returns a string representation of the biconnected-component.

Returns:
string representation of the biconnected-component.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.