Interface QualityModelFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
QualityModelFactoryImpl
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 Summary
Modifier and TypeFieldDescriptionstatic final QualityModelFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Mapping'.Returns a new object of class 'Mapping Entry'.Returns a new object of class 'Mapping Repository'.Returns a new object of class 'Nqr'.Returns a new object of class 'Nqr Repository'.Returns a new object of class 'Quantity Reduction'.Returns a new object of class 'Reasoning'.Returns a new object of class 'Reasoning Component'.Returns a new object of class 'Reasoning Repository'.Returns a new object of class 'Reasoning System'.Returns a new object of class 'Statistic Reduction'.Returns a new object of class 'Transformation'.Returns a new object of class 'Transformation Repository'.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 Details
-
eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Details
-
createNqr
Nqr createNqr()Returns a new object of class 'Nqr'.- Returns:
- a new object of class 'Nqr'.
- Generated class or method.
-
createMapping
Mapping createMapping()Returns a new object of class 'Mapping'.- Returns:
- a new object of class 'Mapping'.
- Generated class or method.
-
createTransformation
Transformation createTransformation()Returns a new object of class 'Transformation'.- Returns:
- a new object of class 'Transformation'.
- 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.
-
createQuantityReduction
QuantityReduction createQuantityReduction()Returns a new object of class 'Quantity Reduction'.- Returns:
- a new object of class 'Quantity Reduction'.
- Generated class or method.
-
createStatisticReduction
StatisticReduction createStatisticReduction()Returns a new object of class 'Statistic Reduction'.- Returns:
- a new object of class 'Statistic Reduction'.
- Generated class or method.
-
createMappingRepository
MappingRepository createMappingRepository()Returns a new object of class 'Mapping Repository'.- Returns:
- a new object of class 'Mapping Repository'.
- Generated class or method.
-
createMappingEntry
MappingEntry createMappingEntry()Returns a new object of class 'Mapping Entry'.- Returns:
- a new object of class 'Mapping Entry'.
- Generated class or method.
-
createTransformationRepository
TransformationRepository createTransformationRepository()Returns a new object of class 'Transformation Repository'.- Returns:
- a new object of class 'Transformation Repository'.
- Generated class or method.
-
createReasoningRepository
ReasoningRepository createReasoningRepository()Returns a new object of class 'Reasoning Repository'.- Returns:
- a new object of class 'Reasoning Repository'.
- Generated class or method.
-
createNqrRepository
NqrRepository createNqrRepository()Returns a new object of class 'Nqr Repository'.- Returns:
- a new object of class 'Nqr Repository'.
- Generated class or method.
-
createReasoningComponent
ReasoningComponent createReasoningComponent()Returns a new object of class 'Reasoning Component'.- Returns:
- a new object of class 'Reasoning Component'.
- Generated class or method.
-
createReasoningSystem
ReasoningSystem createReasoningSystem()Returns a new object of class 'Reasoning System'.- Returns:
- a new object of class 'Reasoning System'.
- Generated class or method.
-
getQualityModelPackage
QualityModelPackage getQualityModelPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-