JAVA以及如何执行用户代码
我正在构建一个工具,它应该根据一些值进行诊断...... 它应该是用户可扩展的,因此对条件进行硬编码不是解决方案...
假设我们进行血液测试...
例如...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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)