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
-
public class FixGDOFReferenceSwitch extends gdofSwitch<EObject>
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.log4j.Loggerlogger-
Fields inherited from class de.uka.ipd.sdq.pcm.designdecision.gdof.util.gdofSwitch
modelPackage
-
-
Constructor Summary
Constructors Constructor Description FixGDOFReferenceSwitch(org.palladiosimulator.solver.models.PCMInstance initialInstance2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EObjectcaseChangeableElementDescription(ChangeableElementDescription object)Returns the result of interpreting the object as an instance of 'Changeable Element Description'.EObjectcaseDegreeOfFreedom(DegreeOfFreedom object)Returns the result of interpreting the object as an instance of 'Degree Of Freedom'.EObjectswitchReferences(DegreeOfFreedomInstance dofi)-
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
-
-
-
-
Method Detail
-
caseChangeableElementDescription
public EObject caseChangeableElementDescription(ChangeableElementDescription object)
Description copied from class:gdofSwitchReturns 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:
caseChangeableElementDescriptionin 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:
doSwitch(EObject)
-
caseDegreeOfFreedom
public EObject caseDegreeOfFreedom(DegreeOfFreedom object)
Description copied from class:gdofSwitchReturns 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:
caseDegreeOfFreedomin 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:
doSwitch(EObject)
-
switchReferences
public EObject switchReferences(DegreeOfFreedomInstance dofi)
-
-