org
.
openmole
.
core
.
workflow
.
puzzle
Puzzle
Related Docs:
object Puzzle
|
package puzzle
case class
Puzzle
(
firstSlot:
Slot
,
lasts:
Iterable
[
Capsule
] =
Iterable.empty
,
transitions:
Iterable
[
ITransition
] =
Iterable.empty
,
dataChannels:
Iterable
[
DataChannel
] =
Iterable.empty
,
sources:
Iterable
[(
Capsule
,
Source
)] =
Iterable.empty
,
hooks:
Iterable
[(
Capsule
,
Hook
)] =
Iterable.empty
,
environments:
Map
[
Capsule
,
Environment
] =
Map.empty
,
grouping:
Map
[
Capsule
,
Grouping
] =
Map.empty
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Puzzle
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Puzzle
(
p:
Puzzle
)
new
Puzzle
(
firstSlot:
Slot
,
lasts:
Iterable
[
Capsule
] =
Iterable.empty
,
transitions:
Iterable
[
ITransition
] =
Iterable.empty
,
dataChannels:
Iterable
[
DataChannel
] =
Iterable.empty
,
sources:
Iterable
[(
Capsule
,
Source
)] =
Iterable.empty
,
hooks:
Iterable
[(
Capsule
,
Hook
)] =
Iterable.empty
,
environments:
Map
[
Capsule
,
Environment
] =
Map.empty
,
grouping:
Map
[
Capsule
,
Grouping
] =
Map.empty
)
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
def
aggregatedOutputs
:
Seq
[
Val
[_]]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
buildPuzzle
:
Puzzle
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
dataChannels
:
Iterable
[
DataChannel
]
def
defaults
:
DefaultSet
val
environments
:
Map
[
Capsule
,
Environment
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
exploredOutputs
:
Seq
[
Val
[_]]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
first
:
Capsule
val
firstSlot
:
Slot
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
grouping
:
Map
[
Capsule
,
Grouping
]
val
hooks
:
Iterable
[(
Capsule
,
Hook
)]
def
inputs
:
Seq
[
Val
[_]]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
lasts
:
Iterable
[
Capsule
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
outputs
:
Seq
[
Val
[_]]
def
slots
:
Set
[
Slot
]
val
sources
:
Iterable
[(
Capsule
,
Source
)]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toExecution
(
implicits:
Context
=
Context.empty
,
seed:
dsl.OptionalArgument
[
Long
] =
None
,
executionContext:
dsl.OptionalArgument
[
MoleExecutionContext
] =
None
,
defaultEnvironment:
dsl.OptionalArgument
[
LocalEnvironment
] =
None
)
(
implicit
moleServices:
MoleServices
)
:
MoleExecution
def
toExecution
(
implicit
moleServices:
MoleServices
)
:
MoleExecution
def
toMole
:
Mole
val
transitions
:
Iterable
[
ITransition
]
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
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped