Class/Object

org.openmole.plugin.task.netlogo6

NetLogo6Task

Related Docs: object NetLogo6Task | package netlogo6

Permalink

case class NetLogo6Task(config: InputOutputConfig, external: External, netLogoInputs: Vector[(Val[_], String)], netLogoOutputs: Vector[(String, Val[_])], netLogoArrayOutputs: Vector[(String, Int, Val[_])], workspace: Workspace, launchingCommands: Seq[FromContext[String]], seed: Option[Val[Int]]) extends NetLogoTask with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, NetLogoTask, ValidateTask, Task, Name, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NetLogo6Task
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NetLogoTask
  7. ValidateTask
  8. Task
  9. Name
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NetLogo6Task(config: InputOutputConfig, external: External, netLogoInputs: Vector[(Val[_], String)], netLogoOutputs: Vector[(String, Val[_])], netLogoArrayOutputs: Vector[(String, Int, Val[_])], workspace: Workspace, launchingCommands: Seq[FromContext[String]], seed: Option[Val[Int]])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def className: String

    Permalink
    Definition Classes
    Name
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val config: InputOutputConfig

    Permalink
    Definition Classes
    NetLogo6TaskTask
  8. def defaults: DefaultSet

    Permalink
    Definition Classes
    Task
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. val external: External

    Permalink
    Definition Classes
    NetLogo6TaskNetLogoTask
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def inputs: PrototypeSet

    Permalink
    Definition Classes
    Task
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val launchingCommands: Seq[FromContext[String]]

    Permalink
    Definition Classes
    NetLogo6TaskNetLogoTask
  16. def name: Option[String]

    Permalink
    Definition Classes
    TaskName
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. val netLogoArrayOutputs: Vector[(String, Int, Val[_])]

    Permalink
    Definition Classes
    NetLogo6TaskNetLogoTask
  19. def netLogoArrayToVariable(netlogoCollection: AbstractCollection[Any], prototype: Val[_]): Variable[Any] { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    NetLogoTask
  20. def netLogoFactory: NetLogoFactory

    Permalink
    Definition Classes
    NetLogo6TaskNetLogoTask
  21. val netLogoInputs: Vector[(Val[_], String)]

    Permalink
    Definition Classes
    NetLogo6TaskNetLogoTask
  22. val netLogoOutputs: Vector[(String, Val[_])]

    Permalink
    Definition Classes
    NetLogo6TaskNetLogoTask
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def outputs: PrototypeSet

    Permalink
    Definition Classes
    Task
  26. def perform(context: Context, executionContext: TaskExecutionContext): Context

    Permalink

    Perform this task.

    Perform this task.

    context

    the context in which the task will be executed

    Definition Classes
    Task
  27. def process(executionContext: TaskExecutionContext): FromContext[Context]

    Permalink
    Attributes
    protected
    Definition Classes
    NetLogoTaskTask
  28. val seed: Option[Val[Int]]

    Permalink
    Definition Classes
    NetLogo6TaskNetLogoTask
  29. def simpleName: String

    Permalink
    Definition Classes
    Name
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    Name → AnyRef → Any
  32. def validate: Seq[Throwable]

    Permalink
    Definition Classes
    NetLogoTaskValidateTask
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val workspace: Workspace

    Permalink
    Definition Classes
    NetLogo6TaskNetLogoTask

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from NetLogoTask

Inherited from ValidateTask

Inherited from Task

Inherited from Name

Inherited from AnyRef

Inherited from Any

Ungrouped