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

Packages that use Effective
com.rapidtransform.classification.model   
com.rapidtransform.part.model   
com.rapidtransform.product.model   
com.rapidtransform.spec.model   
 

Uses of Effective in com.rapidtransform.classification.model
 

Classes in com.rapidtransform.classification.model that implement Effective
 class ClassificationSystem
           
 

Uses of Effective in com.rapidtransform.part.model
 

Classes in com.rapidtransform.part.model that implement Effective
 class AssemblyRelation
          This class is the relationship between components on a product structure or BOM.
 class CollectedItemRelation
          Associates an ItemInstance with a CollectionDefinition.
 class GenericItemInstanceRelation
          Defines a relation between two ItemInstance objects whose relation is defined by the relationType attribute on this class.
 class GenericItemViewInstanceRelation
          A general relation between an ItemView and an ItemInstance that is further defined by the relationType attribute.
 class GenericItemViewRelation
          A relation between two ItemView objects whose relation is defined by the relationType attribute on this class.
 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 ItemInstanceRelation
          This class is the relationship between two ItemInstance objects.
 class ItemVersion
          An ItemVersion is a specific version of an Item.
 class ItemViewInstanceRelation
          This abstract class represents the relation between an ItemView and an ItemInstance.
 class ItemViewRelation
          This class links two ItemView objects.
 class MakeFromRelation
          The MakeFromRelation class is a link between an ItemView, such as a Raw Material or semi-finished item, and another ItemView from which the other material is constructed.
 class NextHigherRelation
          The NextHigherRelation represents the link between a component on an assembly and the parent assembly for the component.
 class QuantifiedInstance
          A QuantifiedInstance is an object with a specified number quantity for this item in the product structure.
 class ReplacedByRelation
          The ReplacedByRelation is a link between two ItemView objects where the relating ItemView is replacing the related ItemView.
 class ReplacedUsageRelation
          This class is a link between two ItemInstance objects where the relating ItemInstance is being replaced by the related ItemInstance.
 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.
 class ToolItemRelation
          This class is a link between a Tool ('relating' attribute) and an item ('related' attribute) that is created with the tool.
 

Uses of Effective in com.rapidtransform.product.model
 

Classes in com.rapidtransform.product.model that implement Effective
 class AlternateSolution
          This class represents an alternative solution for a product.
 class ComplexProductRelation
           
 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 ProductSpecRelation
           
 class ProductStructureRelation
          The ProductStructureRelation links a Product with it's ProductConstituents, where the consituent is a functional, logical, or physical component or realization of the complex product.
 class ProductToItemInstance
           
 class ProductToProduct
           
 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 Effective in com.rapidtransform.spec.model
 

Subinterfaces of Effective in com.rapidtransform.spec.model
 interface SpecRelation<SourceType extends Specified>
          Relates Specifications to other objects.
 

Classes in com.rapidtransform.spec.model that implement Effective
 class AbstractSpecRelation
          TODO remove - replaced by SpecRelation
 class BaseSpecRelation<SourceType extends Specified>
           
 class ClassCategoryAssociation
          The ClassCategoryAssociation is an association between a SpecCategory and a ProductClass.
 class ClassConditionAssociation
          This class is an association between a ProductClass and a SpecCondition.
 class ClassInclusionAssociation
          This class represents the assignment of a SpecInclusion to a ProductClass.
 class ClassSpecificationAssociation
          Associates a specificiation to a product class.
 class ClassStructureRelation
          Links a ProductClass to a ProductFunction or ProductComponent.
 class Configuration
          A configuration is the association of a ClassConditionAssociation or ClassSpecAssociation with a design or process in order to define a valid usage by using the rules specified in the condition or specification.
 class DesignConstraint
          A design contraint is a requirement for the design process of a product design.
 class DesignConstraintVersion
          A version of a DesignConstraint.
 class SpecCategory
          The spec category is a group of specifications which serve the same purpose.
 class SpecExpression
          Combination of specification objects combined with a boolean operators.
 class Specification
          A specification is a defined rule for a product and it discriminates one product from another member in the same product class.
 class SpecInclusion
          The inclusion specifies how a specification or specExpression includes another specification or expression.
 

Methods in com.rapidtransform.spec.model that return Effective
 Effective EffectivityAssignment.getAppliedTo()
           
 

Methods in com.rapidtransform.spec.model with parameters of type Effective
 void EffectivityAssignment.setAppliedTo(Effective appliedTo)