Percentage

floodsim.model.dsl.GridDSL.CellValue.Percentage
final case class Percentage(value: Int)

A cell with water percentage value.

Value parameters

value

the water percentage (0-100)

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product