org.nlogo.prim.dead

Members list

Type members

Classlikes

trait DeadCommand extends Command

Attributes

Source
primitives.scala
Supertypes
class Command
class Instruction
trait TokenHolder
class InstructionJ
class Object
trait Matchable
class Any
Show all
Known subtypes
trait DeadReporter extends Reporter

Attributes

Source
primitives.scala
Supertypes
class Reporter
class Instruction
trait TokenHolder
class InstructionJ
class Object
trait Matchable
class Any
Show all
Known subtypes
class _histogramfrom extends DeadCommand

This isn't in the language anymore, but in order to auto-translate it to HISTOGRAM + OF, we need to have a class for it so the tokenizer and parser can parse it.

This isn't in the language anymore, but in order to auto-translate it to HISTOGRAM + OF, we need to have a class for it so the tokenizer and parser can parse it.

Attributes

Source
primitives.scala
Supertypes
trait DeadCommand
class Command
class Instruction
trait TokenHolder
class InstructionJ
class Object
trait Matchable
class Any
Show all
class _pluswildcard extends DeadReporter

This exists only to support parsing of old models by AutoConverter; in older NetLogos we allowed

This exists only to support parsing of old models by AutoConverter; in older NetLogos we allowed

  • on types other than numbers.

Attributes

Source
primitives.scala
Supertypes
trait DeadReporter
class Reporter
class Instruction
trait TokenHolder
class InstructionJ
class Object
trait Matchable
class Any
Show all

This primitive never existed; we convert "random" (in very, very old models) or "random-int-or-float" (in more recent models) to this to force the user to change it; we need to have a class for it so the tokenizer and parser can parse it.

This primitive never existed; we convert "random" (in very, very old models) or "random-int-or-float" (in more recent models) to this to force the user to change it; we need to have a class for it so the tokenizer and parser can parse it.

Attributes

Source
primitives.scala
Supertypes
trait DeadReporter
class Reporter
class Instruction
trait TokenHolder
class InstructionJ
class Object
trait Matchable
class Any
Show all