Class

dagr.core.tasksystem

DependencyGroup

Related Doc: package tasksystem

Permalink

case class DependencyGroup(a: Dependable, b: Dependable) extends Dependable with Product with Serializable

Represents a group of Dependable objects such that depedency operations on a DependencyGroup are transmitted to all contained Dependables.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DependencyGroup
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Dependable
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DependencyGroup(a: Dependable, b: Dependable)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !=>(other: Dependable): Unit

    Permalink

    Breaks the dependency link between this dependable and the provided Task.

    Breaks the dependency link between this dependable and the provided Task.

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DependencyGroup to any2stringadd[DependencyGroup] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (DependencyGroup, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DependencyGroup to ArrowAssoc[DependencyGroup] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def ::(other: Option[Dependable]): Dependable

    Permalink

    Returns an object that can be used to manage dependencies that apply to this and the other Dependable.

    Returns an object that can be used to manage dependencies that apply to this and the other Dependable.

    Definition Classes
    Dependable
  7. def ::(other: Dependable): Dependable

    Permalink

    Returns an object that can be used to manage dependencies that apply to this and the other Dependable.

    Returns an object that can be used to manage dependencies that apply to this and the other Dependable.

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def ==>(other: Option[Dependable]): Dependable

    Permalink

    Optionally creates a dependency between this dependable and another dependable if one is provided.

    Optionally creates a dependency between this dependable and another dependable if one is provided.

    Definition Classes
    Dependable
  10. final def ==>(other: Dependable): Dependable

    Permalink

    Creates a dependency on this dependable, for the provided Task.

    Creates a dependency on this dependable, for the provided Task.

    Definition Classes
    Dependable
  11. val a: Dependable

    Permalink
  12. def addDependent(dependent: Dependable): Unit

    Permalink

    Must be implemented to handle the addition of a dependent.

    Must be implemented to handle the addition of a dependent.

    Definition Classes
    DependencyGroupDependable
  13. def allTasks: Traversable[Task]

    Permalink

    Must be implemented to return all tasks represented by the Dependable.

    Must be implemented to return all tasks represented by the Dependable.

    Definition Classes
    DependencyGroupDependable
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. val b: Dependable

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def ensuring(cond: (DependencyGroup) ⇒ Boolean, msg: ⇒ Any): DependencyGroup

    Permalink
    Implicit information
    This member is added by an implicit conversion from DependencyGroup to Ensuring[DependencyGroup] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (DependencyGroup) ⇒ Boolean): DependencyGroup

    Permalink
    Implicit information
    This member is added by an implicit conversion from DependencyGroup to Ensuring[DependencyGroup] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): DependencyGroup

    Permalink
    Implicit information
    This member is added by an implicit conversion from DependencyGroup to Ensuring[DependencyGroup] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): DependencyGroup

    Permalink
    Implicit information
    This member is added by an implicit conversion from DependencyGroup to Ensuring[DependencyGroup] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def foreach(f: (Dependable) ⇒ Unit): Unit

    Permalink

    Applies a method to each member of the DependencyGroup.

  24. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DependencyGroup to StringFormat[DependencyGroup] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def headTasks: Traversable[Task]

    Permalink

    Must be implemented to return all tasks on which new predecessor dependencies should be added.

    Must be implemented to return all tasks on which new predecessor dependencies should be added.

    Definition Classes
    DependencyGroupDependable
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def tailTasks: Traversable[Task]

    Permalink

    Must be implemented to return all tasks on which new successor dependencies should be added.

    Must be implemented to return all tasks on which new successor dependencies should be added.

    Definition Classes
    DependencyGroupDependable
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (DependencyGroup, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DependencyGroup to ArrowAssoc[DependencyGroup] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Dependable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DependencyGroup to any2stringadd[DependencyGroup]

Inherited by implicit conversion StringFormat from DependencyGroup to StringFormat[DependencyGroup]

Inherited by implicit conversion Ensuring from DependencyGroup to Ensuring[DependencyGroup]

Inherited by implicit conversion ArrowAssoc from DependencyGroup to ArrowAssoc[DependencyGroup]

Ungrouped