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的更多相关文章

  1. 使 Excel 规则更容易理解(Oracle Policy Modeling-Make your Excel rules easier to understand)

    有以下几种方法可以使 Excel 规则更容易理解. 在 Excel 工作簿中缩短属性名称 您可以使用图例关键字创建在 Excel 中引用属性的缩写方式.可以根据情况指定此缩写形式. 要指定图例关键字, ...

  2. 在 Excel 工作簿中定义决策表(Oracle Policy Modeling-Define decision tables in Excel workbooks)

    要在 Excel 中编写规则,您只需在表中编写规则,并使用 Oracle Policy Modeling 样式标识单元格中的信息类型, 以便这些规则可以编译并在 Oracle Determinatio ...

  3. 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 ...

  4. create python project steps

    Setting Up Your First Project You don't have to manually create the structure above, many tools will ...

  5. Create the Project

    https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspn ...

  6. Eclipse Maven to create Struts2 Project

    Follow the guide in this page: http://blog.csdn.net/topwqp/article/details/8882965 problem met : Des ...

  7. 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 ...

  8. Step by Step 設定 TFS 2012 Create Team Project 權限 - 避免 TF218017、TF250044

    基本上權限的設定和 以往的 TFS 沒有什麼太大的差別 只是這次的權限設定畫面有略作些調整,我還是一併整理一下 當我們用 TFSSetup 的帳號安裝完 TFS 2012 後 想要在自已的電腦上用自已 ...

  9. vs 2019 create new project 创建新项目

    下面的place solution and project in the same directory 不需要勾选

随机推荐

  1. 【PHP XML与dtd概述【完整版】】

    一.XML文件简介 关于XML的大多数人都知道一些,HTML->xhtml->xml,这个顺序本来应当是HTML发展的顺序. XML可以当做配置文件使用,还可以充当小型的数据库. vers ...

  2. sdut 2445 小学数学

    小学数学 Time Limit: 1000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描述 题目链接:http://acm.sdut.edu.cn/sdutoj/p ...

  3. SQL语法中的JOIN类型

    这个要弄明白哟..CROSS JOIN, NATURAL, INNER JOIN ,LEFT OUTER JOIN(LEFT JOIN) 等等....带LEFT,RIGHT的必为OUTER,所以OUT ...

  4. go sample - format

    go sample - format package mainimport "fmt"import "os"type point struct { x, y i ...

  5. Visual Studio 2015将在7月20号RTM

    (此文章同时发表在本人微信公众号"dotNET每日精华文章",欢迎右边二维码来关注.) 题记:用了3个多月的VS 2015终于要迎来RTM了,不过感觉有点淡淡的忧伤(为什么呢?请看 ...

  6. 您的 PHP 似乎没有安装运行 WordPress 所必需的 MySQL 扩展”处理方法

    转自:http://www.xuebuyuan.com/1549022.html 这已经是一个老掉牙的问题了,部分人使用自己的服务器安装WordPress程序之后,会出现“您的 PHP 似乎没有安装运 ...

  7. Linux下配置OpenCV1.0环境

    自己一直嚷嚷着打算学学图像识别,识别个简单的,车牌号,验证码之类的,之前查过资料,OpenCV可以实现.昨天花了一个下午终于配置好环境了,今天写下总结. OpenCV这一名称包含了Open和Compu ...

  8. java 访问 usb

    java 要访问 usb 设备,通常要自己写c/c++代码,然后再用 java 访问这些组件,以达到控制usb设备的目的.但现在有一个开源组件 libusb 帮我们做好了访问usb设备的封装(包括wi ...

  9. 在IIS上部署SSL

    背景: 在处理DropboxAPI开发时,其重定向的URL地址必须是https的[除了localhost],不得已在自己网站上加了ssl,下面简单介绍下添加自签名证书,毕竟只是临时使用. 1.打开II ...

  10. 2016北京网络赛 hihocoder 1391 Countries 树状数组

    Countries   描述 There are two antagonistic countries, country A and country B. They are in a war, and ...