|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PathwayFinder
PathwayFinder.java Abstracts the different algorithms for finding a pathway from one schema to another
| 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 |
|---|
void setConfiguration(PathwayFinderConfiguration pfc)
Schema[] findShortestPath(Schema source,
Schema target)
java.util.List findAllPaths(Schema source,
Schema target)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||