Package

org.nlogo

workspace

Permalink

package workspace

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractWorkspace extends Workspace with ExtendableWorkspace with LogoThunkFactory with HubNetWorkspaceInterface

    Permalink
  2. abstract class AbstractWorkspaceScala extends AbstractWorkspace with APIConformant with Benchmarking with Checksums with Evaluating with ModelTracker with BehaviorSpaceInformation with Traceable with HubNetManager with ExtendableWorkspaceMethods with Exporting with Plotting

    Permalink
  3. abstract class BufferedReaderImporter extends AnyRef

    Permalink
  4. trait Controllable extends AnyRef

    Permalink

    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

    Permalink
  6. trait Evaluating extends AnyRef

    Permalink
  7. class Evaluator extends AnyRef

    Permalink
  8. trait Exporting extends Plotting with ModelTracker

    Permalink
  9. trait ExtendableWorkspace extends AnyRef

    Permalink
  10. class ExtensionManager extends nvm.ExtensionManager

    Permalink
  11. class ExtensionManagerException extends Exception

    Permalink
  12. class ExtensionPrimitiveManager extends PrimitiveManager

    Permalink
  13. trait HubNetManagerFactory extends AnyRef

    Permalink
  14. class JarLoader extends ExtensionLoader

    Permalink
  15. trait ModelTracker extends AnyRef

    Permalink

    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

    Permalink
  17. trait Plotting extends AnyRef

    Permalink
  18. class PreviewCommandsRunner extends AnyRef

    Permalink
  19. trait SaveModel extends AnyRef

    Permalink
  20. trait WorkspaceFactory extends AnyRef

    Permalink
  21. class WorldLoader extends AnyRef

    Permalink
  22. class WorldLoader3D extends WorldLoader

    Permalink
  23. trait WorldLoaderInterface extends AnyRef

    Permalink

Value Members

  1. object AbstractWorkspaceTraits

    Permalink
  2. object Benchmarker

    Permalink
  3. object Checksummer

    Permalink
  4. object Evaluator

    Permalink
  5. object ExtensionManager

    Permalink

    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} | ---

  6. object ExtensionManagerException extends Serializable

    Permalink
  7. object OpenModel

    Permalink
  8. object PreviewCommandsRunner

    Permalink
  9. object SaveModel extends SaveModel

    Permalink
  10. object SaveModelAs extends SaveModel

    Permalink

Ungrouped