Uses of Interface
edu.uky.cs.nil.tt.Named
Packages that use Named
Package
Description
Tandem Tales is a platform that enables short, paired storytelling
exercises between two agents over a network.
Story
worlds define the objects, concepts, and actions that
exist in a story, and story world models define the logic
for when actions can happen, how actions change the current state of world,
when endings happen, etc.-
Uses of Named in edu.uky.cs.nil.tt
Classes in edu.uky.cs.nil.tt that implement NamedModifier and TypeClassDescriptionclassstatic classAdatabase entryfor anagent.static classA database entry represents an individual elements in the database, including its meta-data, such as itstitleanddescription.static classA listableentryis one that can either be set as clearly publicly available (listed) or not clearly available (unlisted).static classAdatabase entryfor astory world. -
Uses of Named in edu.uky.cs.nil.tt.world
Classes in edu.uky.cs.nil.tt.world that implement NamedModifier and TypeClassDescriptionclassfinal classAn entity is anassetthat represents a character, object, place, or idea in astory world.classA logicalworld modelimplements the internal logic of a story world usinglogical propositionsand describes its elements using a rule-baseddescriber.classclassA world model is an implementation of astory worldthat contains the necessary logic to simulate howturnschange the story state.