at.iem.sysson

graph

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

    Specification of a data source dimension

  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.

  3. class MatrixTooLargeException extends RuntimeException

  4. trait UserInteraction extends Expander[Unit] with HasSideEffect

    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

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

Value Members

  1. object Dim extends Serializable

  2. object Elapsed extends Serializable

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

  3. object UserValue extends Serializable

  4. object Var extends Serializable

  5. object output

Ungrouped