Uses of Package
com.slinky.hackmaster.model.text
Packages that use com.slinky.hackmaster.model.text
Package
Description
-
Classes in com.slinky.hackmaster.model.text used by com.slinky.hackmaster.controllerClassDescriptionThe
WordSet
interface defines the contract for managing a set of words with functionalities such as retrieving the total number of characters, getting a randomly selected "correct" word, shuffling the word list, and generating a jumbled string with symbols inserted between the words. -
Classes in com.slinky.hackmaster.model.text used by com.slinky.hackmaster.modelClassDescriptionThe
WordSet
interface defines the contract for managing a set of words with functionalities such as retrieving the total number of characters, getting a randomly selected "correct" word, shuffling the word list, and generating a jumbled string with symbols inserted between the words. -
Classes in com.slinky.hackmaster.model.text used by com.slinky.hackmaster.model.textClassDescriptionThe
Difficulty
enum defines five distinct levels of difficulty for categorising word lists within the application.Provides a strategy for generating a jumbled string from the provided text and specified size.TheWordSet
interface defines the contract for managing a set of words with functionalities such as retrieving the total number of characters, getting a randomly selected "correct" word, shuffling the word list, and generating a jumbled string with symbols inserted between the words.