org
.
openmole
.
plugin
.
task
.
netlogo
NetLogoTask
Related Docs:
object NetLogoTask
|
package netlogo
trait
NetLogoTask
extends
Task
with
ValidateTask
Linear Supertypes
ValidateTask
,
Task
,
Name
,
AnyRef
,
Any
Known Subclasses
NetLogo5Task
,
NetLogo6Task
Ordering
Alphabetic
By Inheritance
Inherited
NetLogoTask
ValidateTask
Task
Name
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
config
:
InputOutputConfig
Definition Classes
Task
abstract
def
external
:
External
abstract
def
launchingCommands
:
Seq
[
FromContext
[
String
]]
abstract
def
netLogoArrayOutputs
:
Iterable
[(
String
,
Int
,
Val
[_])]
abstract
def
netLogoFactory
:
NetLogoFactory
abstract
def
netLogoInputs
:
Seq
[(
Val
[_],
String
)]
abstract
def
netLogoOutputs
:
Iterable
[(
String
,
Val
[_])]
abstract
def
seed
:
Option
[
Val
[
Int
]]
abstract
def
workspace
:
Workspace
Concrete 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
(
...
)
def
defaults
:
DefaultSet
Definition Classes
Task
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
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
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
inputs
:
PrototypeSet
Definition Classes
Task
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
name
:
Option
[
String
]
Definition Classes
Task
→
Name
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
netLogoArrayToVariable
(
netlogoCollection:
AbstractCollection
[
Any
]
,
prototype:
Val
[_]
)
:
Variable
[
Any
] { ... /* 2 definitions in type refinement */ }
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
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
(
...
)
Inherited from
ValidateTask
Inherited from
Task
Inherited from
Name
Inherited from
AnyRef
Inherited from
Any
Ungrouped