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, adaptNew
public 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 AdapterFactory
isFactoryForType
in class AdapterFactoryImpl
public Adapter createAdapter(Notifier target)
target
.
createAdapter
in class AdapterFactoryImpl
target
- 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.
ReliabilityCompliance
public 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.
Installability
public 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.
Reliability
public 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.
CoExistence
public 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.
Operability
public 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.
Stability
public 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.
MaintainabilityCompliance
public 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.
Portability
public 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.
Maintainability
public 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.
Maturity
public 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.
Attractiveness
public 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.
Analyzability
public 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.
Replaceability
public 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.
Recoverability
public 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.
Understandability
public 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.
PortabilityCompliance
public 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.
RessourceUtilization
public 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.
Changeability
public 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.
Interoperability
public 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.
FaultTolerance
public 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.
QualityTypeRepository
public 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.
Adaptability
public 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.
Functionality
public 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.
TimeBehaviour
public 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.
Security
public 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.
Accuracy
public 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.
FunctionalityCompliance
public 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.
Efficiency
public 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.
Safety
public 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.
EfficiencyCompliance
public 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.
Suitability
public 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.
Learnability
public 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.
QualityType
public 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.
Usability
public 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.
Performance
public 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.
Testability
public 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.
UsabilityCompliance
public 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.
TextQuality
public 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.
Identifier
public Adapter createEObjectAdapter()