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

Packages that use FinalDefinition
com.rapidtransform.part.model   
com.rapidtransform.product.model   
com.rapidtransform.spec.model   
 

Uses of FinalDefinition in com.rapidtransform.part.model
 

Classes in com.rapidtransform.part.model that implement FinalDefinition
 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 FinalDefinition in com.rapidtransform.product.model
 

Classes in com.rapidtransform.product.model that implement FinalDefinition
 class PhysicalInstance
          A PhysicalInstance is the definition of a physically realized object which may be identified by a serial number and lot id.
 

Methods in com.rapidtransform.product.model that return types with arguments of type FinalDefinition
 java.util.Set<FinalDefinition> FinalSolution.getDefinition()
           
 

Method parameters in com.rapidtransform.product.model with type arguments of type FinalDefinition
 void FinalSolution.setDefinition(java.util.Set<FinalDefinition> definition)
           
 

Uses of FinalDefinition in com.rapidtransform.spec.model
 

Classes in com.rapidtransform.spec.model that implement FinalDefinition
 class DescriptiveSpec
          This class is a textual description of an object.