Uses of Class
edu.uky.cs.nil.tt.world.Describer
Packages that use Describer
Package
Description
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 Describer in edu.uky.cs.nil.tt.world
Methods in edu.uky.cs.nil.tt.world that return DescriberModifier and TypeMethodDescriptionLogicalWorld.getDescriber()Returns the describer this world model uses to describe its objects.Methods in edu.uky.cs.nil.tt.world with parameters of type DescriberModifier and TypeMethodDescriptionvoidLogicalWorld.setDescriber(Describer describer) Sets the describer used by this world model to describe its objects.