Uses of Class
edu.uky.cs.nil.tt.world.LogicalWorld
Packages that use LogicalWorld
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 LogicalWorld in edu.uky.cs.nil.tt
Methods in edu.uky.cs.nil.tt that return LogicalWorldModifier and TypeMethodDescriptionstatic LogicalWorldTutorialWorldFactory.makeWorld()Creates an examplelogical story world modelfrom scratch, demonstrating how to use tools like theasset builderanddescriber. -
Uses of LogicalWorld in edu.uky.cs.nil.tt.world
Methods in edu.uky.cs.nil.tt.world that return LogicalWorldModifier and TypeMethodDescriptionstatic LogicalWorldReads a serialized logical world model from a file.static LogicalWorldReads a serialized logical world model from some input source.