Packages

c

org.nlogo.api

Options

class Options[T] extends AnyRef

Source
Options.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Options
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Options()

Value Members

  1. def addOption(name: String, value: T): Unit
  2. def chosenName: String
  3. def chosenValue: T
  4. def names: List[String]
  5. def selectByName(s: String): Unit
  6. def selectValue(obj: T): Unit
  7. def values: List[T]