Importing the Java BitSet class
If the BIT string type that has multiple bits is in the
PL/I include file, it maps to the BitSet class in Java™. Before you author action rules that use
the operations that are defined in the BitSet class, you must import
the java.util.BitSet class and define the vocabulary.
The Java BitSet class is imported
in the BOM.
Procedure
- In the Rule Explorer of Rule Designer, right-click bom in your rule project and click .
- In the New BOM Entry window, type the name of the new BOM entry and click Next.
- Click Browse XOM. Select the Java JDK and click OK.
- Select the
java.util.BitSetclass and click Finish.