Package

org.openmole.core.workflow

puzzle

Permalink

package puzzle

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. puzzle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait EnvironmentDecorator[T] extends AnyRef

    Permalink
  2. trait HookDecorator[T] extends AnyRef

    Permalink
  3. case class OutputEnvironmentPuzzleContainer(puzzle: Puzzle, output: Capsule, delegate: Capsule, hooks: Seq[Hook] = Seq.empty, environment: Option[Environment] = None, grouping: Option[Grouping] = None) extends HookDecorator[OutputEnvironmentPuzzleContainer] with EnvironmentDecorator[OutputEnvironmentPuzzleContainer] with PuzzleContainer with Product with Serializable

    Permalink
  4. case class OutputPuzzleContainer(puzzle: Puzzle, output: Capsule, hooks: Seq[Hook] = Seq.empty) extends HookDecorator[OutputPuzzleContainer] with PuzzleContainer with Product with Serializable

    Permalink
  5. 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

    Permalink
  6. trait PuzzleContainer extends AnyRef

    Permalink
  7. trait PuzzlePackage extends AnyRef

    Permalink
  8. case class PuzzlePiece(slot: Slot, sources: Iterable[Source] = Iterable.empty, hooks: Iterable[Hook] = Iterable.empty, environment: Option[Environment] = None, grouping: Option[Grouping] = None) extends Product with Serializable

    Permalink
  9. trait SourceDecorator[T] extends AnyRef

    Permalink
  10. trait ToPuzzle[-T] extends AnyRef

    Permalink

Value Members

  1. object Puzzle extends Serializable

    Permalink
  2. object PuzzlePiece extends Serializable

    Permalink
  3. object ToPuzzle

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped