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

You can add a new test operator to an existing project.

To add a new test operator:

  1. Click File > New > Other.
  2. Expand the ILOG Rule Studio category, expand the Rule Scenario Manager category, and then select Operator.
  3. Click Next.
  4. Select the project in which you want to create the operator, and then click Next.
  5. Specify the following operator values:
  6. - Java Operator Name: Enter the name of the Java class defining the operator.
    - Alias Names: Enter friendly aliases for the operator.
    - Object Types: Specify the objects that can be manipulated by this operator.
    - Accepted Extractors: Specify the extractors that are compatible with this operator.
  7. Click Finish.

Related Concepts

Operator
Tests
Extractor

Related Tasks

Adding an Extractor to a Project
Adding a Type 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