Class/Object

org.openmole.plugin.task.netlogo5

NetLogo5Task

Related Docs: object NetLogo5Task | package netlogo5

Permalink

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

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

Instance Constructors

  1. new NetLogo5Task(config: InputOutputConfig, external: External, netLogoInputs: Vector[(Prototype[_], String)], netLogoOutputs: Vector[(String, Prototype[_])], netLogoArrayOutputs: Vector[(String, Int, Prototype[_])], workspace: Workspace, launchingCommands: Seq[String], seed: Option[Prototype[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
    NetLogo5Task → Task
  8. def defaults: DefaultSet

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

    Permalink
    Definition Classes
    AnyRef
  10. val expandedCommands: Cache[Seq[Expansion]]

    Permalink
    Definition Classes
    NetLogoTask
  11. val external: External

    Permalink
    Definition Classes
    NetLogo5TaskNetLogoTask
  12. def filterOutput(context: Context): Context

    Permalink
    Definition Classes
    InputOutputCheck
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def initializeInput(context: Context)(implicit randomProvider: RandomProvider): Context

    Permalink
    Definition Classes
    InputOutputCheck
  16. def inputs: PrototypeSet

    Permalink
    Definition Classes
    Task → InputOutputCheck
  17. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    NetLogo5TaskNetLogoTask
  19. def name: Option[String]

    Permalink
    Definition Classes
    Task → Name
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    NetLogoTask
  23. def netLogoFactory: NetLogoFactory

    Permalink
    Definition Classes
    NetLogo5TaskNetLogoTask
  24. val netLogoInputs: Vector[(Prototype[_], String)]

    Permalink
    Definition Classes
    NetLogo5TaskNetLogoTask
  25. val netLogoOutputs: Vector[(String, Prototype[_])]

    Permalink
    Definition Classes
    NetLogo5TaskNetLogoTask
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def outputs: PrototypeSet

    Permalink
    Definition Classes
    Task → InputOutputCheck
  29. def perform(context: Context, executionContext: TaskExecutionContext)(implicit rng: RandomProvider): Context

    Permalink
    Definition Classes
    Task
  30. def perform(context: Context, process: (Context) ⇒ Context)(implicit randomProvider: RandomProvider): Context

    Permalink
    Definition Classes
    InputOutputCheck
  31. def process(context: Context, executionContext: TaskExecutionContext)(implicit rng: RandomProvider): Context

    Permalink
    Definition Classes
    NetLogoTask → Task
  32. val seed: Option[Prototype[Int]]

    Permalink
    Definition Classes
    NetLogo5TaskNetLogoTask
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Name → AnyRef → Any
  35. def verifyInput(context: Context): Iterable[InputError]

    Permalink
    Attributes
    protected
    Definition Classes
    InputOutputCheck
  36. def verifyOutput(context: Context): Iterable[OutputError]

    Permalink
    Attributes
    protected
    Definition Classes
    InputOutputCheck
  37. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    NetLogo5TaskNetLogoTask

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from NetLogoTask

Inherited from Task

Inherited from Name

Inherited from InputOutputCheck

Inherited from AnyRef

Inherited from Any

Ungrouped