|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.ic.doc.automed.reps.pathway.DefaultPathwayFinder
public class DefaultPathwayFinder
DefaultPathwayFinder.java Implement the default method for finding pathways
| Constructor Summary | |
|---|---|
DefaultPathwayFinder()
Creates a new instance of DefaultPathwayFinder |
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPathwayFinder()
| Method Detail |
|---|
public void setConfiguration(PathwayFinderConfiguration pfc)
setConfiguration in interface PathwayFinder
public Schema[] findShortestPath(Schema source,
Schema target)
findShortestPath in interface PathwayFinder
public java.util.List findAllPaths(Schema source,
Schema target)
findAllPaths in interface PathwayFinder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||