| ILOG JRules User Guide > Storing and Sharing Rules > Concepts > Rule Project Storage > File Types > BOM Files |
BOM Files |
PREVIOUS NEXT |
A BOM file (.bom) is a text file that defines a part of the BOM. Its format 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);
}
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |