ExtendableWorkspaceMethods

org.nlogo.workspace.AbstractWorkspaceTraits.ExtendableWorkspaceMethods

Attributes

Source
AbstractWorkspaceScala.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
AbstractWorkspace

Members list

Value members

Concrete methods

def attachModelDir(filePath: String): String

attaches the current model directory to a relative path, if necessary. If filePath is an absolute path, this method simply returns it. If it's a relative path, then the current model directory is prepended to it. If this is a new model, the user's platform-dependent home directory is prepended instead.

attaches the current model directory to a relative path, if necessary. If filePath is an absolute path, this method simply returns it. If it's a relative path, then the current model directory is prepended to it. If this is a new model, the user's platform-dependent home directory is prepended instead.

Attributes

Source
AbstractWorkspaceScala.scala