org.cddcore.engine.builder

CachedEngine2

class CachedEngine2[P1, P2, R, FullR] extends Engine2[P1, P2, R, FullR] with CachedEngine[(P1, P2), R, FullR]

Linear Supertypes
CachedEngine[(P1, P2), R, FullR], DelegatedEngine[(P1, P2), R], Engine2[P1, P2, R, FullR], (P1, P2) ⇒ FullR, EngineTools[(P1, P2), R], WithCddDisplayProcessor, TypedReportable[(P1, P2), R], Engine, Titled, Reportable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CachedEngine2
  2. CachedEngine
  3. DelegatedEngine
  4. Engine2
  5. Function2
  6. EngineTools
  7. WithCddDisplayProcessor
  8. TypedReportable
  9. Engine
  10. Titled
  11. Reportable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CachedEngine2(delegate: Engine2[P1, P2, R, FullR], textOrder: Int = ...)

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def apply(p1: P1, p2: P2): FullR

    Definition Classes
    CachedEngine2 → Function2
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def asRequirement: EngineRequirement[(P1, P2), R]

    Definition Classes
    DelegatedEngineEngineTools
  9. def buildExceptions: ExceptionMap

    Definition Classes
    DelegatedEngineEngineTools
  10. val cache: AtomicReference[Map[(P1, P2), Future[FullR]]]

    Attributes
    protected
    Definition Classes
    CachedEngine
  11. def cached: (P1, P2) ⇒ FullR with Engine

    Definition Classes
    Engine2
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def curried: (P1) ⇒ (P2) ⇒ FullR

    Definition Classes
    Function2
    Annotations
    @unspecialized()
  14. val delegate: Engine2[P1, P2, R, FullR]

    Definition Classes
    CachedEngine2DelegatedEngine
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def evaluator: EvaluateTree[(P1, P2), R]

    Definition Classes
    DelegatedEngineEngineTools
  18. lazy val exceptionsItCanThrow: Set[Class[_ <: Exception]]

    Definition Classes
    EngineTools
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  23. def ldp: CddDisplayProcessor

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

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

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

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

    Definition Classes
    AnyRef
  28. val textOrder: Int

    Definition Classes
    CachedEngine2Reportable
  29. def title: Option[String]

    Definition Classes
    EngineToolsTitled
  30. lazy val titleString: String

    Definition Classes
    Titled
  31. def toString(): String

    Definition Classes
    Function2 → AnyRef → Any
  32. def trees: List[DecisionTree[(P1, P2), R]]

    Definition Classes
    DelegatedEngineEngineTools
  33. def tupled: ((P1, P2)) ⇒ FullR

    Definition Classes
    Function2
    Annotations
    @unspecialized()
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CachedEngine[(P1, P2), R, FullR]

Inherited from DelegatedEngine[(P1, P2), R]

Inherited from Engine2[P1, P2, R, FullR]

Inherited from (P1, P2) ⇒ FullR

Inherited from EngineTools[(P1, P2), R]

Inherited from WithCddDisplayProcessor

Inherited from TypedReportable[(P1, P2), R]

Inherited from Engine

Inherited from Titled

Inherited from Reportable

Inherited from AnyRef

Inherited from Any

Ungrouped