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

Packages that use ItemViewRelation
com.rapidtransform.part.model   
 

Uses of ItemViewRelation in com.rapidtransform.part.model
 

Subclasses of ItemViewRelation in com.rapidtransform.part.model
 class GenericItemViewRelation
          A relation between two ItemView objects whose relation is defined by the relationType attribute on this class.
 class MakeFromRelation
          The MakeFromRelation class is a link between an ItemView, such as a Raw Material or semi-finished item, and another ItemView from which the other material is constructed.
 class ReplacedByRelation
          The ReplacedByRelation is a link between two ItemView objects where the relating ItemView is replacing the related ItemView.
 class ToolItemRelation
          This class is a link between a Tool ('relating' attribute) and an item ('related' attribute) that is created with the tool.
 

Methods in com.rapidtransform.part.model that return types with arguments of type ItemViewRelation
 java.util.Collection<ItemViewRelation> ItemView.getItemViewRelations()
          Links this ItemView with other ItemViews.
 

Method parameters in com.rapidtransform.part.model with type arguments of type ItemViewRelation
 void ItemView.setItemViewRelations(java.util.Set<ItemViewRelation> itemViewRelations)