Permissions

org.nlogo.mc.Permissions
abstract class Permissions(val id: String, name: String)

Attributes

Source
ModelingCommons.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Everyone
object OnlyGroup
object OnlyYou

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
ModelingCommons.scala

Concrete fields

val id: String

Attributes

Source
ModelingCommons.scala