Uses of Class
edu.uky.cs.nil.tt.world.Assignment
Packages that use Assignment
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 Assignment in edu.uky.cs.nil.tt.world
Methods in edu.uky.cs.nil.tt.world that return AssignmentModifier and TypeMethodDescriptionAssignment.setDescription(String description) Returns a new assignment that is the same as this assignment, except that itsdescriptionis the given value.Assignment.substitute(Function<Object, Object> substitution) Methods in edu.uky.cs.nil.tt.world that return types with arguments of type AssignmentModifier and TypeMethodDescriptionState.getAssignments()Returns an unmodifiable list of assignments of a value to each variable in the state.Methods in edu.uky.cs.nil.tt.world with parameters of type AssignmentModifier and TypeMethodDescriptionState.set(Assignment assignment) Returns a new state object that is identical to this one, except with the variable in the given assignment set to the given value.