Class Start
java.lang.Object
edu.uky.cs.nil.tt.io.Message
edu.uky.cs.nil.tt.io.Start
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
world
The story world in which the session will take place -
role
The role the recipient of this message will have in the session
-
-
Constructor Details
-
Start
-
-
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.
-