Class | Description |
---|---|
BOMHelper |
Helper class containing static method useful when dealing
with product's bills of materials.
|
BOMNode |
An ItemCoinfigurationNode represents a component in a bill of materials.
|
BOMServices |
Bills of Materials' services implementation.
|
BOMTree |
It represents an (in-memory) bill of materials (in which each
component is an BOMNode)
Useful for tree traversal (breakdown, explosion, implosion).
|