Class FixGDOFReferenceSwitch


public class FixGDOFReferenceSwitch extends gdofSwitch<EObject>
  • Field Details

    • logger

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

    • FixGDOFReferenceSwitch

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

    • 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:
    • 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:
    • switchReferences

      public EObject switchReferences(DegreeOfFreedomInstance dofi)