Uses of Class
eu.iv4xr.framework.extensions.ltl.gameworldmodel.GWState
Package
Description
Provide a class,
GameWorldModel
, that can be used as a model of a
"computer game".-
Uses of GWState in eu.iv4xr.framework.extensions.ltl.gameworldmodel
Modifier and TypeFieldDescriptionGameWorldModel.history
The history of the the states, stored in reverse order (the head of the list is the current state, the last state in the list is the oldest).Modifier and TypeMethodDescriptionvoid
Reset this model; use the given state as the new initial-state.ModifierConstructorDescriptionGameWorldModel(GWState initialState)
Create an instance of GameWorldModel with the specified state as the initial state.