Uses of Class
io.github.ai4ci.abm.mechanics.StateMachine
Packages that use StateMachine
-
Uses of StateMachine in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return StateMachineModifier and TypeMethodDescriptionfinal StateMachine
ModifiableOutbreak.getStateMachine()
final StateMachine
ModifiablePerson.getStateMachine()
Outbreak.getStateMachine()
abstract StateMachine
Person.getStateMachine()
Methods in io.github.ai4ci.abm with parameters of type StateMachineModifier and TypeMethodDescriptionModifiableOutbreak.setStateMachine
(StateMachine stateMachine) Assigns a value to thestateMachine
attribute.ModifiablePerson.setStateMachine
(StateMachine stateMachine) Assigns a value to thestateMachine
attribute. -
Uses of StateMachine in io.github.ai4ci.abm.mechanics
Methods in io.github.ai4ci.abm.mechanics that return StateMachine