Interface QualityModelFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
QualityModelFactoryImpl
public interface QualityModelFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
QualityModelPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static QualityModelFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mapping
createMapping()
Returns a new object of class 'Mapping'.MappingEntry
createMappingEntry()
Returns a new object of class 'Mapping Entry'.MappingRepository
createMappingRepository()
Returns a new object of class 'Mapping Repository'.Nqr
createNqr()
Returns a new object of class 'Nqr'.NqrRepository
createNqrRepository()
Returns a new object of class 'Nqr Repository'.QuantityReduction
createQuantityReduction()
Returns a new object of class 'Quantity Reduction'.Reasoning
createReasoning()
Returns a new object of class 'Reasoning'.ReasoningComponent
createReasoningComponent()
Returns a new object of class 'Reasoning Component'.ReasoningRepository
createReasoningRepository()
Returns a new object of class 'Reasoning Repository'.ReasoningSystem
createReasoningSystem()
Returns a new object of class 'Reasoning System'.StatisticReduction
createStatisticReduction()
Returns a new object of class 'Statistic Reduction'.Transformation
createTransformation()
Returns a new object of class 'Transformation'.TransformationRepository
createTransformationRepository()
Returns a new object of class 'Transformation Repository'.QualityModelPackage
getQualityModelPackage()
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 QualityModelFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
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.
-
-