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

Packages that use ItemViewInstanceRelation
com.rapidtransform.part.model   
 

Uses of ItemViewInstanceRelation in com.rapidtransform.part.model
 

Subclasses of ItemViewInstanceRelation in com.rapidtransform.part.model
 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 NextHigherRelation
          The NextHigherRelation represents the link between a component on an assembly and the parent assembly for the component.
 

Methods in com.rapidtransform.part.model that return types with arguments of type ItemViewInstanceRelation
 java.util.Collection<ItemViewInstanceRelation> ItemView.getViewInstanceRelations()
          This relation is used for linking an ItemView to other ItemInstances that do not implement this ItemView.
 

Method parameters in com.rapidtransform.part.model with type arguments of type ItemViewInstanceRelation
 void ItemView.setViewInstanceRelations(java.util.Set<ItemViewInstanceRelation> viewInstanceRelations)