Uses of Interface
com.rapidtransform.spec.model.Specified

Packages that use Specified
com.rapidtransform.part.model   
com.rapidtransform.part.service.impl   
com.rapidtransform.product.model   
com.rapidtransform.product.service.impl   
com.rapidtransform.spec.model   
com.rapidtransform.spec.service   
 

Uses of Specified in com.rapidtransform.part.model
 

Classes in com.rapidtransform.part.model that implement Specified
 class ItemVersion
          An ItemVersion is a specific version of an Item.
 

Uses of Specified in com.rapidtransform.part.service.impl
 

Methods in com.rapidtransform.part.service.impl with parameters of type Specified
 Relation<ItemVersion,Specification> ItemServiceImpl.addSpecification(Specified source, Specification target, java.lang.String relationType)
           
 

Uses of Specified in com.rapidtransform.product.model
 

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

Uses of Specified in com.rapidtransform.product.service.impl
 

Methods in com.rapidtransform.product.service.impl with parameters of type Specified
 Relation<Product,Specification> ProductServiceImpl.addSpecification(Specified source, Specification target, java.lang.String relationType)
           
 

Uses of Specified in com.rapidtransform.spec.model
 

Classes in com.rapidtransform.spec.model with type parameters of type Specified
 class BaseSpecRelation<SourceType extends Specified>
           
 interface SpecRelation<SourceType extends Specified>
          Relates Specifications to other objects.
 

Uses of Specified in com.rapidtransform.spec.service
 

Methods in com.rapidtransform.spec.service with parameters of type Specified
 Relation<SpecifiedType,Specification> SpecifiedService.addSpecification(Specified source, Specification target, java.lang.String relationType)