InvertedBooleanLine

org.nlogo.core.model.InvertedBooleanLine
case class InvertedBooleanLine(default: Option[Boolean]) extends WidgetLine[Boolean]

Attributes

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

Members list

Value members

Concrete methods

def format(v: Boolean): String

Attributes

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

Attributes

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

Attributes

Source
WidgetReader.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product