BOM files

A BOM file (.bom) is a text file that defines part of the business object model (BOM)

The format of a BOM file is similar to the Java™ class definition format.

Here is an example of a .bom file:


public class MyClass
{
    public int attribute;
    public ilog.rules.brl.String method(float arg);
}