uk.ac.ic.doc.automed.reps.pathway
Interface PathwayFinder

All Known Implementing Classes:
DefaultPathwayFinder

public interface PathwayFinder

PathwayFinder.java Abstracts the different algorithms for finding a pathway from one schema to another

Author:
Duc M Le dmle@doc.ic.ac.uk Created on 01 August 2006 Department of Computing, Imperial College

Method Summary
 java.util.List findAllPaths(Schema source, Schema target)
          Find all pathways
 Schema[] findShortestPath(Schema source, Schema target)
          Find optimal pathways
 void setConfiguration(PathwayFinderConfiguration pfc)
          Set configuration settings
 

Method Detail

setConfiguration

void setConfiguration(PathwayFinderConfiguration pfc)
Set configuration settings


findShortestPath

Schema[] findShortestPath(Schema source,
                          Schema target)
Find optimal pathways


findAllPaths

java.util.List findAllPaths(Schema source,
                            Schema target)
Find all pathways