|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectctf.evaluation.simulator.responses.Response
ctf.evaluation.simulator.responses.TreesResponse
public class TreesResponse
A response to the 'getState' query
Constructor Summary | |
---|---|
TreesResponse(Connection connection)
Public constructor |
Method Summary | |
---|---|
(package private) static Point[] |
parse(java.lang.String[] tokens)
Parse a Trees response (package-visible for testing purposes) |
Point[] |
trees()
Where are the trees? |
Methods inherited from class ctf.evaluation.simulator.responses.Response |
---|
response, tokens |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreesResponse(Connection connection) throws java.io.IOException, NetworkException, ProtocolError
java.io.IOException
NetworkException
ProtocolError
Method Detail |
---|
static Point[] parse(java.lang.String[] tokens) throws ProtocolError
ProtocolError
public Point[] trees()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |