public class QualitiesAdapterFactory extends AdapterFactoryImpl
createXXX method for each class of the model.
QualitiesPackage| Constructor and Description |
|---|
QualitiesAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
createAccuracyAdapter()
Creates a new adapter for an object of class '
Accuracy'. |
Adapter |
createAdaptabilityAdapter()
Creates a new adapter for an object of class '
Adaptability'. |
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target. |
Adapter |
createAnalyzabilityAdapter()
Creates a new adapter for an object of class '
Analyzability'. |
Adapter |
createAttractivenessAdapter()
Creates a new adapter for an object of class '
Attractiveness'. |
Adapter |
createChangeabilityAdapter()
Creates a new adapter for an object of class '
Changeability'. |
Adapter |
createCoExistenceAdapter()
Creates a new adapter for an object of class '
Co Existence'. |
Adapter |
createEfficiencyAdapter()
Creates a new adapter for an object of class '
Efficiency'. |
Adapter |
createEfficiencyComplianceAdapter()
Creates a new adapter for an object of class '
Efficiency Compliance'. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createFaultToleranceAdapter()
Creates a new adapter for an object of class '
Fault Tolerance'. |
Adapter |
createFunctionalityAdapter()
Creates a new adapter for an object of class '
Functionality'. |
Adapter |
createFunctionalityComplianceAdapter()
Creates a new adapter for an object of class '
Functionality Compliance'. |
Adapter |
createIdentifierAdapter()
Creates a new adapter for an object of class '
Identifier'. |
Adapter |
createInstallabilityAdapter()
Creates a new adapter for an object of class '
Installability'. |
Adapter |
createInteroperabilityAdapter()
Creates a new adapter for an object of class '
Interoperability'. |
Adapter |
createLearnabilityAdapter()
Creates a new adapter for an object of class '
Learnability'. |
Adapter |
createMaintainabilityAdapter()
Creates a new adapter for an object of class '
Maintainability'. |
Adapter |
createMaintainabilityComplianceAdapter()
Creates a new adapter for an object of class '
Maintainability Compliance'. |
Adapter |
createMaturityAdapter()
Creates a new adapter for an object of class '
Maturity'. |
Adapter |
createOperabilityAdapter()
Creates a new adapter for an object of class '
Operability'. |
Adapter |
createPerformanceAdapter()
Creates a new adapter for an object of class '
Performance'. |
Adapter |
createPortabilityAdapter()
Creates a new adapter for an object of class '
Portability'. |
Adapter |
createPortabilityComplianceAdapter()
Creates a new adapter for an object of class '
Portability Compliance'. |
Adapter |
createQualityTypeAdapter()
Creates a new adapter for an object of class '
Quality Type'. |
Adapter |
createQualityTypeRepositoryAdapter()
Creates a new adapter for an object of class '
Quality Type Repository'. |
Adapter |
createRecoverabilityAdapter()
Creates a new adapter for an object of class '
Recoverability'. |
Adapter |
createReliabilityAdapter()
Creates a new adapter for an object of class '
Reliability'. |
Adapter |
createReliabilityComplianceAdapter()
Creates a new adapter for an object of class '
Reliability Compliance'. |
Adapter |
createReplaceabilityAdapter()
Creates a new adapter for an object of class '
Replaceability'. |
Adapter |
createRessourceUtilizationAdapter()
Creates a new adapter for an object of class '
Ressource Utilization'. |
Adapter |
createSafetyAdapter()
Creates a new adapter for an object of class '
Safety'. |
Adapter |
createSecurityAdapter()
Creates a new adapter for an object of class '
Security'. |
Adapter |
createStabilityAdapter()
Creates a new adapter for an object of class '
Stability'. |
Adapter |
createSuitabilityAdapter()
Creates a new adapter for an object of class '
Suitability'. |
Adapter |
createTestabilityAdapter()
Creates a new adapter for an object of class '
Testability'. |
Adapter |
createTextQualityAdapter()
Creates a new adapter for an object of class '
Text Quality'. |
Adapter |
createTimeBehaviourAdapter()
Creates a new adapter for an object of class '
Time Behaviour'. |
Adapter |
createUnderstandabilityAdapter()
Creates a new adapter for an object of class '
Understandability'. |
Adapter |
createUsabilityAdapter()
Creates a new adapter for an object of class '
Usability'. |
Adapter |
createUsabilityComplianceAdapter()
Creates a new adapter for an object of class '
Usability Compliance'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
adapt, adapt, adaptAllNew, adaptNewpublic QualitiesAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package or is an instance object of the model.
isFactoryForType in interface AdapterFactoryisFactoryForType in class AdapterFactoryImplpublic Adapter createAdapter(Notifier target)
target.
createAdapter in class AdapterFactoryImpltarget - the object to adapt.target.public Adapter createReliabilityComplianceAdapter()
Reliability Compliance'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ReliabilityCompliancepublic Adapter createInstallabilityAdapter()
Installability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Installabilitypublic Adapter createReliabilityAdapter()
Reliability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Reliabilitypublic Adapter createCoExistenceAdapter()
Co Existence'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CoExistencepublic Adapter createOperabilityAdapter()
Operability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Operabilitypublic Adapter createStabilityAdapter()
Stability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Stabilitypublic Adapter createMaintainabilityComplianceAdapter()
Maintainability Compliance'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MaintainabilityCompliancepublic Adapter createPortabilityAdapter()
Portability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Portabilitypublic Adapter createMaintainabilityAdapter()
Maintainability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Maintainabilitypublic Adapter createMaturityAdapter()
Maturity'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Maturitypublic Adapter createAttractivenessAdapter()
Attractiveness'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Attractivenesspublic Adapter createAnalyzabilityAdapter()
Analyzability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Analyzabilitypublic Adapter createReplaceabilityAdapter()
Replaceability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Replaceabilitypublic Adapter createRecoverabilityAdapter()
Recoverability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Recoverabilitypublic Adapter createUnderstandabilityAdapter()
Understandability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Understandabilitypublic Adapter createPortabilityComplianceAdapter()
Portability Compliance'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PortabilityCompliancepublic Adapter createRessourceUtilizationAdapter()
Ressource Utilization'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RessourceUtilizationpublic Adapter createChangeabilityAdapter()
Changeability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Changeabilitypublic Adapter createInteroperabilityAdapter()
Interoperability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Interoperabilitypublic Adapter createFaultToleranceAdapter()
Fault Tolerance'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FaultTolerancepublic Adapter createQualityTypeRepositoryAdapter()
Quality Type Repository'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QualityTypeRepositorypublic Adapter createAdaptabilityAdapter()
Adaptability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Adaptabilitypublic Adapter createFunctionalityAdapter()
Functionality'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Functionalitypublic Adapter createTimeBehaviourAdapter()
Time Behaviour'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
TimeBehaviourpublic Adapter createSecurityAdapter()
Security'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Securitypublic Adapter createAccuracyAdapter()
Accuracy'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Accuracypublic Adapter createFunctionalityComplianceAdapter()
Functionality Compliance'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
FunctionalityCompliancepublic Adapter createEfficiencyAdapter()
Efficiency'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Efficiencypublic Adapter createSafetyAdapter()
Safety'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Safetypublic Adapter createEfficiencyComplianceAdapter()
Efficiency Compliance'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EfficiencyCompliancepublic Adapter createSuitabilityAdapter()
Suitability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Suitabilitypublic Adapter createLearnabilityAdapter()
Learnability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Learnabilitypublic Adapter createQualityTypeAdapter()
Quality Type'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QualityTypepublic Adapter createUsabilityAdapter()
Usability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Usabilitypublic Adapter createPerformanceAdapter()
Performance'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Performancepublic Adapter createTestabilityAdapter()
Testability'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Testabilitypublic Adapter createUsabilityComplianceAdapter()
Usability Compliance'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
UsabilityCompliancepublic Adapter createTextQualityAdapter()
Text Quality'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
TextQualitypublic Adapter createIdentifierAdapter()
Identifier'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Identifierpublic Adapter createEObjectAdapter()