org
.
openmole
.
core
.
workflow
.
puzzle
OutputPuzzleContainer
Related Doc:
package puzzle
case class
OutputPuzzleContainer
(
puzzle:
Puzzle
,
output:
Capsule
,
hooks:
Seq
[
Hook
] =
Seq.empty
)
extends
HookDecorator
[
OutputPuzzleContainer
] with
PuzzleContainer
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
PuzzleContainer
,
HookDecorator
[
OutputPuzzleContainer
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
OutputPuzzleContainer
Serializable
Serializable
Product
Equals
PuzzleContainer
HookDecorator
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
OutputPuzzleContainer
(
puzzle:
Puzzle
,
output:
Capsule
,
hooks:
Seq
[
Hook
] =
Seq.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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
buildPuzzle
:
Puzzle
Definition Classes
OutputPuzzleContainer
→
PuzzleContainer
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
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
hook
(
hs:
Hook
*
)
:
OutputPuzzleContainer
Definition Classes
OutputPuzzleContainer
→
HookDecorator
val
hooks
:
Seq
[
Hook
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
output
:
Capsule
val
puzzle
:
Puzzle
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toExecution
(
implicit
moleServices:
MoleServices
)
:
MoleExecution
Definition Classes
PuzzleContainer
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
PuzzleContainer
Inherited from
HookDecorator
[
OutputPuzzleContainer
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped