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 thecaseXXX
method 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 QualityModelPackage
modelPackage
The 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 Object
caseEntity(org.palladiosimulator.pcm.core.entity.Entity object)
Returns the result of interpreting the object as an instance of 'Entity'.Object
caseIdentifier(de.uka.ipd.sdq.identifier.Identifier object)
Returns the result of interpreting the object as an instance of 'Identifier'.Object
caseMapping(Mapping object)
Returns the result of interpreting the object as an instance of 'Mapping'.Object
caseMappingEntry(MappingEntry object)
Returns the result of interpreting the object as an instance of 'Mapping Entry'.Object
caseMappingRepository(MappingRepository object)
Returns the result of interpreting the object as an instance of 'Mapping Repository'.Object
caseNamedElement(org.palladiosimulator.pcm.core.entity.NamedElement object)
Returns the result of interpreting the object as an instance of 'Named Element'.Object
caseNqr(Nqr object)
Returns the result of interpreting the object as an instance of 'Nqr'.Object
caseNqrRepository(NqrRepository object)
Returns the result of interpreting the object as an instance of 'Nqr Repository'.Object
caseQuantityReduction(QuantityReduction object)
Returns the result of interpreting the object as an instance of 'Quantity Reduction'.Object
caseReasoning(Reasoning object)
Returns the result of interpreting the object as an instance of 'Reasoning'.Object
caseReasoningComponent(ReasoningComponent object)
Returns the result of interpreting the object as an instance of 'Reasoning Component'.Object
caseReasoningRepository(ReasoningRepository object)
Returns the result of interpreting the object as an instance of 'Reasoning Repository'.Object
caseReasoningSystem(ReasoningSystem object)
Returns the result of interpreting the object as an instance of 'Reasoning System'.Object
caseReduction(Reduction object)
Returns the result of interpreting the object as an instance of 'Reduction'.Object
caseStatisticReduction(StatisticReduction object)
Returns the result of interpreting the object as an instance of 'Statistic Reduction'.Object
caseTransformation(Transformation object)
Returns the result of interpreting the object as an instance of 'Transformation'.Object
caseTransformationRepository(TransformationRepository object)
Returns the result of interpreting the object as an instance of 'Transformation Repository'.Object
defaultCase(EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.protected Object
doSwitch(int classifierID, EObject theEObject)
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.protected Object
doSwitch(EClass theEClass, EObject theEObject)
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.Object
doSwitch(EObject theEObject)
CallscaseXXX
for 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)
CallscaseXXX
for 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
caseXXX
call. - Generated class or method.
-
doSwitch
protected Object doSwitch(EClass theEClass, EObject theEObject)
CallscaseXXX
for 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
caseXXX
call. - Generated class or method.
-
doSwitch
protected Object doSwitch(int classifierID, EObject theEObject)
CallscaseXXX
for 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
caseXXX
call. - 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.
-
-