Reference > Rule Studio User Interface > Wizards > New Type Wizard

This wizard defines a new type in Rule Scenario Manager. The type declares the nature of the data, such as string, date, or integer.

To open the New Type Wizard, in the File menu select New > Other, open ILOG Rule Studio, open the Rule Scenario Manager category, and click Type.

Select Project Page

The Project page is where you select the Java project in which to create the new files. Select a project from the list.

New Type Page

The Type page is where you define a new type.

Table 65 New Type Page
Section 
Purpose 
Java Type Name 
Enter a name for the Java file to contain the type code. 
Alias Name 
Enter a friendly name for the type to use in tests. 

Related Concepts

Tests

Related Tasks

Adding a Type to a Project

Related Reference

New Extractor Wizard
New Operator Wizard
Test Extractor, Operator, and Type Java Definitions

Related Samples and Tutorials

How to Test Rules in Rule Scenario Manager Using Java Binding
How to Test Rules in Rule Scenario Manager using XML Binding