Uses of Interface
io.github.ai4ci.abm.mechanics.StateMachine.PolicyState
Packages that use StateMachine.PolicyState
-
Uses of StateMachine.PolicyState in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return StateMachine.PolicyStateModifier and TypeMethodDescriptionImmutableOutbreakBaseline.getDefaultPolicyState()
OutbreakBaseline.getDefaultPolicyState()
Methods in io.github.ai4ci.abm with parameters of type StateMachine.PolicyStateModifier and TypeMethodDescriptionImmutableOutbreakBaseline.Builder.setDefaultPolicyState
(StateMachine.PolicyState defaultPolicyState) Initializes the value for thedefaultPolicyState
attribute.ImmutableOutbreakBaseline.withDefaultPolicyState
(StateMachine.PolicyState value) Copy the current immutable object by setting a value for thedefaultPolicyState
attribute. -
Uses of StateMachine.PolicyState in io.github.ai4ci.abm.mechanics
Methods in io.github.ai4ci.abm.mechanics that return StateMachine.PolicyStateModifier and TypeMethodDescriptiondefault StateMachine.PolicyState
StateMachineContext.pullPolicy()
Methods in io.github.ai4ci.abm.mechanics with parameters of type StateMachine.PolicyStateModifier and TypeMethodDescriptionvoid
StateMachine.forceTo
(StateMachine.PolicyState state) void
StateMachine.init
(StateMachine.PolicyState policy) -
Uses of StateMachine.PolicyState in io.github.ai4ci.abm.policy
Subinterfaces of StateMachine.PolicyState in io.github.ai4ci.abm.policyClasses in io.github.ai4ci.abm.policy that implement StateMachine.PolicyState