Class Update
java.lang.Object
edu.uky.cs.nil.tt.io.Message
edu.uky.cs.nil.tt.io.Update
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
status
An object describing the history of the story so far, the current state of the story world, and what turns are available for the agent to take, if any
-
-
Constructor Details
-
Update
Constructs a new update message with the story world's current status.- Parameters:
status- the history, current state, and available turns in the session's story world
-
-
Method Details
-
toString
-
verify
public void verify()Description copied from class:MessageChecks that this message is correctly configured and throws an exception if not. This method should be called soon after the message has been parsed. It should check that all the necessary fields are set and that their values are legal values.
-