Uses of Class
edu.uky.cs.nil.tt.Database.Entry
Packages that use Database.Entry
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 Database.Entry in edu.uky.cs.nil.tt
Subclasses of Database.Entry in edu.uky.cs.nil.ttModifier and TypeClassDescriptionstatic classAdatabase entryfor anagent.static classA listableentryis one that can either be set as clearly publicly available (listed) or not clearly available (unlisted).static classAdatabase entryfor astory world.Methods in edu.uky.cs.nil.tt that return types with arguments of type Database.EntryConstructors in edu.uky.cs.nil.tt with parameters of type Database.EntryModifierConstructorDescriptionEntry(Database.Entry other) Constructs a database entry that copies the meta-data of an existing database entry. -
Uses of Database.Entry in edu.uky.cs.nil.tt.io
Fields in edu.uky.cs.nil.tt.io with type parameters of type Database.EntryModifier and TypeFieldDescriptionfinal List<Database.Entry> Connect.agentsA list ofentriesgiving the names and descriptions of the publicly listed agents available on this serverfinal List<Database.Entry> Connect.worldsA list ofentriesgiving the names and descriptions of the publicly listed worlds available on this serverConstructor parameters in edu.uky.cs.nil.tt.io with type arguments of type Database.EntryModifierConstructorDescriptionConnect(List<Database.Entry> worlds, List<Database.Entry> agents, Connect.Available[] available) Constructs a new connect message with a given list of worlds and agents.