Packages

c

one.xingyi.cddengine

ScenarioAndPathThroughTreeRendering

class ScenarioAndPathThroughTreeRendering[P, R] extends SimpleDecisionTreeRendering[P, R]

Linear Supertypes
SimpleDecisionTreeRendering[P, R], DecisionTreeRendering[JsonObject, P, R], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScenarioAndPathThroughTreeRendering
  2. SimpleDecisionTreeRendering
  3. DecisionTreeRendering
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScenarioAndPathThroughTreeRendering(withScenarioData: ScenarioAndPathThroughTree[P, R])(implicit urlGenerator: EngineUrlGenerators[P, R])

Type Members

  1. implicit class WithSituationJsonObjectOps[From <: DecisionTreeNode[P, R]] extends AnyRef
  2. implicit class JsonObjectOps extends AnyRef
    Definition Classes
    SimpleDecisionTreeRendering

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[J1](fn: (JsonObject) ⇒ J1): DecisionTreeRendering[J1, P, R]
    Definition Classes
    DecisionTreeRendering
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def conclusionNode: (ConclusionNode[P, R]) ⇒ JsonObject
  8. def decisionNode: (DecisionNode[P, R]) ⇒ JsonObject
  9. def engine: (Engine[P, R]) ⇒ JsonObject
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def issue: (DecisionIssue[P, R]) ⇒ JsonObject
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def node: (DecisionTreeNode[P, R]) ⇒ JsonObject
    Definition Classes
    DecisionTreeRendering
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def scenario: (Scenario[P, R]) ⇒ JsonObject
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def traceData: (NewTreeAndTraceData[P, R]) ⇒ JsonObject
  24. def traceDataWithIndex: (TraceDataWithIndex[P, R]) ⇒ JsonObject
  25. def tree: (DecisionTree[P, R]) ⇒ JsonObject
  26. def useCase: (UseCase[P, R]) ⇒ JsonObject
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SimpleDecisionTreeRendering[P, R]

Inherited from DecisionTreeRendering[JsonObject, P, R]

Inherited from AnyRef

Inherited from Any

Ungrouped