我是ILOG新手,我想知道这句话是什么意思:
IlrContext() from ?context;
在我的工作空间中,我没有看到"context“被定义为示例项目中的变量。这是ILOG中定义的隐式变量吗?
发布于 2013-05-25 16:09:08
IlrContext是所有执行上下文的基类。规则只能在执行上下文中执行。
IlrContext
IlrContext Class
https://stackoverflow.com/questions/11549457
相似问题