Package

ai.deepsense.graph

graphstate

Permalink

package graphstate

Visibility
  1. Public
  2. All

Type Members

  1. case class Failed(error: FailureDescription) extends GraphState with Product with Serializable

    Permalink
  2. sealed abstract class GraphState extends Serializable

    Permalink

Value Members

  1. object Aborted extends GraphState with Product with Serializable

    Permalink
  2. object Completed extends GraphState with Product with Serializable

    Permalink
  3. object Draft extends GraphState with Product with Serializable

    Permalink
  4. object GraphState extends Serializable

    Permalink
  5. object Running extends GraphState with Product with Serializable

    Permalink

Ungrouped