MapLine

org.nlogo.core.model.MapLine
case class MapLine[T](map: List[(String, T)]) extends WidgetLine[T]

Attributes

Source
WidgetReader.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WidgetLine[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def format(valueToFormat: T): String

Attributes

Source
WidgetReader.scala
def parse(line: String): T

Attributes

Source
WidgetReader.scala
def valid(v: String): Boolean

Attributes

Source
WidgetReader.scala

Inherited methods

def default: Option[T]

Attributes

Inherited from:
WidgetLine
Source
WidgetReader.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product