|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAlphaNode
| Method Summary | |
|---|---|
double |
getFCost()
|
double |
getGCost()
|
double |
getHCost()
|
IAlphaNode |
getParentNode()
|
void |
setFCost(double f)
|
void |
setGCost(double g)
|
void |
setHCost(double h)
|
void |
setParentNode(IAlphaNode node)
|
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasygraph.api.INode |
|---|
addAdjacentNode, getAdjacentNodes, getId, getX, getY |
| Method Detail |
|---|
double getGCost()
double getFCost()
double getHCost()
void setGCost(double g)
void setFCost(double f)
void setHCost(double h)
IAlphaNode getParentNode()
void setParentNode(IAlphaNode node)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||