Action

final case
class Action(trig: GE, key: String) extends Expander[Unit] with HasSideEffect

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

Value Params
key

a key into the process' attribute map or the caller's context map. The value peer stored at that location should be of type proc.Action. Alternatively, if the process is started by a control program, an instance of Act can be passed via runWith.

trig

the trigger input signal

Companion
object
trait Serializable
trait HasSideEffect
trait Expander[Unit]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product