ctf.evaluation.simulator.data
Class Tree

java.lang.Object
  extended by ctf.evaluation.simulator.data.Tree
All Implemented Interfaces:
HasLocation

public class Tree
extends java.lang.Object
implements HasLocation

Represents a tree


Constructor Summary
Tree(java.lang.String stealString)
           
 
Method Summary
 Point location()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tree

public Tree(java.lang.String stealString)
     throws ProtocolError
Throws:
ProtocolError
Method Detail

location

public Point location()
Specified by:
location in interface HasLocation