ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Tasks > Defining Rule Scenario Manager Artifacts > Adding a Type to a Project

You can add a new type to an existing project.

To add a new type:

  1. Click File > New > Other.
  2. Expand the ILOG Rule Studio category, expand the Rule Scenario Manager category, and then select Type.
  3. Click Next.
  4. Select the project in which you want to add the type, and then click Next.
  5. Specify the following type values:
  6. - Java Type Name: Enter the name of the Java class defining the type.
    - Alias Name: Enter a friendly alias for the type.
  7. Click Finish.

Related Concepts

Tests
Operator
Extractor

Related Tasks

Adding an Extractor to a Project
Adding an Operator to a Project

Related Reference

Rule Scenario Manager XML and Java Artifacts
Test Extractor, Operator, and Type Java Definitions

Related Samples

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