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