Package

org.openmole.core.workflow

tools

Permalink

package tools

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

Type Members

  1. case class Default[T](prototype: Val[T], value: FromContext[T], override: Boolean) extends Product with Serializable

    Permalink

    The parameter is a variable wich is injected in the data flow during the workflow execution just before the begining of a task execution.

    The parameter is a variable wich is injected in the data flow during the workflow execution just before the begining of a task execution. It can be usefull for testing purposes and for defining default value of inputs of a task.

  2. trait DefaultSet extends Set[Default[_]] with SetLike[Default[_], DefaultSet]

    Permalink
  3. trait ExceptionEvent extends AnyRef

    Permalink
  4. trait Name extends AnyRef

    Permalink
  5. class RegistryWithTicket[K, V] extends AnyRef

    Permalink

    Registry to register value in function of a key and a ticket.

    Registry to register value in function of a key and a ticket. The values are stored in a WeakHashMap and are garbage collected after the ticket is gabage collected.

    K

    the type of the keys

    V

    the type of the values

  6. trait ToolsPackage extends AnyRef

    Permalink

Value Members

  1. object ContextAggregator

    Permalink
  2. object DefaultSet

    Permalink
  3. object FileList

    Permalink
  4. object InputOutputCheck

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped