How to create a project with Oracle Policy Modeling
This blog is about how to create a project with Oracle Policy Modeling.
You can do it successfully if you do what I teach you, en, Now, we will start!
Step 1:
Open Oracle Policy Modeling, File --> New Project...
Type the "hongten-pom" for the Project Name, and click "Create" button.
then, The Oracle Policy Modeling will create a new project in the "Project Explorer" window.
Step 2:
Select the "Rules" folder in the "Project Explorer" window.
Right Click -- > "Add New Excel Document" --> Named : "hongten_pom_demo" for new excel.
Double click the "hongten_pom_demo.xls" document, and the below image will display with your Excel software.
Step 3:
The new excel document "hongten_pom_demo.xls" has two sheets : "Declarations" sheet(above) and "Rule Table" sheet(below).
Step 4:
We select the "Declarations" sheet and type the some declarations as below.
Step 5:
When the Step 4 has finished and saved, we select the "Rule Table" sheet and type the rules as below.
Step 6:
When the Step 5 has finished and saved, we click the "Compile" button.
then the "Confirm New Attributs" dialog will display and click "Ok" button.
then the Oracle Policy Modeling Compilation complete and document saved.
Step 7:
Back to Oracle Policy Modeling, Build --> Build and Run
Click the "Run" button, the below dialog will display and click "Yes" button also.
Step 8:
Oracle Policy Modeling will open your default broswer(i.g. Chrome in my computer), and display as below
Click the link "What is the client's tax rate?", and you will go to the below page, and type the "5/2/06"(2006-05-02)
Click "Submit" button, and type the "3590"
click the "Submit" button, and the result page will display as below
Step 9:
You should click the link "Why?" to see the details.
and compare with your rules in the "hongten_pom_demo.xls" excel document.
then you did it perfectly.
========================================================
More reading,and english is important.
I'm Hongten

E | hongtenzone@foxmail.com B | http://www.cnblogs.com/hongten
========================================================
How to create a project with Oracle Policy Modeling的更多相关文章
- 使 Excel 规则更容易理解(Oracle Policy Modeling-Make your Excel rules easier to understand)
有以下几种方法可以使 Excel 规则更容易理解. 在 Excel 工作簿中缩短属性名称 您可以使用图例关键字创建在 Excel 中引用属性的缩写方式.可以根据情况指定此缩写形式. 要指定图例关键字, ...
- 在 Excel 工作簿中定义决策表(Oracle Policy Modeling-Define decision tables in Excel workbooks)
要在 Excel 中编写规则,您只需在表中编写规则,并使用 Oracle Policy Modeling 样式标识单元格中的信息类型, 以便这些规则可以编译并在 Oracle Determinatio ...
- create dll project based on the existing project
Today, I have to create a dll project(called my.sln), the dllmain.cpp/.h/ is already in another proj ...
- create python project steps
Setting Up Your First Project You don't have to manually create the structure above, many tools will ...
- Create the Project
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspn ...
- Eclipse Maven to create Struts2 Project
Follow the guide in this page: http://blog.csdn.net/topwqp/article/details/8882965 problem met : Des ...
- How to create a project with existing folder of files in Visual Studio?
1. Select Visual Studio tool bar-> New -> Project from existing code-> continue with config ...
- Step by Step 設定 TFS 2012 Create Team Project 權限 - 避免 TF218017、TF250044
基本上權限的設定和 以往的 TFS 沒有什麼太大的差別 只是這次的權限設定畫面有略作些調整,我還是一併整理一下 當我們用 TFSSetup 的帳號安裝完 TFS 2012 後 想要在自已的電腦上用自已 ...
- vs 2019 create new project 创建新项目
下面的place solution and project in the same directory 不需要勾选
随机推荐
- 【Java EE 学习 21 上】【其它类型的监听器】【使用HttpSessionActivationListener监听session的活化和钝化】
一.ServletContextListener Method Summary void contextDestroyed(ServletContextEvent sce) R ...
- 如何安装sublime text2以及它的插件?
下载Sublime Text2的安装包,安装,安装后打开的界面如图 下面我们来给他安装插件,首先安装packagecontrol,打开菜单栏中的View-->show console 在 ...
- hdu 4055 递推
转自:http://blog.csdn.net/shiqi_614/article/details/7983298 题意:由数字1到n组成的所有排列中,问满足题目所给的n-1个字符的排列有多少个,如果 ...
- WebRTC代码走读(八):代码目录结构
转载注明出处http://blog.csdn.net/wanghorse ├── ./base //基础平台库,包括线程.锁.socket等 ├── ./build //编译脚本,gyp ├── ./ ...
- ASSM 的三级位图结构
自动段空间管理(ASSM),它首次出现在Oracle920里(在920以前,段空间的管理方式叫做MSSM,它是由连接列表freelist来完成的,因为freelist存在串行的问题,因此容易引起段头的 ...
- Serializable序列化对象
Serializable序列化对象发送: Intent intent = new Intent(); intent.setClass(mContext, HomeDetailReportActivit ...
- jQuery基础知识点(DOM操作)
1.样式属性操作 1)设置样式属性操作 ①设置单个样式: // 第一个参数表示:样式属性名称 // 第二个参数表示:样式属性值 $(selector).css(“color”, ...
- cocos2dx游戏开发——别踩白块学习笔记(二)——经典模式的实现
一.创建GameScene以及GameLayer 就是简单创建一个Scene而已,在此就不多说啦~,可以参照我的打飞机的学习笔记(2). 二.添加一个开始栏 很简单,就是调用Block中的create ...
- 为什么我们可以使用while(~scanf("%d"))读到文件末尾
经过测试文件末尾是一个标志位EOF 在c语言里我们用int来输出EOF 可以发现EOF等于-1 我们之前那个文章已经写过了..在c语言里负数的存储策略是补码 [-1]的补码=~(1)+1 那么就是比如 ...
- LoadRunner编程之跳出迭代【exit(-1)和return 0】
只运行了一次迭代,就结束了. LR脚本实践:关于lr中exit(-1)和return 0的区别 exit(-1):从当前action里面exit(-1)所在行,当前迭代里面直接退出来,终止运行: ...