Packages

p

at.iem.sysson

graph

package graph

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

Type Members

  1. final case class Dim (variable: MatrixLike, name: String) extends UserInteraction with Key with Product with Serializable

    Specification of a data source dimension

    Specification of a data source dimension

    variable

    Data source to which this dimension refers

    name

    Logical name by which the dimension is referred to

  2. final case class Elapsed (in: Play) extends UserInteraction with Input with Key with Product with Serializable

    A special element that measures the progress of a playing dimension.

    A special element that measures the progress of a playing dimension.

    in

    the playing dimension

  3. final case class Matrix (name: String) extends MatrixLike with Expander[Unit] with Product with Serializable
  4. sealed trait MatrixLike extends Key
  5. class MatrixTooLargeException extends RuntimeException
  6. trait UserInteraction extends Expander[Unit] with HasSideEffect

    Indicates a graph element that provides a user interface element.

  7. final case class UserValue (name: String, default: Double) extends UserInteraction with Input with Product with Serializable
  8. final case class Var (name: String, higherRank: Boolean = true) extends MatrixLike with UserInteraction with Product with Serializable

Value Members

  1. val elapsed: Elapsed.type
  2. object Dim extends Serializable
  3. object Elapsed extends Serializable

    A special graph element that measures the progress of a playing dimension.

    A special graph element that measures the progress of a playing dimension. Additionally it can stop the playing synth when that progress has reached 100%.

  4. object UserValue extends Serializable
  5. object Var extends Serializable
  6. object output

Inherited from AnyRef

Inherited from Any

Ungrouped