Uses of Interface
com.rapidtransform.part.model.ItemInformation

Packages that use ItemInformation
com.rapidtransform.part.model   
com.rapidtransform.product.model   
 

Uses of ItemInformation in com.rapidtransform.part.model
 

Classes in com.rapidtransform.part.model that implement ItemInformation
 class Assembly
          An Assembly is a type of ItemView that represents an ItemVersion with sub-items.
 class CollectionView
          Definition of an ItemVersion that serves as a collection of ItemInstance objects that are on the same product but may not be assembled together.
 class ItemInstance
          An ItemInstance represents the occurrence of an Item in a product structure that is defined either by an ItemView or a ProductIdentification.
 class ItemView
          This class represents a view of a specific item.
 class QuantifiedInstance
          A QuantifiedInstance is an object with a specified number quantity for this item in the product structure.
 class SelectedInstance
          The SelectedInstance is an item on a product structure whose quantity depends on the selection control constraints (@see SelectionControl).
 class SingleInstance
          This class is one instance of either an ItemView or a Product.
 class SpecifiedInstance
          This class identifies a single item on an assembly that reuses partial decompositions.
 

Uses of ItemInformation in com.rapidtransform.product.model
 

Classes in com.rapidtransform.product.model that implement ItemInformation
 class PhysicalInstance
          A PhysicalInstance is the definition of a physically realized object which may be identified by a serial number and lot id.
 class ProductComponent
          A ProductComponent is an element in a conceptual product structure.