com.tensegrity.graph.algorithm
Class SingleSourceAllPath

java.lang.Object
  extended bycom.tensegrity.graph.algorithm.SingleSourceAllPath

public class SingleSourceAllPath
extends java.lang.Object


Constructor Summary
SingleSourceAllPath(Graph graph, SingleSourceAllPathFeedback feedback)
           
 
Method Summary
 java.util.Map generatePathMap(Node node)
           
 java.util.Map generatePathMap(Node node, int maximumPathLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleSourceAllPath

public SingleSourceAllPath(Graph graph,
                           SingleSourceAllPathFeedback feedback)
Method Detail

generatePathMap

public java.util.Map generatePathMap(Node node)

generatePathMap

public java.util.Map generatePathMap(Node node,
                                     int maximumPathLength)


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