Uses of Class
com.rapidtransform.core.model.VersionControlled

Packages that use VersionControlled
com.rapidtransform.doc.model   
com.rapidtransform.part.model   
com.rapidtransform.product.model   
com.rapidtransform.spec.model   
 

Uses of VersionControlled in com.rapidtransform.doc.model
 

Subclasses of VersionControlled in com.rapidtransform.doc.model
 class Document
           
 

Uses of VersionControlled in com.rapidtransform.part.model
 

Subclasses of VersionControlled in com.rapidtransform.part.model
 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 Item
          An item is either a single object or an assembly of related objects.
 class ItemInstance
          An ItemInstance represents the occurrence of an Item in a product structure that is defined either by an ItemView or a ProductIdentification.
 class ItemVersion
          An ItemVersion is a specific version of an Item.
 class ItemView
          This class represents a view of a specific item.
 class Part
          A Part is a component that is combined with other parts to define a assembly or produc.
 class QuantifiedInstance
          A QuantifiedInstance is an object with a specified number quantity for this item in the product structure.
 class SelectedInstance
          The SelectedInstance is an item on a product structure whose quantity depends on the selection control constraints (@see SelectionControl).
 class SingleInstance
          This class is one instance of either an ItemView or a Product.
 class SpecifiedInstance
          This class identifies a single item on an assembly that reuses partial decompositions.
 

Uses of VersionControlled in com.rapidtransform.product.model
 

Subclasses of VersionControlled in com.rapidtransform.product.model
 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 ProductClass
          The ProductClass is a set of similar products to be offered on the market.
 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 VersionControlled in com.rapidtransform.spec.model
 

Subclasses of VersionControlled in com.rapidtransform.spec.model
 class DesignConstraint
          A design contraint is a requirement for the design process of a product design.
 class DesignConstraintVersion
          A version of a DesignConstraint.
 class Specification
          A specification is a defined rule for a product and it discriminates one product from another member in the same product class.