Class AStar.Path
java.lang.Object
com.inductiveautomation.ignition.designer.blockandconnector.routing.AStar.Path
- All Implemented Interfaces:
- Comparable<AStar<T>.Path>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
point
- 
f
- 
g
- 
parent
 
- 
- 
Constructor Details- 
Pathpublic Path()Default c'tor.
- 
PathC'tor by copy another object.- Parameters:
- p- The path object to clone.
 
 
- 
- 
Method Details- 
compareToCompare to another object using the total cost f.- Specified by:
- compareToin interface- Comparable<AStar<T>.Path>
- Parameters:
- p- The object to compare to.
- Returns:
- less than 0This object is smaller than- 0;- 0Object are the same.- bigger than 0This object is bigger than p.
- See Also:
 
- 
getPointGet the last point on the path.- Returns:
- The last point visited by the path.
 
- 
setPointSet the
 
-