JAVA以及如何执行用户代码

发布于 2024-08-25 22:26:06 字数 326 浏览 4 评论 0原文

我正在构建一个工具,它应该根据一些值进行诊断...... 它应该是用户可扩展的,因此对条件进行硬编码不是解决方案...

假设我们进行血液测试...

例如...WBC,ALDO... 我希望用户能够以某种方式编写脚本

if (WBC. Between(4,10) && ALDO.greater(5) || SOMETHINGELESE.isTrue()) ..... Diagnostic="MPLAMPLA" ...

问题是 1)编写我的解析器 2)或者尝试找到一些在运行时执行用户条件的东西并自定义它。 3)另一种方式

请帮忙,需要想法!

I am building a tool which should do a diagnosis based on some values...
It should be user extensible so hardcoding the conditions isnt a solution...

Suppose that we have a blood test...

example ... WBC , ALDO ...
And i want the user to be able to write somehow scripts

if (WBC.between(4,10) && ALDO.greater(5) || SOMETHINGELESE.isTrue()) ..... diagnosis="MPLAMPLA"...

The problem is
1)Write my parser
2)Or try to find something that executes user conditionals at runtime and customize it..
3)another way

Please help,ideas needed!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇纵 2024-09-01 22:26:06
  1. 使用脚本(您可以使用 javascript、bsh、groovy 等)。请参阅此处教程
  2. 使用工作流引擎,例如 jBPM
  1. Use scripting (you can use javascript, bsh, groovy, etc). See tutorial here
  2. Use workflow engine, e.g. jBPM
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文