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

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

Uses of InstanceUsageContext in com.rapidtransform.part.model
 

Classes in com.rapidtransform.part.model that implement InstanceUsageContext
 class AssemblyRelation
          This class is the relationship between components on a product structure or BOM.
 class CollectedItemRelation
          Associates an ItemInstance with a CollectionDefinition.
 class GenericItemViewInstanceRelation
          A general relation between an ItemView and an ItemInstance that is further defined by the relationType attribute.
 class ItemViewInstanceRelation
          This abstract class represents the relation between an ItemView and an ItemInstance.
 class NextHigherRelation
          The NextHigherRelation represents the link between a component on an assembly and the parent assembly for the component.
 

Uses of InstanceUsageContext in com.rapidtransform.product.model
 

Classes in com.rapidtransform.product.model that implement InstanceUsageContext
 class ProductStructureRelation
          The ProductStructureRelation links a Product with it's ProductConstituents, where the consituent is a functional, logical, or physical component or realization of the complex product.
 class ProductToItemInstance
           
 class ProductToProduct