ComputerInterface

org.nlogo.hubnet.protocol.ComputerInterface
case class ComputerInterface(widgets: Seq[Widget], turtleShapes: Seq[Shape], linkShapes: Seq[Shape], chooserChoices: HashMap[String, LogoList]) extends ClientInterface

Attributes

Source
ComputerInterface.scala
Graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
ComputerInterface.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product