Abstract Value Members
-
abstract
def
addNarrowcastPlot(plotName: String): Boolean
-
abstract
def
applyNewFontSize(fontSize: Int, zoom: Int): Unit
-
abstract
def
broadcast(data: Any): Unit
-
abstract
def
broadcast(variableName: String, data: Any): Unit
-
abstract
def
broadcastClearText(): Unit
-
abstract
def
broadcastUserMessage(text: String): Unit
-
abstract
def
calculatorInterface(activity: String, tags: Seq[String]): ClientInterface
-
abstract
def
clearOverride(client: String, agentType: AgentKind, varName: String, overrides: Seq[Long]): Unit
-
abstract
def
clearOverrideLists(client: String): Unit
-
abstract
def
clearPlot(clientId: String): Unit
-
abstract
def
clearText(nodes: Seq[String]): Unit
-
abstract
def
clientEditor: AnyRef
-
abstract
def
clients: Iterable[String]
-
abstract
def
closeClientEditor(): Unit
-
abstract
def
currentlyActiveInterface: ClientInterface
-
abstract
def
disconnect(): Unit
-
abstract
def
enterMessage: Boolean
-
abstract
def
exitMessage: Boolean
-
abstract
def
fetchMessage(): Unit
-
abstract
def
fileInterface(path: String): Option[ClientInterface]
-
abstract
def
framesSkipped(): Unit
-
abstract
def
getInQueueSize: Int
-
abstract
def
getInterfaceHeight: Int
-
abstract
def
getInterfaceWidth: Int
-
abstract
def
getMessage: AnyRef
-
abstract
def
getMessageSource: String
-
abstract
def
getMessageTag: String
-
abstract
def
getOutQueueSize: Double
-
abstract
def
importClientInterface(model: Model, client: Boolean): Unit
-
abstract
def
incrementalUpdateFromEventThread(): Unit
-
abstract
def
interfaceWidgets: Seq[Widget]
-
abstract
def
isDead: Boolean
-
abstract
def
isOverridable(agentType: AgentKind, varName: String): Boolean
-
abstract
def
kick(clientName: String): Unit
-
abstract
def
kickAll(): Unit
-
abstract
def
load(m: Model): Unit
-
abstract
def
messageWaiting: Boolean
-
abstract
def
mouseDown: Boolean
-
abstract
def
mouseInside: Boolean
-
abstract
def
mouseXCor: Double
-
abstract
def
mouseYCor: Double
-
abstract
def
newClient(isRobo: Boolean, waitTime: Int): Unit
-
abstract
def
numberOfMessagesWaiting: Int
-
abstract
def
openClientEditor(): Unit
-
abstract
def
paintImmediately(force: Boolean): Unit
-
abstract
def
plot(clientId: String, x: Double, y: Double): Unit
-
abstract
def
plot(clientId: String, y: Double): Unit
-
abstract
def
plotPenDown(clientId: String, penDown: Boolean): Unit
-
abstract
def
repaint(): Unit
-
abstract
def
reset(): Unit
-
abstract
def
resetMouseCors(): Unit
-
abstract
def
send(node: String, tag: String, message: Serializable): Boolean
-
abstract
def
send(nodes: Seq[String], tag: String, message: Serializable): Unit
-
abstract
def
sendAgentPerspective(client: String, perspective: Int, agentType: AgentKind, id: Long, radius: Double, serverMode: Boolean): Unit
-
abstract
def
sendClear(): Unit
-
abstract
def
sendFromLocalClient(clientName: String, tag: String, content: AnyRef): Option[String]
-
abstract
def
sendLine(x0: Double, y0: Double, x1: Double, y1: Double, color: Any, size: Double, mode: String): Unit
-
abstract
def
sendOverrideList(client: String, agentType: AgentKind, varName: String, overrides: Map[Long, AnyRef]): Unit
-
abstract
def
sendStamp(agent: Agent, erase: Boolean): Unit
-
abstract
def
sendText(nodes: Seq[String], text: String): Unit
-
abstract
def
sendUserMessage(nodes: Seq[String], text: String): Unit
-
abstract
def
setClientInterface(clientType: String, clientInterface: Iterable[ClientInterface]): Unit
-
abstract
def
setHistogramNumBars(clientId: String, num: Int): Unit
-
abstract
def
setPlotMirroring(on: Boolean): Unit
-
abstract
def
setPlotPenInterval(clientId: String, interval: Double): Unit
-
abstract
def
setPlotPenMode(clientId: String, plotPenMode: Int): Unit
-
abstract
def
setTitle(title: String, directory: String, modelType: ModelType): Unit
-
abstract
def
setViewMirroring(on: Boolean): Unit
-
abstract
def
shapeChanged(shape: Shape): Unit
-
abstract
def
showControlCenter(): Unit
-
abstract
def
updateModel(m: Model): Model
-
abstract
def
viewIsVisible: Boolean
-
abstract
def
waitForClients(numClientsToWaitFor: Int, timeoutMillis: Long): (Boolean, Int)
-
abstract
def
waitForMessages(numMessagesToWaitFor: Int, timeoutMillis: Long): (Boolean, Int)
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any