GeneratorPlan

A generator plan is a collection of generator tables, for which we are going to generate random data.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val tableGenerators: ObservableList<GeneratorTable>
Link copied to clipboard
val totalRows: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun containsTable(table: AbstractTable): Boolean
Link copied to clipboard
fun get(table: Table): GeneratorTable?
Link copied to clipboard
Link copied to clipboard
fun hasData(): ERROR CLASS: Symbol not found for HasData
Link copied to clipboard
fun hasGenerators(): Boolean
Link copied to clipboard
fun moveDown(idx: Int): Boolean
Link copied to clipboard
fun moveUp(idx: Int): Boolean
Link copied to clipboard
Link copied to clipboard
fun removeTable(table: Table)
Link copied to clipboard
Link copied to clipboard
fun saveGeneratorOrder(reset: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun tablesHaveOrderSet(): Boolean