edu.lehigh.swat.obione
Class GoalNode

java.lang.Object
  extended by edu.lehigh.swat.obione.Node
      extended by edu.lehigh.swat.obione.GoalNode

public class GoalNode
extends Node

Models a goal node of PDMS

Author:
abirqasem

Field Summary
private  MapAtom label
           
 
Constructor Summary
GoalNode(int id)
          debug contructor should be taken out
GoalNode(MapAtom goal)
           
 
Method Summary
(package private)  MapAtom getLabel()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.lehigh.swat.obione.Node
addChild, getChildren, getId, getParent, setChildren, setId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

label

private MapAtom label
Constructor Detail

GoalNode

GoalNode(int id)
debug contructor should be taken out


GoalNode

GoalNode(MapAtom goal)
Method Detail

getLabel

MapAtom getLabel()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object