class DmnEngine extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DmnEngine
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DmnEngine(configuration: Configuration = DmnEngine.Configuration(), auditLogListeners: List[AuditLogListener] = List.empty)
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
- val bkmEval: BusinessKnowledgeEvaluator
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val contextEval: ContextEvaluator
- val decisionEval: DecisionEvaluator
- val decisionTableEval: DecisionTableEvaluator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def eval(dmn: ParsedDmn, decisionId: String, variables: Map[String, AnyRef]): Either[Failure, EvalResult]
- def eval(stream: InputStream, decisionId: String, context: Map[String, AnyRef]): Either[Failure, EvalResult]
- def eval(dmn: ParsedDmn, decisionId: String, variables: Map[String, Any]): Either[Failure, EvalResult]
- def eval(stream: InputStream, decisionId: String, context: Map[String, Any]): Either[Failure, EvalResult]
- def evalByName(dmn: ParsedDmn, decisionName: String, variables: Map[String, AnyRef]): Either[Failure, EvalResult]
- def evalByName(dmn: ParsedDmn, decisionName: String, variables: Map[String, Any]): Either[Failure, EvalResult]
- val feelEngine: FeelEngine
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val functionDefinitionEval: FunctionDefinitionEvaluator
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val invocationEval: InvocationEvaluator
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val listEval: ListEvaluator
- val literalExpressionEval: LiteralExpressionEvaluator
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(stream: InputStream): Either[Failure, ParsedDmn]
- val parser: DmnParser
- val relationEval: RelationEvaluator
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val valueMapper: ValueMapper
-
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
- @native() @throws( ... )