|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.geasytools.geasygraph.impl.PathFinder
public abstract class PathFinder
| Constructor Summary | |
|---|---|
PathFinder(IGraph graph,
INode source,
INode target)
|
|
| Method Summary | |
|---|---|
void |
addNonWalkableNode(INode nonwalkablenode)
|
IGraph |
getGraph()
|
java.util.HashSet<INode> |
getNonWalkableNodes()
|
abstract java.util.LinkedHashSet<INode> |
getShortestPath()
|
INode |
getSource()
|
INode |
getTarget()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathFinder(IGraph graph,
INode source,
INode target)
| Method Detail |
|---|
public void addNonWalkableNode(INode nonwalkablenode)
addNonWalkableNode in interface IPathFinderpublic IGraph getGraph()
getGraph in interface IPathFinderpublic java.util.HashSet<INode> getNonWalkableNodes()
getNonWalkableNodes in interface IPathFinderpublic abstract java.util.LinkedHashSet<INode> getShortestPath()
getShortestPath in interface IPathFinderpublic INode getSource()
getSource in interface IPathFinderpublic INode getTarget()
getTarget in interface IPathFinder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||