org.deken.game.pathfinding
Class PathPoint

java.lang.Object
  extended by org.deken.game.pathfinding.PathPoint

public class PathPoint
extends java.lang.Object

Title: PathPoint

Description: A PathPoint represents a tile point on path between Nodes.

Copyright: Copyright (c) Apr 2, 2012

Version:
1.0
Author:
Gary Deken

Constructor Summary
PathPoint(java.lang.String pathPointKey)
           
 
Method Summary
 void addNode(Node node)
           
 java.util.List<Node> getNodes()
           
 java.lang.String getPathPointKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathPoint

public PathPoint(java.lang.String pathPointKey)
Method Detail

getPathPointKey

public java.lang.String getPathPointKey()

addNode

public void addNode(Node node)

getNodes

public java.util.List<Node> getNodes()