Class QualityModelSwitch
- java.lang.Object
-
- org.palladiosimulator.qualitymodel.util.QualityModelSwitch
-
public class QualityModelSwitch extends Object
The Switch for the model's inheritance hierarchy. It supports the calldoSwitch(object)to invoke thecaseXXXmethod for each class of the model, starting with the actual class of the object and proceeding up the inheritance hierarchy until a non-null result is returned, which is the result of the switch.- See Also:
QualityModelPackage- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description protected static QualityModelPackagemodelPackageThe cached model package
-
Constructor Summary
Constructors Constructor Description QualityModelSwitch()Creates an instance of the switch.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcaseEntity(org.palladiosimulator.pcm.core.entity.Entity object)Returns the result of interpreting the object as an instance of 'Entity'.ObjectcaseIdentifier(de.uka.ipd.sdq.identifier.Identifier object)Returns the result of interpreting the object as an instance of 'Identifier'.ObjectcaseMapping(Mapping object)Returns the result of interpreting the object as an instance of 'Mapping'.ObjectcaseMappingEntry(MappingEntry object)Returns the result of interpreting the object as an instance of 'Mapping Entry'.ObjectcaseMappingRepository(MappingRepository object)Returns the result of interpreting the object as an instance of 'Mapping Repository'.ObjectcaseNamedElement(org.palladiosimulator.pcm.core.entity.NamedElement object)Returns the result of interpreting the object as an instance of 'Named Element'.ObjectcaseNqr(Nqr object)Returns the result of interpreting the object as an instance of 'Nqr'.ObjectcaseNqrRepository(NqrRepository object)Returns the result of interpreting the object as an instance of 'Nqr Repository'.ObjectcaseQuantityReduction(QuantityReduction object)Returns the result of interpreting the object as an instance of 'Quantity Reduction'.ObjectcaseReasoning(Reasoning object)Returns the result of interpreting the object as an instance of 'Reasoning'.ObjectcaseReasoningComponent(ReasoningComponent object)Returns the result of interpreting the object as an instance of 'Reasoning Component'.ObjectcaseReasoningRepository(ReasoningRepository object)Returns the result of interpreting the object as an instance of 'Reasoning Repository'.ObjectcaseReasoningSystem(ReasoningSystem object)Returns the result of interpreting the object as an instance of 'Reasoning System'.ObjectcaseReduction(Reduction object)Returns the result of interpreting the object as an instance of 'Reduction'.ObjectcaseStatisticReduction(StatisticReduction object)Returns the result of interpreting the object as an instance of 'Statistic Reduction'.ObjectcaseTransformation(Transformation object)Returns the result of interpreting the object as an instance of 'Transformation'.ObjectcaseTransformationRepository(TransformationRepository object)Returns the result of interpreting the object as an instance of 'Transformation Repository'.ObjectdefaultCase(EObject object)Returns the result of interpreting the object as an instance of 'EObject'.protected ObjectdoSwitch(int classifierID, EObject theEObject)CallscaseXXXfor each class of the model until one returns a non null result; it yields that result.protected ObjectdoSwitch(EClass theEClass, EObject theEObject)CallscaseXXXfor each class of the model until one returns a non null result; it yields that result.ObjectdoSwitch(EObject theEObject)CallscaseXXXfor each class of the model until one returns a non null result; it yields that result.
-
-
-
Field Detail
-
modelPackage
protected static QualityModelPackage modelPackage
The cached model package- Generated class or method.
-
-
Method Detail
-
doSwitch
public Object doSwitch(EObject theEObject)
CallscaseXXXfor each class of the model until one returns a non null result; it yields that result.- Returns:
- the first non-null result returned by a
caseXXXcall. - Generated class or method.
-
doSwitch
protected Object doSwitch(EClass theEClass, EObject theEObject)
CallscaseXXXfor each class of the model until one returns a non null result; it yields that result.- Returns:
- the first non-null result returned by a
caseXXXcall. - Generated class or method.
-
doSwitch
protected Object doSwitch(int classifierID, EObject theEObject)
CallscaseXXXfor each class of the model until one returns a non null result; it yields that result.- Returns:
- the first non-null result returned by a
caseXXXcall. - Generated class or method.
-
caseNqr
public Object caseNqr(Nqr object)
Returns the result of interpreting the object as an instance of 'Nqr'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Nqr'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseMapping
public Object caseMapping(Mapping object)
Returns the result of interpreting the object as an instance of 'Mapping'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Mapping'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseTransformation
public Object caseTransformation(Transformation object)
Returns the result of interpreting the object as an instance of 'Transformation'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Transformation'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseReasoning
public Object caseReasoning(Reasoning object)
Returns the result of interpreting the object as an instance of 'Reasoning'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Reasoning'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseReduction
public Object caseReduction(Reduction object)
Returns the result of interpreting the object as an instance of 'Reduction'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Reduction'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseQuantityReduction
public Object caseQuantityReduction(QuantityReduction object)
Returns the result of interpreting the object as an instance of 'Quantity Reduction'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Quantity Reduction'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseStatisticReduction
public Object caseStatisticReduction(StatisticReduction object)
Returns the result of interpreting the object as an instance of 'Statistic Reduction'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Statistic Reduction'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseMappingRepository
public Object caseMappingRepository(MappingRepository object)
Returns the result of interpreting the object as an instance of 'Mapping Repository'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Mapping Repository'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseMappingEntry
public Object caseMappingEntry(MappingEntry object)
Returns the result of interpreting the object as an instance of 'Mapping Entry'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Mapping Entry'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseTransformationRepository
public Object caseTransformationRepository(TransformationRepository object)
Returns the result of interpreting the object as an instance of 'Transformation Repository'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Transformation Repository'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseReasoningRepository
public Object caseReasoningRepository(ReasoningRepository object)
Returns the result of interpreting the object as an instance of 'Reasoning Repository'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Reasoning Repository'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseNqrRepository
public Object caseNqrRepository(NqrRepository object)
Returns the result of interpreting the object as an instance of 'Nqr Repository'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Nqr Repository'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseReasoningComponent
public Object caseReasoningComponent(ReasoningComponent object)
Returns the result of interpreting the object as an instance of 'Reasoning Component'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Reasoning Component'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseReasoningSystem
public Object caseReasoningSystem(ReasoningSystem object)
Returns the result of interpreting the object as an instance of 'Reasoning System'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Reasoning System'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseIdentifier
public Object caseIdentifier(de.uka.ipd.sdq.identifier.Identifier object)
Returns the result of interpreting the object as an instance of 'Identifier'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Identifier'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseNamedElement
public Object caseNamedElement(org.palladiosimulator.pcm.core.entity.NamedElement object)
Returns the result of interpreting the object as an instance of 'Named Element'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Named Element'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
caseEntity
public Object caseEntity(org.palladiosimulator.pcm.core.entity.Entity object)
Returns the result of interpreting the object as an instance of 'Entity'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Entity'.
- See Also:
doSwitch(EObject)- Generated class or method.
-
defaultCase
public Object defaultCase(EObject object)
Returns the result of interpreting the object as an instance of 'EObject'. This implementation returns null; returning a non-null result will terminate the switch, but this is the last case anyway.- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'EObject'.
- See Also:
doSwitch(org.eclipse.emf.ecore.EObject)- Generated class or method.
-
-