Choice

com.sageserpent.americium.generation.Choice
case class Choice[Case](choicesByCumulativeFrequency: SortedMap[Int, Case]) extends GenerationOperation[Case]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GenerationOperation[Case]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product