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
CellManagerinterface defines the operations that any class must implement to manageCellobjects. -
Classes in com.slinky.hackmaster.model.cell used by com.slinky.hackmaster.model.cellClassDescriptionRepresents the fundamental interactive unit within the game.The
CellClusterinterface defines the contract for managing a collection ofCellobjects within the context of the hacking mini-game.TheCellManagerinterface defines the operations that any class must implement to manageCellobjects.Strategy interface for clusteringSymbolCells andLetterCells into one or moreCellClusters 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
CellClusterinterface defines the contract for managing a collection ofCellobjects within the context of the hacking mini-game.TheCellManagerinterface defines the operations that any class must implement to manageCellobjects.