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 不需要勾选
随机推荐
- poj 2104:K-th Number(划分树,经典题)
K-th Number Time Limit: 20000MS Memory Limit: 65536K Total Submissions: 35653 Accepted: 11382 Ca ...
- DIV宽度自动缓慢变化
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content ...
- [LeetCode] Min Stack
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. pu ...
- phpMailer在thinkPHP框架中邮件发送
资源下载地址:http://pan.baidu.com/s/1c0kAoeO 提取码:ry5v 关键代码:application/Common/Common/funciton.php <?php ...
- iOS开发资料链接
ios开发中文文档了 http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/RoadMapiOSCh/chap ...
- JQuery.Ajax()的data参数类型
假如现在有这样一个表单,是添加元素用的. <form id='addForm' action='UserAdd.action' type='post'> <label for='un ...
- SQL详解(上)
SQL 什么是SQL:结构化查询语言(Structured Query Language).SQL标准(例如SQL99,即1999年制定的标准): 由国际标准化组织(ISO)制定的,对DBMS的统一操 ...
- 通过编程发现Java死锁
通过stack也可以发现死锁. 测试类 import java.util.concurrent.TimeUnit; public class Test { public static void mai ...
- node.js整理 02文件操作-常用API
NodeJS不仅能做网络编程,而且能够操作文件. 拷贝 小文件拷贝 var fs = require('fs'); function copy(src, dst) { fs.writeFileSync ...
- [自动运维]weblogic自动发布
近期一个项目属于测试过渡期,bug修复比较频繁,每次都会伴随着项目的打包.上传.发布,此类重复操作近乎每天都会进行,刚好最近在看python相关资料,决定重新将此前学习的weblogic的wlst相关 ...