Uses of Class
edu.uky.cs.nil.tt.world.Encoding
Packages that use Encoding
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 Encoding in edu.uky.cs.nil.tt.world
Fields in edu.uky.cs.nil.tt.world declared as EncodingModifier and TypeFieldDescriptionstatic final EncodingEncoding.BOOLEANAn encoding for Boolean true and false valuesstatic final EncodingEncoding.ROLEAnd encoding for sessionRolevaluesstatic final EncodingEncoding.TURN_TYPEAnd encoding forTurn.TypevaluesMethods in edu.uky.cs.nil.tt.world that return Encoding