Packages

final case class Plan(plan: DG[DIKey, ExecutableOp], input: PlannerInput) extends CachedHashcode with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, CachedHashcode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Plan
  2. Serializable
  3. Product
  4. Equals
  5. CachedHashcode
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Plan(plan: DG[DIKey, ExecutableOp], input: PlannerInput)

Value Members

  1. def equals(obj: Any): Boolean
    Definition Classes
    Plan → Equals → AnyRef → Any
  2. final lazy val hashCode: Int
    Definition Classes
    CachedHashcode → AnyRef → Any
  3. val input: PlannerInput
  4. val plan: DG[DIKey, ExecutableOp]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def toString(): String
    Definition Classes
    Plan → AnyRef → Any