Uses of Class
com.rapidtransform.part.model.ItemInstanceRelation

Packages that use ItemInstanceRelation
com.rapidtransform.part.model   
 

Uses of ItemInstanceRelation in com.rapidtransform.part.model
 

Subclasses of ItemInstanceRelation in com.rapidtransform.part.model
 class GenericItemInstanceRelation
          Defines a relation between two ItemInstance objects whose relation is defined by the relationType attribute on this class.
 class ReplacedUsageRelation
          This class is a link between two ItemInstance objects where the relating ItemInstance is being replaced by the related ItemInstance.
 

Methods in com.rapidtransform.part.model that return types with arguments of type ItemInstanceRelation
 java.util.Collection<ItemInstanceRelation> ItemInstance.getRelations()
           
 

Method parameters in com.rapidtransform.part.model with type arguments of type ItemInstanceRelation
 void ItemInstance.setRelations(java.util.Set<ItemInstanceRelation> relations)