Package

at.iem.sysson

graph

Permalink

package graph

Visibility
  1. Public
  2. All

Type Members

  1. final case class Dim(variable: Var, 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. class MatrixTooLargeException extends RuntimeException

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

    Permalink

    Indicates a graph element that provides a user interface element.

  5. final case class UserValue(name: String, default: Double) extends UserInteraction with Input with Product with Serializable

    Permalink
  6. final case class Var(name: String, higherRank: Boolean = true) extends UserInteraction with Key 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. object output

    Permalink

Ungrouped