Uses of Class
edu.uky.cs.nil.tt.io.Connect.Available
Packages that use Connect.Available
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.-
Uses of Connect.Available in edu.uky.cs.nil.tt
Methods in edu.uky.cs.nil.tt that return Connect.AvailableModifier and TypeMethodDescriptionServer.getAvailable()Returns a list of story world/agent pairs that are currently waiting and could be matched immediately. -
Uses of Connect.Available in edu.uky.cs.nil.tt.io
Fields in edu.uky.cs.nil.tt.io declared as Connect.AvailableModifier and TypeFieldDescriptionfinal Connect.Available[]Connect.availableA list ofavailableworld/agent pairs that lets an agent know whether a specific combination of a story world and agent is immediately available for playConstructors in edu.uky.cs.nil.tt.io with parameters of type Connect.AvailableModifierConstructorDescriptionConnect(List<Database.Entry> worlds, List<Database.Entry> agents, Connect.Available[] available) Constructs a new connect message with a given list of worlds and agents.