Package

org.openmole.core

context

Permalink

package context

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. context
  2. ContextPackage
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Activator extends BundleActivator

    Permalink
  2. trait Context extends Map[String, Variable[_]] with MapLike[String, Variable[_], Context]

    Permalink

    Context represents a bunch of variables used by the task excutions.

    Context represents a bunch of variables used by the task excutions. A task execution can remove variables from context, change the values of the variables and add values to it.

  3. trait ContextPackage extends AnyRef

    Permalink
  4. case class Namespace(names: String*) extends Product with Serializable

    Permalink
  5. class PrototypeSet extends Iterable[Val[_]]

    Permalink
  6. class Val[T] extends Id

    Permalink

    Prototype is a prototype in the sens of C language prototypes.

    Prototype is a prototype in the sens of C language prototypes. It is composed of a type and a name. It allows specifying typed data transfert in OpenMOLE.

    T

    the type of the prototype. Values associated to this prototype should always be a subtype of T.

  7. trait ValType[T] extends Id

    Permalink
  8. trait Variable[T] extends AnyRef

    Permalink

Value Members

  1. object Context

    Permalink
  2. object Namespace extends Serializable

    Permalink
  3. object PrototypeSet

    Permalink
  4. object Val

    Permalink
  5. object ValType

    Permalink
  6. object Variable

    Permalink
  7. def Vec[T](v: Val[T], dimension: Int = 1): Val[_]

    Permalink
    Definition Classes
    ContextPackage

Inherited from ContextPackage

Inherited from AnyRef

Inherited from Any

Ungrouped