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 | [email protected]  B | http://www.cnblogs.com/hongten

========================================================

时间: 2024-10-17 05:35:03

How to create a project with Oracle Policy Modeling的相关文章

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

有以下几种方法可以使 Excel 规则更容易理解. 在 Excel 工作簿中缩短属性名称 您可以使用图例关键字创建在 Excel 中引用属性的缩写方式.可以根据情况指定此缩写形式. 要指定图例关键字,请执行以下操作: a.在 Excel 中,打开声明工作表. b.在属性类型和属性文本列旁边,添加标题“图例关键字”.单击 Oracle Policy Modeling 工具 栏上的图例关键字标题按钮以设置此单元格的样式.注:此列已存在于默认的 Excel 工作表中, 因此,仅当您在某个阶段人工删除了

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

要在 Excel 中编写规则,您只需在表中编写规则,并使用 Oracle Policy Modeling 样式标识单元格中的信息类型, 以便这些规则可以编译并在 Oracle Determinations Engine 中使用.在文档中可以创建任意数量的规则工作表. 了解用于规则表的样式 打算在 Oracle Policy Modeling 中编译的 Excel 规则需要用随 Oracle Policy Modeling Excel 文档模板一起提供的样式标记.以下样式用于编写规则: 标题单元格

Visual Studio Create Setup project to deploy web application in IIS

Introduction: In this article I will explain how to create setup file in visual studio 2008/2010 to deploy web application file directly in IIS or in client machine or how to place web application folder in c:\\inetpub\wwwroot folder by running setup

Mac Error Create Android Project - “Errors running builder 'Android Resource Manager' on project”

http://stackoverflow.com/questions/18096315/mac-error-create-android-project-errors-running-builder-android-resource-man 在mac笔记本上运行android eclipse报标题的错误,然后在stackoverflow上找到了答案 18down votefavorite 5 I spent the whole day just trying to create a simple

创建一个Eclipse项目【Create a Project with Eclipse】

最近一个问题很困扰我,今天则得到了答案,也意味着我该选择了. 不知道大家有没有遇到过这样的情况,我是上年刚毕业,大四时进行过java培训,12年9月-13年4月,在这之前已经自学过java.7月份时进入一家公司工作,今年3月份辞职,4月份找到工作,来上班了.一开始就不太喜欢公司氛围,前台,hr,态度什么的都不太好,工作环境也极像客服部,整天电话不断,讨论声不断,第一个星期真是煎熬,去了两三天之后有辞职的想法,但是后面想想还是算了,公司待遇还可以. 但是进入到公司后leader让学PHP,学PHP

Oracle Policy For NBU

Theory:NBU use a automatic script to connect RMAN and backup database Steps: First,make a automatic script. Second,build a oracle policy First: Make a automatic script.NBU has provide some scripts on it's client directory You can find it in /usr/open

创建Z-Stack项目的工具(Create Z-Stack Project For IAR)

         Create Z-Stack Project For IAR 做Zigbee开发用CC2530肯定会用到Z-Stack,而开发环境一般选IAR Embedded Workbench,但是麻烦的是每次新建一个Z-Stack项目工程就是噩梦,各种复制和修改烦人不得以,因此这个工具就是简化基于Z-Stack库创建项目的过程.有问题请与我联系!QQ441673604. ***********************************************************

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 project(called A.sln), I only have to update the included lib file in my dll project. So I create a new win32 project, which is an empty dll project. Here

Create the Project

https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/create-the-project Download Wingtip Toys Sample Project (C#) or Download E-book (PDF) This tutorial series will teach you the basics o