org.gcube.datatransformation.datatransformationlibrary.model.graph
Class PathFinder

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationlibrary.model.graph.PathFinder

public class PathFinder
extends Object

Author:
Dimitris This class finds transformationUnit paths in the graph... !!!!Is not Thread Safe...

Constructor Summary
PathFinder()
           
 
Method Summary
protected  ArrayList<Path> getPaths(TNodeWithUnbound snode, TNodeWithUnbound tnode, TransformationsGraphImpl.Consistency consistencyLevel, NodesCollection nodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathFinder

public PathFinder()
Method Detail

getPaths

protected ArrayList<Path> getPaths(TNodeWithUnbound snode,
                                   TNodeWithUnbound tnode,
                                   TransformationsGraphImpl.Consistency consistencyLevel,
                                   NodesCollection nodes)


Copyright © 2013. All Rights Reserved.