Package

at.iem.sysson

graph

Permalink

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

    Permalink

    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

    Permalink

    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

    Permalink
  4. sealed trait MatrixLike extends Key

    Permalink
  5. class MatrixTooLargeException extends RuntimeException

    Permalink
  6. trait UserInteraction extends Expander[Unit] with HasSideEffect

    Permalink

    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

    Permalink
  8. final case class Var(name: String, higherRank: Boolean = true) extends MatrixLike with UserInteraction with Product with Serializable

    Permalink

Value Members

  1. object Dim extends Serializable

    Permalink
  2. object Elapsed extends Serializable

    Permalink

    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%.

  3. object UserValue extends Serializable

    Permalink
  4. object Var extends Serializable

    Permalink
  5. val elapsed: Elapsed.type

    Permalink
  6. object output

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped