c

org.nlogo.app.tools

AgentMonitorManager

class AgentMonitorManager extends LinkChild with LinkParent

Source
AgentMonitorManager.scala
Linear Supertypes
LinkParent, LinkChild, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AgentMonitorManager
  2. LinkParent
  3. LinkChild
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AgentMonitorManager(workspace: GUIWorkspace)

Value Members

  1. def agentChangeNotify(window: AgentMonitorWindow, oldAgent: Agent): Unit
  2. def closeAll(): Unit
  3. def closeTopMonitor(): Unit
  4. def getLinkChildren(): Array[AnyRef]
    Definition Classes
    AgentMonitorManager → LinkParent
  5. def getLinkParent(): GUIWorkspace
    Definition Classes
    AgentMonitorManager → LinkChild
  6. def hideAll(): Unit
  7. def inspect(agentKind: AgentKind, a0: Agent, radius: Double): Unit
  8. def refresh(): Unit
  9. def remove(window: AgentMonitorWindow): Unit
  10. def showAll(): Unit
  11. def stopInspecting(agent: Agent): Unit
  12. def stopInspectingDeadAgents(): Unit
  13. val workspace: GUIWorkspace