Packages

package graph

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Attribute[A](key: String, default: Option[Pat[A]])(implicit ex: Adjunct[A]) extends Pattern[A] with ProductWithAdjuncts with Product with Serializable
  2. final case class Folder() extends Product with Serializable

Deprecated Type Members

  1. final case class AudioCue(peer: proc.AudioCue) extends Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.1) Should not need a wrapper, complicates EventAsRunnerMap

Value Members

  1. object Attribute extends Serializable
  2. object AudioCue extends Adjunct[AudioCue] with Factory with Serializable
  3. object Folder extends Adjunct[Folder] with Factory with Serializable

Ungrouped