Uses of Class
com.rapidtransform.product.model.PhysicalAssemblyRelation

Packages that use PhysicalAssemblyRelation
com.rapidtransform.product.model   
 

Uses of PhysicalAssemblyRelation in com.rapidtransform.product.model
 

Methods in com.rapidtransform.product.model that return types with arguments of type PhysicalAssemblyRelation
 java.util.Set<PhysicalAssemblyRelation> PhysicalInstance.getPhysicalAssemblies()
           
 

Method parameters in com.rapidtransform.product.model with type arguments of type PhysicalAssemblyRelation
 void PhysicalInstance.setPhysicalAssemblies(java.util.Set<PhysicalAssemblyRelation> physicalAssemblies)