Package de.uka.ipd.sdq.dsexplore.helper
Class FixGDOFReferenceSwitch
java.lang.Object
org.eclipse.emf.ecore.util.Switch<T>
de.uka.ipd.sdq.pcm.designdecision.gdof.util.gdofSwitch<EObject>
de.uka.ipd.sdq.dsexplore.helper.FixGDOFReferenceSwitch
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.pcm.designdecision.gdof.util.gdofSwitch
modelPackage
-
Constructor Summary
ConstructorDescriptionFixGDOFReferenceSwitch
(org.palladiosimulator.solver.models.PCMInstance initialInstance2) -
Method Summary
Modifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Changeable Element Description'.caseDegreeOfFreedom
(DegreeOfFreedom object) Returns the result of interpreting the object as an instance of 'Degree Of Freedom'.Methods inherited from class de.uka.ipd.sdq.pcm.designdecision.gdof.util.gdofSwitch
caseDecoratorModelDescription, caseDoFRepository, caseHelperOCLDefinition, caseIdentifier, caseInstanceSelectionRule, caseNamedElement, caseOCLRule, caseSelectionRule, caseStaticContextRule, caseStaticSelectionRule, caseValueRule, defaultCase, doSwitch, isSwitchFor
-
Field Details
-
logger
protected static org.apache.log4j.Logger logger
-
-
Constructor Details
-
FixGDOFReferenceSwitch
public FixGDOFReferenceSwitch(org.palladiosimulator.solver.models.PCMInstance initialInstance2)
-
-
Method Details
-
caseChangeableElementDescription
Description copied from class:gdofSwitch
Returns the result of interpreting the object as an instance of 'Changeable Element Description'. This implementation returns null; returning a non-null result will terminate the switch.- Overrides:
caseChangeableElementDescription
in classgdofSwitch<EObject>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Changeable Element Description'.
- See Also:
-
caseDegreeOfFreedom
Description copied from class:gdofSwitch
Returns the result of interpreting the object as an instance of 'Degree Of Freedom'. This implementation returns null; returning a non-null result will terminate the switch.- Overrides:
caseDegreeOfFreedom
in classgdofSwitch<EObject>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Degree Of Freedom'.
- See Also:
-
switchReferences
-