org.nlogo.api

HubNetInterface

trait HubNetInterface extends ViewInterface

Source
HubNetInterface.scala
Linear Supertypes
ViewInterface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. HubNetInterface
  2. ViewInterface
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def addNarrowcastPlot (plotName: String): Boolean

    Attributes
    abstract
  2. def applyNewFontSize (fontSize: Int, zoom: Int): Unit

    Attributes
    abstract
    Definition Classes
    ViewInterface
  3. def broadcast (data: Any): Unit

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  4. def broadcast (variableName: String, data: Any): Unit

    Send a message to all clients

    Send a message to all clients

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  5. def broadcastClearText (): Unit

    Attributes
    abstract
  6. def broadcastUserMessage (text: String): Unit

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  7. def clearOverride (client: String, agentType: Class[_ <: org.nlogo.api.Agent], varName: String, overrides: Seq[Long]): Unit

    Attributes
    abstract
  8. def clearOverrideLists (client: String): Unit

    Attributes
    abstract
  9. def clearPlot (clientId: String): Unit

    Attributes
    abstract
  10. def clearText (nodes: Seq[String]): Unit

    Attributes
    abstract
  11. def clientEditor : AnyRef

    Attributes
    abstract
  12. def clients : Iterable[String]

    Attributes
    abstract
  13. def closeClientEditor (): Unit

    Attributes
    abstract
  14. def disconnect (): Unit

    Attributes
    abstract
  15. def enterMessage : Boolean

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  16. def exitMessage : Boolean

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  17. def fetchMessage (): Unit

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  18. def framesSkipped (): Unit

    Attributes
    abstract
    Definition Classes
    ViewInterface
  19. def getInQueueSize : Int

    Attributes
    abstract
  20. def getInterfaceHeight : Int

    Attributes
    abstract
  21. def getInterfaceWidth : Int

    Attributes
    abstract
  22. def getMessage : AnyRef

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  23. def getMessageSource : String

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  24. def getMessageTag : String

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  25. def getOutQueueSize : Double

    Attributes
    abstract
  26. def importClientInterface (path: String, client: Boolean): Unit

    Attributes
    abstract
    Annotations
    @throws( classOf[java.io.IOException] )
  27. def incrementalUpdateFromEventThread (): Unit

    Attributes
    abstract
    Definition Classes
    HubNetInterfaceViewInterface
  28. def isDead : Boolean

    Attributes
    abstract
    Definition Classes
    ViewInterface
  29. def isOverridable (agentType: Class[_ <: org.nlogo.api.Agent], varName: String): Boolean

    Attributes
    abstract
  30. def kick (clientName: String): Unit

    Attributes
    abstract
  31. def kickAll (): Unit

    Attributes
    abstract
  32. def load (lines: Array[String], version: String): Unit

    Attributes
    abstract
  33. def messageWaiting : Boolean

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  34. def mouseDown : Boolean

    Attributes
    abstract
    Definition Classes
    ViewInterface
  35. def mouseInside : Boolean

    Attributes
    abstract
    Definition Classes
    ViewInterface
  36. def mouseXCor : Double

    Attributes
    abstract
    Definition Classes
    ViewInterface
  37. def mouseYCor : Double

    Attributes
    abstract
    Definition Classes
    ViewInterface
  38. def newClient (isRobo: Boolean, waitTime: Int): Unit

    Attributes
    abstract
  39. def numberOfMessagesWaiting : Int

    Attributes
    abstract
  40. def openClientEditor (): Unit

    Attributes
    abstract
  41. def paintImmediately (force: Boolean): Unit

    Attributes
    abstract
    Definition Classes
    ViewInterface
  42. def plot (clientId: String, x: Double, y: Double): Unit

    Attributes
    abstract
  43. def plot (clientId: String, y: Double): Unit

    Attributes
    abstract
  44. def plotPenDown (clientId: String, penDown: Boolean): Unit

    Attributes
    abstract
  45. def repaint (): Unit

    Attributes
    abstract
    Definition Classes
    ViewInterface
  46. def reset (): Unit

    Attributes
    abstract
  47. def resetMouseCors (): Unit

    Attributes
    abstract
    Definition Classes
    ViewInterface
  48. def save (buf: StringBuilder): Unit

    Attributes
    abstract
  49. def send (node: String, tag: String, message: Any): Boolean

    Send message to a single client for the given tag

    Send message to a single client for the given tag

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  50. def send (nodes: Seq[String], tag: String, message: Any): Unit

    Send a message to each node (client) in the list for the given tag

    Send a message to each node (client) in the list for the given tag

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  51. def sendAgentPerspective (client: String, perspective: Int, agentType: Class[_ <: org.nlogo.api.Agent], id: Long, radius: Double, serverMode: Boolean): Unit

    Attributes
    abstract
  52. def sendClear (): Unit

    Attributes
    abstract
  53. def sendFromLocalClient (clientName: String, tag: String, content: AnyRef): Option[String]

    Attributes
    abstract
  54. def sendLine (x0: Double, y0: Double, x1: Double, y1: Double, color: Any, size: Double, mode: String): Unit

    Attributes
    abstract
  55. def sendOverrideList (client: String, agentType: Class[_ <: org.nlogo.api.Agent], varName: String, overrides: Map[Long, AnyRef]): Unit

    Attributes
    abstract
  56. def sendStamp (agent: Agent, erase: Boolean): Unit

    Attributes
    abstract
  57. def sendText (nodes: Seq[String], text: String): Unit

    Attributes
    abstract
  58. def sendUserMessage (nodes: Seq[String], text: String): Unit

    Attributes
    abstract
  59. def setClientInterface (clientType: String, interfaceInfo: Iterable[AnyRef]): Unit

    Attributes
    abstract
    Annotations
    @throws( classOf[LogoException] )
  60. def setHistogramNumBars (clientId: String, num: Int): Unit

    Attributes
    abstract
  61. def setPlotMirroring (on: Boolean): Unit

    Attributes
    abstract
  62. def setPlotPenInterval (clientId: String, interval: Double): Unit

    Attributes
    abstract
  63. def setPlotPenMode (clientId: String, plotPenMode: Int): Unit

    Attributes
    abstract
  64. def setTitle (title: String, directory: String, modelType: ModelType): Unit

    Attributes
    abstract
  65. def setViewMirroring (on: Boolean): Unit

    Attributes
    abstract
  66. def shapeChanged (shape: Shape): Unit

    Attributes
    abstract
    Definition Classes
    ViewInterface
  67. def showControlCenter (): Unit

    Attributes
    abstract
  68. def viewIsVisible : Boolean

    Attributes
    abstract
    Definition Classes
    ViewInterface
  69. def waitForClients (numClientsToWaitFor: Int, timeoutMillis: Long): (Boolean, Int)

    Attributes
    abstract
  70. def waitForMessages (numMessagesToWaitFor: Int, timeoutMillis: Long): (Boolean, Int)

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  12. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  13. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  14. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  16. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  17. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  18. def toString (): String

    Definition Classes
    AnyRef → Any
  19. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ViewInterface

Inherited from AnyRef

Inherited from Any