|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface FWMap<NODE>
This class represents the search space for Floyd-Warshall algorithm.
Method Summary | |
---|---|
int |
getEdgeCost(NODE nodeFrom,
NODE nodeTo)
Deprecated. Should return the distance from nodeFrom to nodeTo. |
int |
getNodeCost(NODE node)
Deprecated. General cost of having this node at your path. |
List<NODE> |
getNodes()
Deprecated. This must return the list of ALL NODES that are present in your map (== environment). |
Method Detail |
---|
List<NODE> getNodes()
IT IS FORBIDDEN TO SHUFFLE NODES IN THIS LIST ... IT MUST ALWAYS RETURN THE VERY SAME LIST (or at least list that is having every node in the place it was before).
int getNodeCost(NODE node)
node
-
int getEdgeCost(NODE nodeFrom, NODE nodeTo)
nodeFrom
- nodeTo
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |