Uses of Interface
com.rapidtransform.product.model.PhysicalInstanceDefinition

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

Uses of PhysicalInstanceDefinition in com.rapidtransform.part.model
 

Classes in com.rapidtransform.part.model that implement PhysicalInstanceDefinition
 class Assembly
          An Assembly is a type of ItemView that represents an ItemVersion with sub-items.
 class CollectionView
          Definition of an ItemVersion that serves as a collection of ItemInstance objects that are on the same product but may not be assembled together.
 class ItemView
          This class represents a view of a specific item.
 

Uses of PhysicalInstanceDefinition in com.rapidtransform.product.model
 

Classes in com.rapidtransform.product.model that implement PhysicalInstanceDefinition
 class AlternateSolution
          This class represents an alternative solution for a product.
 class FinalSolution
          A final solution is a set of additional sensual characteristics that can be applied to an item instance that represents a neutral part to finalize it's definition.
 class Product
          A product is an object with the capability to be realized by, decomposed into or specialized by a set of ProductConstituent objects in a functional, logical, or physical manner.
 class ProductComponent
          A ProductComponent is an element in a conceptual product structure.
 class ProductFunction
          The ProductFunction is a specific action or behavior expected of a product.
 class SupplierSolution
          An alternate solution provided by a specific supplier.
 class TechnicalSolution
          An alternate solution where the requirements are fulfilled in a technical way.
 

Methods in com.rapidtransform.product.model that return PhysicalInstanceDefinition
 PhysicalInstanceDefinition PhysicalInstance.getRealizationOf()
           
 

Methods in com.rapidtransform.product.model with parameters of type PhysicalInstanceDefinition
 void PhysicalInstance.setRealizationOf(PhysicalInstanceDefinition realizationOf)