Class/Object

org.openmole.core.context

Val

Related Docs: object Val | package context

Permalink

class Val[T] extends Id

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.

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

Instance Constructors

  1. new Val(simpleName: String, type: ValType[T], namespace: Namespace)

    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 accepts(obj: Any): Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Id → AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def from(context: ⇒ Context): T

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    Id → AnyRef → Any
  13. def id: (String, ValType[T])

    Permalink
    Definition Classes
    ValId
  14. def isAssignableFrom(p: Val[_]): Boolean

    Permalink

    Test if this prototype can be assigned from another prototype.

    Test if this prototype can be assigned from another prototype. This work in the same way as java.lang.Class.isAssignableFrom.

    p

    the prototype to test

    returns

    true if the prototype is assignable from the given prototype

  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def name: String

    Permalink

    Get the name of the prototype.

    Get the name of the prototype.

    returns

    the name of the prototype

  17. val namespace: Namespace

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val simpleName: String

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

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    ValId → AnyRef → Any
  24. val type: ValType[T]

    Permalink
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withName(name: String): Val[T]

    Permalink
  29. def withType[T](implicit arg0: ValType[T]): Val[T]

    Permalink

Inherited from Id

Inherited from AnyRef

Inherited from Any

Ungrouped