AIILE.gridworld.env
Class Graph

java.lang.Object
  extended byAIILE.gridworld.env.Graph

public class Graph
extends java.lang.Object

NOT USED


Constructor Summary
Graph()
          Creates a new instance of Graph
Graph(java.util.HashSet vSet, java.util.HashSet eSet)
           
 
Method Summary
 GridNode getCurrentNode()
           
 java.util.HashSet getEdgeSet()
           
 java.util.HashSet getVertexSet()
           
 void setCurrentNode(GridNode cNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph

public Graph()
Creates a new instance of Graph


Graph

public Graph(java.util.HashSet vSet,
             java.util.HashSet eSet)
Method Detail

getVertexSet

public java.util.HashSet getVertexSet()

getEdgeSet

public java.util.HashSet getEdgeSet()

setCurrentNode

public void setCurrentNode(GridNode cNode)

getCurrentNode

public GridNode getCurrentNode()