CellValue

floodsim.model.dsl.GridDSL.CellValue
enum CellValue

Represents the percentage of flooding of a cell.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Empty extends CellValue

A cell with no water.

A cell with no water.

Attributes

final case class Percentage(value: Int)

A cell with water percentage value.

A cell with water percentage value.

Value parameters

value

the water percentage (0-100)

Attributes