You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the DMN engine will be integrated into Java projects, it should expose the same APIs for Scala and Java. The (major) public classes should be used smoothly with Java (e.g. avoid exposing unhandy Scala classes).
This includes the following parts:
parse DMN
ParsedDmn
DecisionResult
EvalResult
EvalFailure
AuditLog
The text was updated successfully, but these errors were encountered:
Description
Since the DMN engine will be integrated into Java projects, it should expose the same APIs for Scala and Java. The (major) public classes should be used smoothly with Java (e.g. avoid exposing unhandy Scala classes).
This includes the following parts:
The text was updated successfully, but these errors were encountered: