intellij-randomness / com.fwdekker.randomness.word / WordInsertAction / ArrayAction

ArrayAction

class ArrayAction : DataInsertArrayAction

Inserts an array-like string of words.

Parameters

arrayScheme - the scheme to use for generating arrays

scheme - the scheme to use for generating words

Constructors

<init>

ArrayAction(arrayScheme: ArrayScheme = ArraySettings.default.currentScheme, scheme: WordScheme = WordSettings.default.currentScheme)

Inserts an array-like string of words.

Properties

name

val name: String

The name of the action to display.

Inherited Functions

generateStrings

open fun generateStrings(count: Int): List<String>

Generates array-like strings of random data.