Class/Object

org.cddcore.enginecomponents

Scenario

Related Docs: object Scenario | package enginecomponents

Permalink

case class Scenario[P, R](situation: P, reason: ScenarioReason[P, R], assertion: ScenarioAssertion[P, R], definedInSourceCodeAt: DefinedInSourceCodeAt, title: String, comment: Option[String], references: List[Reference], canMerge: Boolean) extends EngineComponent[P, R] with HasComment with ToSummary with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ToSummary, HasComment, EngineComponent[P, R], HasDefinedInSourceCodeAt, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Scenario
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ToSummary
  7. HasComment
  8. EngineComponent
  9. HasDefinedInSourceCodeAt
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Scenario(situation: P, reason: ScenarioReason[P, R], assertion: ScenarioAssertion[P, R], definedInSourceCodeAt: DefinedInSourceCodeAt, title: String, comment: Option[String], references: List[Reference], canMerge: Boolean)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allScenarios: Seq[Scenario[P, R]]

    Permalink
    Definition Classes
    ScenarioEngineComponent
  5. def apply(engine: (P) ⇒ R, p: P): R

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val assertion: ScenarioAssertion[P, R]

    Permalink
  8. def calcuateAssertionFor(engine: (P) ⇒ R, p: P): Boolean

    Permalink
  9. val canMerge: Boolean

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val comment: Option[String]

    Permalink
    Definition Classes
    ScenarioHasComment
  12. val definedInSourceCodeAt: DefinedInSourceCodeAt

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def expectedOption: Option[R]

    Permalink
  15. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def isDefinedAt(engine: (P) ⇒ R, p: P): Boolean

    Permalink
  18. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. val reason: ScenarioReason[P, R]

    Permalink
  23. val references: List[Reference]

    Permalink
  24. val situation: P

    Permalink
  25. def summary(implicit dp: DisplayProcessor): String

    Permalink
    Definition Classes
    Scenario → ToSummary
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val title: String

    Permalink
    Definition Classes
    ScenarioEngineComponent
  28. def toString(): String

    Permalink
    Definition Classes
    Scenario → AnyRef → Any
  29. def validate: Unit

    Permalink
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ToSummary

Inherited from HasComment

Inherited from EngineComponent[P, R]

Inherited from HasDefinedInSourceCodeAt

Inherited from AnyRef

Inherited from Any

Ungrouped