Packages

final case class Action(trig: B, key: String) extends Expander[Unit] with Product with Serializable

A graph element that executes an action upon receiving a trigger.

trig

the trigger input signal

key

a key into the process' attribute map. the value peer stored at that location should be of type proc.Action

Linear Supertypes
Serializable, Expander[Unit], Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Action
  2. Serializable
  3. Expander
  4. Lazy
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Action(trig: B, key: String)

    trig

    the trigger input signal

    key

    a key into the process' attribute map. the value peer stored at that location should be of type proc.Action

Value Members

  1. val key: String
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val trig: B