org.cddcore.engine.EngineUniverse

EngineNode

case class EngineNode(because: List[CodeHolder[EngineUniverse.B]], inputs: List[Any], yes: RorN, no: RorN, scenarioThatCausedNode: Scenario) extends Decision with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Decision, ConclusionOrDecision, Reportable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EngineNode
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Decision
  7. ConclusionOrDecision
  8. Reportable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EngineNode(because: List[CodeHolder[EngineUniverse.B]], inputs: List[Any], yes: RorN, no: RorN, scenarioThatCausedNode: Scenario)

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 allConclusion(either: Either[Conclusion, Decision]): Set[Conclusion]

    Attributes
    protected
    Definition Classes
    ConclusionOrDecision
  7. lazy val allConclusion: Set[Conclusion]

    Definition Classes
    DecisionConclusionOrDecision
  8. lazy val allNoConclusion: Set[Conclusion]

    All the conclusions under (and including) the no branch

    All the conclusions under (and including) the no branch

    Definition Classes
    Decision
  9. def allScenarios: List[Scenario]

  10. lazy val allYesConclusion: Set[Conclusion]

    All the conclusions under (and including) the yes branch

    All the conclusions under (and including) the yes branch

    Definition Classes
    Decision
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. val because: List[CodeHolder[EngineUniverse.B]]

    The condition that be evaluated.

    The condition that be evaluated. Usually there will be only one item in the list. Because of the idea of 'node merging': see EngineOrTests, this is a list. Effectively the condition is true if any of the becauses are true

    Definition Classes
    EngineNodeDecision
  13. def becauseString: String

  14. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  16. def evaluateBecause(fn: (EngineUniverse.B) ⇒ Boolean): Boolean

  17. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  19. val inputs: List[Any]

  20. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  22. val no: RorN

    If the because is false, then go this way

    If the because is false, then go this way

    Definition Classes
    EngineNodeDecision
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def prettyString: String

    Some text to display the because with

    Some text to display the because with

    Definition Classes
    EngineNodeDecision
  26. val scenarioThatCausedNode: Scenario

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    EngineNode → 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. val yes: RorN

    If the because is true, then go this way

    If the because is true, then go this way

    Definition Classes
    EngineNodeDecision

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Decision

Inherited from ConclusionOrDecision

Inherited from Reportable

Inherited from AnyRef

Inherited from Any

Ungrouped