Class/Object

org.openmole.core.workflow.puzzle

Puzzle

Related Docs: object Puzzle | package puzzle

Permalink

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Puzzle
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Puzzle(p: Puzzle)

    Permalink
  2. 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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def aggregatedOutputs: Seq[Val[_]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def buildPuzzle: Puzzle

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val dataChannels: Iterable[DataChannel]

    Permalink
  9. def defaults: DefaultSet

    Permalink
  10. val environments: Map[Capsule, Environment]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def exploredOutputs: Seq[Val[_]]

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def first: Capsule

    Permalink
  15. val firstSlot: Slot

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. val grouping: Map[Capsule, Grouping]

    Permalink
  18. val hooks: Iterable[(Capsule, Hook)]

    Permalink
  19. def inputs: Seq[Val[_]]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val lasts: Iterable[Capsule]

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def outputs: Seq[Val[_]]

    Permalink
  26. def slots: Set[Slot]

    Permalink
  27. val sources: Iterable[(Capsule, Source)]

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. 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

    Permalink
  30. def toExecution(implicit moleServices: MoleServices): MoleExecution

    Permalink
  31. def toMole: Mole

    Permalink
  32. val transitions: Iterable[ITransition]

    Permalink
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped