Packages

class DmnEngine extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DmnEngine
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DmnEngine(configuration: Configuration = DmnEngine.Configuration(), auditLogListeners: List[AuditLogListener] = List.empty, clock: FeelEngineClock = FeelEngineClock.SystemClock)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bkmEval: BusinessKnowledgeEvaluator
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. val contextEval: ContextEvaluator
  8. val decisionEval: DecisionEvaluator
  9. val decisionTableEval: DecisionTableEvaluator
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def eval(dmn: ParsedDmn, decisionId: String, variables: Map[String, AnyRef]): DecisionResult
  13. def eval(dmn: ParsedDmn, decisionId: String, variables: Map[String, Any]): DecisionResult
  14. def evalByName(dmn: ParsedDmn, decisionName: String, variables: Map[String, AnyRef]): DecisionResult
  15. def evalByName(dmn: ParsedDmn, decisionName: String, variables: Map[String, Any]): DecisionResult
  16. val feelEngine: FeelEngineApi
  17. val functionDefinitionEval: FunctionDefinitionEvaluator
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. val invocationEval: InvocationEvaluator
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val listEval: ListEvaluator
  23. val literalExpressionEval: LiteralExpressionEvaluator
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. def parse(stream: InputStream): Either[Failure, ParsedDmn]
  28. val parser: DmnParser
  29. val relationEval: RelationEvaluator
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def eval(stream: InputStream, decisionId: String, context: Map[String, AnyRef]): Either[Failure, EvalResult]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.7.0) The DMN should be parsed before evaluating it

  2. def eval(stream: InputStream, decisionId: String, context: Map[String, Any]): Either[Failure, EvalResult]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.7.0) The DMN should be parsed before evaluating it

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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped