Packages

p

org.nlogo

workspace

package workspace

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractWorkspace extends Workspace with ExtendableWorkspace with LogoThunkFactory with HubNetWorkspaceInterface
  2. abstract class AbstractWorkspaceScala extends AbstractWorkspace with APIConformant with Benchmarking with Checksums with Evaluating with ModelTracker with Procedures with Compiling with BehaviorSpaceInformation with Traceable with HubNetManager with ExtendableWorkspaceMethods with Exporting with Plotting
  3. abstract class BufferedReaderImporter extends AnyRef
  4. trait Controllable extends AnyRef

    Interface provides access to the NetLogo controlling API's report and command methods found in methods independent of App.app and headless.HeadlessWorkspace.

    Interface provides access to the NetLogo controlling API's report and command methods found in methods independent of App.app and headless.HeadlessWorkspace. This is useful for making java software that can run NetLogo in both GUI and Headless mode.

  5. trait CurrentModelOpener extends AnyRef
  6. trait Evaluating extends AnyRef
  7. class Evaluator extends AnyRef
  8. trait Exporting extends Plotting with ModelTracker
  9. trait ExtendableWorkspace extends AnyRef
  10. class ExtensionManager extends nvm.ExtensionManager
  11. class ExtensionManagerException extends Exception
  12. class ExtensionPrimitiveManager extends PrimitiveManager
  13. trait HubNetManagerFactory extends AnyRef
  14. class JarLoader extends ExtensionLoader
  15. trait ModelTracker extends AnyRef

    This trait holds the state of the workspace with respect to various facets related to (but external from) the model.

    This trait holds the state of the workspace with respect to various facets related to (but external from) the model. These include:

    • the model path
    • the model file name
    • the model type (new, library, "normal")

    At some point in the future this trait *could* be modified to hold the model itself. At the moment, that bit of state is handled by ModelSaver, but only because nothing in the workspace needs it directly. RG 5/12/16

  16. class ModelsLibrary extends AnyRef
  17. trait Plotting extends AnyRef
  18. class PreviewCommandsRunner extends AnyRef
  19. trait SaveModel extends AnyRef
  20. trait WorkspaceFactory extends AnyRef
  21. class WorldLoader extends AnyRef
  22. class WorldLoader3D extends WorldLoader
  23. trait WorldLoaderInterface extends AnyRef

Value Members

  1. object AbstractWorkspaceTraits
  2. object Benchmarker
  3. object Checksummer
  4. object Evaluator
  5. object ExportOutput
  6. object ExtensionManager

    Some simple notes on loading and unloading extensions: - The load method is called when an extension appears in the extensions block when it wasn't there in the last compilation - The unload method is called when an extension is removed from the extensions block

    Some simple notes on loading and unloading extensions: - The load method is called when an extension appears in the extensions block when it wasn't there in the last compilation - The unload method is called when an extension is removed from the extensions block

    ExtensionManager lifecycle call chart. In [square brackets] are methods called on the extension manager. In {curly braces} are the methods called on the class manager of the extension. Conditions are specified in (parens)

    [startFullCompilation] // called by compiler | | (no exts) (ext foo) | | | v | [importExtension(foo)] // called by compiler | | | | (foo loaded) (foo not loaded) | | | | v v | {unload} {runOnce} | | | | v v | +-----{load} | | | // return control to compiler |(foo:bar not used) (foo:bar used) | | | | | v | | [replaceIdentifer(foo:bar)] // foo added to live set | | | | | | v v v [finishFullCompilation] | | | (no ext) (foo live) (foo not live) | | | --- --- v {unload} | ---

  7. object ExtensionManagerException extends Serializable
  8. object OpenModel
  9. object PreviewCommandsRunner
  10. object SaveModel extends SaveModel
  11. object SaveModelAs extends SaveModel

Ungrouped