Package

org.openmole.core.workflow

mole

Permalink

package mole

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

Type Members

  1. class Capsule extends AnyRef

    Permalink

    A capsule containing a task.

  2. trait Grouping extends AnyRef

    Permalink
  3. trait Hook extends Name

    Permalink
  4. case class Hooks(map: Map[Capsule, Traversable[Hook]]) extends Product with Serializable

    Permalink
  5. case class JobStatuses(ready: Long, running: Long, completed: Long) extends Product with Serializable

    Permalink
  6. class MasterCapsule extends Capsule

    Permalink
  7. case class Mole(root: Capsule, transitions: Iterable[ITransition] = Iterable.empty, dataChannels: Iterable[DataChannel] = Iterable.empty, inputs: PrototypeSet = PrototypeSet.empty) extends Product with Serializable

    Permalink
  8. class MoleExecution extends AnyRef

    Permalink
  9. class MoleExecutionContext extends AnyRef

    Permalink
  10. case class MoleJobGroup(values: Any*) extends Product with Serializable

    Permalink
  11. trait MolePackage extends AnyRef

    Permalink
  12. class MoleServices extends AnyRef

    Permalink
  13. trait Source extends Name

    Permalink
  14. case class Sources(map: Map[Capsule, Traversable[Source]]) extends Product with Serializable

    Permalink
  15. class StrainerTaskDecorator extends Task

    Permalink
  16. class SubMoleExecution extends AnyRef

    Permalink
  17. class Ticket extends AnyRef

    Permalink

Value Members

  1. object Capsule

    Permalink
  2. object Hooks extends Serializable

    Permalink
  3. object MasterCapsule

    Permalink
  4. object Mole extends Serializable

    Permalink
  5. object MoleExecution extends Logger

    Permalink
  6. object MoleExecutionContext

    Permalink
  7. object MoleJobGroup extends Serializable

    Permalink
  8. object MoleServices

    Permalink
  9. object Sources extends Serializable

    Permalink
  10. object StrainerCapsule

    Permalink
  11. object SubMoleExecution extends Logger

    Permalink
  12. object Ticket

    Permalink
  13. implicit def hooksToMap(h: Hooks): Map[Capsule, Traversable[Hook]]

    Permalink
  14. implicit def iterableTupleToHooks(h: Iterable[(Capsule, Hook)]): Hooks

    Permalink
  15. implicit def iterableTupleToSources(s: Iterable[(Capsule, Source)]): Sources

    Permalink
  16. implicit def mapToHooks(m: Map[Capsule, Traversable[Hook]]): Hooks

    Permalink
  17. implicit def mapToSources(m: Map[Capsule, Traversable[Source]]): Sources

    Permalink
  18. implicit def sourcesToMap(s: Sources): Map[Capsule, Traversable[Source]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped