java.lang.Object
org.eclipse.emf.ecore.util.Switch<T>
org.palladiosimulator.edp2.models.ExperimentData.util.ExperimentDataSwitch<String>
org.palladiosimulator.edp2.repository.local.dao.internal.visitors.EmfmodelExtensionSwitch

public class EmfmodelExtensionSwitch extends ExperimentDataSwitch<String>
EMF switch class to return the file extension required by EDP2. Return null if the element is not mapped to an EDP2 file extension.
  • Constructor Details

    • EmfmodelExtensionSwitch

      public EmfmodelExtensionSwitch()
  • Method Details

    • caseExperimentGroup

      public String caseExperimentGroup(ExperimentGroup object)
      Description copied from class: ExperimentDataSwitch
      Returns the result of interpreting the object as an instance of 'Experiment Group'. This implementation returns null; returning a non-null result will terminate the switch.
      Overrides:
      caseExperimentGroup in class ExperimentDataSwitch<String>
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Experiment Group'.
      See Also: