Class 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 Detail

      • EmfmodelExtensionSwitch

        public EmfmodelExtensionSwitch()
    • Method Detail

      • 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:
        doSwitch(EObject)