Uses of Package
com.slinky.hackmaster.model.cell
Packages that use com.slinky.hackmaster.model.cell
Package
Description
-
Classes in com.slinky.hackmaster.model.cell used by com.slinky.hackmaster.controllerClassDescriptionThe
CellManager
interface defines the operations that any class must implement to manageCell
objects. -
Classes in com.slinky.hackmaster.model.cell used by com.slinky.hackmaster.model.cellClassDescriptionRepresents the fundamental interactive unit within the game.The
CellCluster
interface defines the contract for managing a collection ofCell
objects within the context of the hacking mini-game.TheCellManager
interface defines the operations that any class must implement to manageCell
objects.Strategy interface for clusteringSymbolCell
s andLetterCell
s into one or moreCellCluster
s based on the implemented strategy. -
Classes in com.slinky.hackmaster.model.cell used by com.slinky.hackmaster.viewClassDescriptionRepresents the fundamental interactive unit within the game.The
CellCluster
interface defines the contract for managing a collection ofCell
objects within the context of the hacking mini-game.TheCellManager
interface defines the operations that any class must implement to manageCell
objects.