class ScBuilder[P, R, HasResult, HasWhen, HasCode, HasBecause] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScBuilder(id: Int, situation: P, data: EngineComponentData, optResult: Option[R] = None, optWhen: Option[(P) ⇒ Boolean] = None, optCode: Option[(P) ⇒ R] = None, optBecause: Option[PartialFunction[P, R]] = None, ifString: String, thenString: String)(implicit scenarioAggregator2: ScenarioAggregator2[P, R])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
data: EngineComponentData
- Attributes
- protected[one.xingyi.cddscenario]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
id: Int
- Attributes
- protected[one.xingyi.cddscenario]
-
val
ifString: String
- Attributes
- protected[one.xingyi.cddscenario]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
optBecause: Option[PartialFunction[P, R]]
- Attributes
- protected[one.xingyi.cddscenario]
-
val
optCode: Option[(P) ⇒ R]
- Attributes
- protected[one.xingyi.cddscenario]
-
val
optResult: Option[R]
- Attributes
- protected[one.xingyi.cddscenario]
-
val
optWhen: Option[(P) ⇒ Boolean]
- Attributes
- protected[one.xingyi.cddscenario]
- def scenario: Scenario[P, R]
-
implicit
val
scenarioAggregator2: ScenarioAggregator2[P, R]
- Attributes
- protected[one.xingyi.cddscenario]
-
def
scenarioLogic: SingleScenarioLogic[P, R]
- Attributes
- protected[one.xingyi.cddscenario]
-
val
situation: P
- Attributes
- protected[one.xingyi.cddscenario]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
thenString: String
- Attributes
- protected[one.xingyi.cddscenario]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withBecausePrim(because: PartialFunction[P, R], ifString: String, thenString: String): ScBuilder[P, R, HasResult, No, HasCode, Yes]
- Attributes
- protected[one.xingyi.cddscenario]
-
def
withData(data: EngineComponentData): ScBuilder[P, R, HasResult, HasWhen, HasCode, HasBecause]
- Attributes
- protected[one.xingyi.cddscenario]
-
def
withResultPrim(r: R): ScBuilder[P, R, Yes, HasWhen, No, No]
- Attributes
- protected[one.xingyi.cddscenario]