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:
QualityEffectSpecificationPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static QualityEffectSpecificationFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Annotation
createAnnotation()
Returns a new object of class 'Annotation'.Assembly
createAssembly()
Returns a new object of class 'Assembly'.ComponentProperty
createComponentProperty()
Returns a new object of class 'Component Property'.ComponentSpecification
createComponentSpecification()
Returns a new object of class 'Component Specification'.Entry
createEntry()
Returns a new object of class 'Entry'.Identifier
createIdentifier()
Returns a new object of class 'Identifier'.Model
createModel()
Returns a new object of class 'Model'.Name
createName()
Returns a new object of class 'Name'.NQA
createNQA()
Returns a new object of class 'NQA'.NumericValue
createNumericValue()
Returns a new object of class 'Numeric Value'.QualityEffectSpecification
createQualityEffectSpecification()
Returns a new object of class 'Quality Effect Specification'.Reasoning
createReasoning()
Returns a new object of class 'Reasoning'.Resource
createResource()
Returns a new object of class 'Resource'.ResourceProperty
createResourceProperty()
Returns a new object of class 'Resource Property'.Role
createRole()
Returns a new object of class 'Role'.RoleProperty
createRoleProperty()
Returns a new object of class 'Role Property'.Rule
createRule()
Returns a new object of class 'Rule'.TransformationSpecification
createTransformationSpecification()
Returns a new object of class 'Transformation Specification'.Type
createType()
Returns a new object of class 'Type'.QualityEffectSpecificationPackage
getQualityEffectSpecificationPackage()
Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eINSTANCE
static final QualityEffectSpecificationFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
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.
-
-