com.krux.hyperion.util

WorkflowGraph

class WorkflowGraph extends AnyRef

Source
WorkflowGraph.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WorkflowGraph
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WorkflowGraph(act: PipelineActivity)

  2. new WorkflowGraph()

Type Members

  1. type Flow = Map[PipelineObjectId, Set[PipelineObjectId]]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(act1: PipelineActivity, act2: PipelineActivity): WorkflowGraph

  5. def +(act: PipelineActivity): WorkflowGraph

    Add a single activity

  6. def ++(other: WorkflowGraph): WorkflowGraph

    Merges two workflow graphs

  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. val activities: Map[PipelineObjectId, PipelineActivity]

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val flow: Map[PipelineObjectId, Set[PipelineObjectId]]

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. lazy val isolates: Set[PipelineObjectId]

    isolates are both roots and leaves

  20. lazy val leaves: Set[PipelineObjectId]

    Ids of the PipelineObject have nothing depend on them

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. implicit def pipelineId2Activity(pId: PipelineObjectId): PipelineActivity

  25. lazy val roots: Set[PipelineObjectId]

    Ids of PipelineObject that does not depend on anything

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. final def toActivities: Iterable[PipelineActivity]

    Annotations
    @tailrec()
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def ~>(other: WorkflowGraph): WorkflowGraph

    The other graph follows this graph

Inherited from AnyRef

Inherited from Any

Ungrouped