Uses of Package
edu.uky.cs.nil.tt.io
Packages that use edu.uky.cs.nil.tt.io
Package
Description
Tandem Tales is a platform that enables short, paired storytelling
exercises between two agents over a network.
The IO (input/output) package defines the various
message
types that can be sent between a server and client and provide some utilities
for serializing and deserializing objects as JSON.-
Classes in edu.uky.cs.nil.tt.io used by edu.uky.cs.nil.ttClassDescriptionThe choice message is sent from an
agentto the {edu.uky.cs.nil.tt.Server server} to signal what turn the agent wants to take.The connect message is sent from the {edu.uky.cs.nil.tt.Server server} to anagentas soon as the agent connects to give details about which story worlds and agents are available for play.Advertises that a specific story world and agent pair is waiting for a match.The join message is the first message sent from anagentto the {edu.uky.cs.nil.tt.Server server} to provide the agent's credentials and its preferences for what story world, role, and partner they want for their session.A message is information sent to or from aserverin JSON format.The report message is sent from anagentto the {edu.uky.cs.nil.tt.Server server} to indicate the value of a question on a survey about the session they are playing. -
Classes in edu.uky.cs.nil.tt.io used by edu.uky.cs.nil.tt.ioClassDescriptionAdvertises that a specific story world and agent pair is waiting for a match.The join message is the first message sent from an
agentto the {edu.uky.cs.nil.tt.Server server} to provide the agent's credentials and its preferences for what story world, role, and partner they want for their session.A message is information sent to or from aserverin JSON format.