org
.
openmole
.
core
.
workflow
task
package
task
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
task
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
ClosureTask
(
closure: (
Context
,
RandomProvider
,
TaskExecutionContext
) ⇒
Context
,
className:
String
,
config:
InputOutputConfig
)
extends
Task
with
Product
with
Serializable
case class
FromContextTask
(
fromContext: (
TaskExecutionContext
) ⇒
FromContext
[
Context
]
,
className:
String
,
config:
InputOutputConfig
)
extends
Task
with
Product
with
Serializable
case class
MoleTask
(
_mole:
Mole
,
last:
Capsule
,
implicits:
Vector
[
String
] =
...
,
config:
InputOutputConfig
=
...
)
extends
Task
with
Product
with
Serializable
trait
Task
extends
Name
case class
TaskExecutionContext
(
tmpDirectory:
File
,
localEnvironment:
LocalEnvironment
,
preference:
Preference
,
threadProvider:
ThreadProvider
,
fileService:
FileService
,
workspace:
Workspace
,
cache:
KeyValueCache
)
extends
Product
with
Serializable
trait
TaskPackage
extends
AnyRef
Value Members
object
ClosureTask
extends
Serializable
object
EmptyTask
object
ExplorationTask
object
FromContextTask
extends
Serializable
object
MoleTask
extends
Serializable
object
Task
object
ToArrayTask
Inherited from
AnyRef
Inherited from
Any
Ungrouped