Uses of Interface
spinhex.model.TwoPhaseActionState
Packages that use TwoPhaseActionState
Package
Description
This package extends the JFX utilities from the
hu.unideb.inf.homework-project-jfxutils
library.This package contains the model classes for the SpinHex application.
-
Uses of TwoPhaseActionState in jfxutils
Constructors in jfxutils with parameters of type TwoPhaseActionStateModifierConstructorDescriptionCreates aJFXTwoPhaseActionSelector
object to determine the next move in the state specified.TwoPhaseActionSelector
(TwoPhaseActionState<T, U> state) Creates aTwoPhaseActionSelector
to manage the action selection process for the given state. -
Uses of TwoPhaseActionState in spinhex.model
Classes in spinhex.model that implement TwoPhaseActionStateModifier and TypeClassDescriptionclass
A read-only wrapper for the SpinHex model that provides access to the board properties without allowing modifications.class
A model for the SpinHex puzzle game, which implements theTwoPhaseActionState
interface.