class NetLogoWebSaver extends AnyRef

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

Instance Constructors

  1. new NetLogoWebSaver(loader: NLWTemplateLoader, saveFunction: (String) ⇒ Unit)

Value Members

  1. val ModelContents: String
  2. val ModelName: String
  3. def save(modelString: String, modelName: String): Unit
  4. def templateHTML(htmlTemplate: String, model: String, modelName: String): String