org.nlogo.workspace

ModelsLibrary

object ModelsLibrary extends

Source
ModelsLibrary.java
Visibility
  1. Public
  2. All

Type Members

  1. class Node extends DefaultMutableTreeNode

Value Members

  1. def findModelsBySubstring(targetName: String): List[String]

  2. def getImagePath(filePath: String): String

  3. def getInfoWindow(filePath: String): String

  4. def getModelPath(targetName: String): String

  5. def getModelPaths(exclusive: Boolean): Array[String]

  6. def getModelPaths(): Array[String]

  7. def getModelPathsAtRoot(path: String): Array[String]

  8. def needsModelScan(): Boolean

  9. def scanForModels(exclusive: Boolean): Unit

  10. def scanForModelsAtRoot(path: String, exclusive: Boolean): Node