org
.
openmole
.
plugin
.
task
.
netlogo5
NetLogo5Task
Related Docs:
object NetLogo5Task
|
package netlogo5
case class
NetLogo5Task
(
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
Alphabetic
By Inheritance
Inherited
NetLogo5Task
Serializable
Serializable
Product
Equals
NetLogoTask
ValidateTask
Task
Name
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
NetLogo5Task
(
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
]]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
className
:
String
Definition Classes
Name
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
config
:
InputOutputConfig
Definition Classes
NetLogo5Task
→
Task
def
defaults
:
DefaultSet
Definition Classes
Task
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
external
:
External
Definition Classes
NetLogo5Task
→
NetLogoTask
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
inputs
:
PrototypeSet
Definition Classes
Task
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
launchingCommands
:
Seq
[
FromContext
[
String
]]
Definition Classes
NetLogo5Task
→
NetLogoTask
def
name
:
Option
[
String
]
Definition Classes
Task
→
Name
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
netLogoArrayOutputs
:
Vector
[(
String
,
Int
,
Val
[_])]
Definition Classes
NetLogo5Task
→
NetLogoTask
def
netLogoArrayToVariable
(
netlogoCollection:
AbstractCollection
[
Any
]
,
prototype:
Val
[_]
)
:
Variable
[
Any
] { ... /* 2 definitions in type refinement */ }
Definition Classes
NetLogoTask
def
netLogoFactory
:
NetLogoFactory
Definition Classes
NetLogo5Task
→
NetLogoTask
val
netLogoInputs
:
Vector
[(
Val
[_],
String
)]
Definition Classes
NetLogo5Task
→
NetLogoTask
val
netLogoOutputs
:
Vector
[(
String
,
Val
[_])]
Definition Classes
NetLogo5Task
→
NetLogoTask
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
outputs
:
PrototypeSet
Definition Classes
Task
def
perform
(
context:
Context
,
executionContext:
TaskExecutionContext
)
:
Context
Perform this task.
Perform this task.
context
the context in which the task will be executed
Definition Classes
Task
def
process
(
executionContext:
TaskExecutionContext
)
:
FromContext
[
Context
]
Attributes
protected
Definition Classes
NetLogoTask
→
Task
val
seed
:
Option
[
Val
[
Int
]]
Definition Classes
NetLogo5Task
→
NetLogoTask
def
simpleName
:
String
Definition Classes
Name
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Name
→ AnyRef → Any
def
validate
:
Seq
[
Throwable
]
Definition Classes
NetLogoTask
→
ValidateTask
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
workspace
:
Workspace
Definition Classes
NetLogo5Task
→
NetLogoTask
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