Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 ILOG 的新手,我想知道,这句话是什么意思:
IlrContext() from ?context;
在我的工作空间的示例项目中,我没有看到将“上下文”定义为变量。这是在 ILOG 中定义的隐式变量吗?
IlrContext是所有执行上下文的基类。规则只能在执行上下文中执行。
IlrContext
实例IlrContext向引擎提供所有上下文数据(rulesets,variables等parameters)
rulesets
variables
parameters
IlrContext 类