Package

org.openmole.core.workflow

transition

Permalink

package transition

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

Type Members

  1. class AggregationTransition extends IAggregationTransition with ValidateTransition

    Permalink
  2. trait Block extends BlockList

    Permalink
  3. trait BlockList extends (Val[_]) ⇒ Boolean

    Permalink
  4. class DataChannel extends AnyRef

    Permalink

    A data channel allow to transmit data between remotes task capsules within a mole.

    A data channel allow to transmit data between remotes task capsules within a mole. Two capsules could be linked with a DataChannel if:

    • they belong to the same mole,
    • there is no capsule with more than one input slot in a path between the two capsules.
  5. class EmptyExplorationTransition extends ExplorationTransition with ValidateTransition

    Permalink
  6. class EndExplorationTransition extends IEndExplorationTransition with ValidateTransition

    Permalink
  7. class ExplorationTransition extends IExplorationTransition with ValidateTransition

    Permalink
  8. trait IAggregationTransition extends ITransition

    Permalink
  9. trait IEndExplorationTransition extends ITransition

    Permalink
  10. trait IExplorationTransition extends ITransition

    Permalink
  11. trait ISlaveTransition extends ITransition

    Permalink
  12. trait ITransition extends AnyRef

    Permalink
  13. trait Keep extends BlockList

    Permalink
  14. class SlaveTransition extends ExplorationTransition with ISlaveTransition with ValidateTransition

    Permalink
  15. trait Slot extends AnyRef

    Permalink
  16. trait ToTransitionParameter[T] extends AnyRef

    Permalink
  17. class Transition extends ITransition with ValidateTransition

    Permalink
  18. trait TransitionDecorator extends AnyRef

    Permalink
  19. trait TransitionPackage extends AnyRef

    Permalink
  20. case class TransitionParameter(puzzleParameter: Puzzle, conditionParameter: Condition = Condition.True, filterParameter: BlockList = BlockList.empty) extends Product with Serializable

    Permalink

Value Members

  1. object AggregationTransition

    Permalink
  2. object Block

    Permalink
  3. object BlockList

    Permalink
  4. object DataChannel

    Permalink
  5. object ITransition

    Permalink
  6. object Keep

    Permalink
  7. object Slot

    Permalink
  8. object ToTransitionParameter

    Permalink
  9. object Transition extends Logger

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped