ModelType

org.nlogo.api.ModelType
See theModelType companion object
sealed abstract trait ModelType

how a model was loaded. NEW is type for new models, NORMAL is a model opened normally (e.g. via Open on the File menu), LIBRARY a models library model.

Attributes

Companion
object
Source
ModelType.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Library
object New
object Normal
In this article