Interface QualityEffectSpecificationFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
QualityEffectSpecificationFactoryImpl

public interface QualityEffectSpecificationFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
Generated class or method.
  • Field Details

  • Method Details

    • createModel

      Model createModel()
      Returns a new object of class 'Model'.
      Returns:
      a new object of class 'Model'.
      Generated class or method.
    • createQualityEffectSpecification

      QualityEffectSpecification createQualityEffectSpecification()
      Returns a new object of class 'Quality Effect Specification'.
      Returns:
      a new object of class 'Quality Effect Specification'.
      Generated class or method.
    • createComponentSpecification

      ComponentSpecification createComponentSpecification()
      Returns a new object of class 'Component Specification'.
      Returns:
      a new object of class 'Component Specification'.
      Generated class or method.
    • createComponentProperty

      ComponentProperty createComponentProperty()
      Returns a new object of class 'Component Property'.
      Returns:
      a new object of class 'Component Property'.
      Generated class or method.
    • createName

      Name createName()
      Returns a new object of class 'Name'.
      Returns:
      a new object of class 'Name'.
      Generated class or method.
    • createIdentifier

      Identifier createIdentifier()
      Returns a new object of class 'Identifier'.
      Returns:
      a new object of class 'Identifier'.
      Generated class or method.
    • createAnnotation

      Annotation createAnnotation()
      Returns a new object of class 'Annotation'.
      Returns:
      a new object of class 'Annotation'.
      Generated class or method.
    • createType

      Type createType()
      Returns a new object of class 'Type'.
      Returns:
      a new object of class 'Type'.
      Generated class or method.
    • createRole

      Role createRole()
      Returns a new object of class 'Role'.
      Returns:
      a new object of class 'Role'.
      Generated class or method.
    • createRoleProperty

      RoleProperty createRoleProperty()
      Returns a new object of class 'Role Property'.
      Returns:
      a new object of class 'Role Property'.
      Generated class or method.
    • createAssembly

      Assembly createAssembly()
      Returns a new object of class 'Assembly'.
      Returns:
      a new object of class 'Assembly'.
      Generated class or method.
    • createResource

      Resource createResource()
      Returns a new object of class 'Resource'.
      Returns:
      a new object of class 'Resource'.
      Generated class or method.
    • createResourceProperty

      ResourceProperty createResourceProperty()
      Returns a new object of class 'Resource Property'.
      Returns:
      a new object of class 'Resource Property'.
      Generated class or method.
    • createTransformationSpecification

      TransformationSpecification createTransformationSpecification()
      Returns a new object of class 'Transformation Specification'.
      Returns:
      a new object of class 'Transformation Specification'.
      Generated class or method.
    • createNQA

      NQA createNQA()
      Returns a new object of class 'NQA'.
      Returns:
      a new object of class 'NQA'.
      Generated class or method.
    • createReasoning

      Reasoning createReasoning()
      Returns a new object of class 'Reasoning'.
      Returns:
      a new object of class 'Reasoning'.
      Generated class or method.
    • createRule

      Rule createRule()
      Returns a new object of class 'Rule'.
      Returns:
      a new object of class 'Rule'.
      Generated class or method.
    • createEntry

      Entry createEntry()
      Returns a new object of class 'Entry'.
      Returns:
      a new object of class 'Entry'.
      Generated class or method.
    • createNumericValue

      NumericValue createNumericValue()
      Returns a new object of class 'Numeric Value'.
      Returns:
      a new object of class 'Numeric Value'.
      Generated class or method.
    • getQualityEffectSpecificationPackage

      QualityEffectSpecificationPackage getQualityEffectSpecificationPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.