Class FixGDOFReferenceSwitch

    • Field Detail

      • logger

        protected static org.apache.log4j.Logger logger
    • Constructor Detail

      • FixGDOFReferenceSwitch

        public FixGDOFReferenceSwitch​(org.palladiosimulator.solver.models.PCMInstance initialInstance2)
    • Method Detail

      • caseChangeableElementDescription

        public EObject caseChangeableElementDescription​(ChangeableElementDescription object)
        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 class gdofSwitch<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: 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 class gdofSwitch<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)