Class CharacterizedActionsSwitch<T>


  • public class CharacterizedActionsSwitch<T>
    extends Switch<T>
    The Switch for the model's inheritance hierarchy. It supports the call doSwitch(object) to invoke the caseXXX method for each class of the model, starting with the actual class of the object and proceeding up the inheritance hierarchy until a non-null result is returned, which is the result of the switch.
    See Also:
    CharacterizedActionsPackage
    Generated class or method.
    • Constructor Detail

      • CharacterizedActionsSwitch

        public CharacterizedActionsSwitch()
        Creates an instance of the switch.
        Generated class or method.
    • Method Detail

      • isSwitchFor

        protected boolean isSwitchFor​(EPackage ePackage)
        Checks whether this is a switch for the given package.
        Specified by:
        isSwitchFor in class Switch<T>
        Parameters:
        ePackage - the package in question.
        Returns:
        whether this is a switch for the given package.
        Generated class or method.
      • doSwitch

        protected T doSwitch​(int classifierID,
                             EObject theEObject)
        Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
        Overrides:
        doSwitch in class Switch<T>
        Returns:
        the first non-null result returned by a caseXXX call.
        Generated class or method.
      • caseAssignment

        public <LhsType extends VariableCharacteristicReferenceT caseAssignment​(Assignment<LhsType> object)
        Returns the result of interpreting the object as an instance of 'Assignment'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Assignment'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseSeffReturnAssignment

        public T caseSeffReturnAssignment​(SeffReturnAssignment object)
        Returns the result of interpreting the object as an instance of 'Seff Return Assignment'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Seff Return Assignment'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseParameterAssignment

        public T caseParameterAssignment​(ParameterAssignment object)
        Returns the result of interpreting the object as an instance of 'Parameter Assignment'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Parameter Assignment'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseParameterUsingCharacterizedAction

        public T caseParameterUsingCharacterizedAction​(ParameterUsingCharacterizedAction object)
        Returns the result of interpreting the object as an instance of 'Parameter Using Characterized Action'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Parameter Using Characterized Action'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseCharacterizedExternalCallAction

        public T caseCharacterizedExternalCallAction​(CharacterizedExternalCallAction object)
        Returns the result of interpreting the object as an instance of 'Characterized External Call Action'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Characterized External Call Action'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseCharacterizedEntryLevelSystemCall

        public T caseCharacterizedEntryLevelSystemCall​(CharacterizedEntryLevelSystemCall object)
        Returns the result of interpreting the object as an instance of 'Characterized Entry Level System Call'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Characterized Entry Level System Call'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseCharacterizedResourceDemandingSEFF

        public T caseCharacterizedResourceDemandingSEFF​(CharacterizedResourceDemandingSEFF object)
        Returns the result of interpreting the object as an instance of 'Characterized Resource Demanding SEFF'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Characterized Resource Demanding SEFF'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseCharacterizableAssemblyContext

        public T caseCharacterizableAssemblyContext​(CharacterizableAssemblyContext object)
        Returns the result of interpreting the object as an instance of 'Characterizable Assembly Context'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Characterizable Assembly Context'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseCharacterizableScenarioBehavior

        public T caseCharacterizableScenarioBehavior​(CharacterizableScenarioBehavior object)
        Returns the result of interpreting the object as an instance of 'Characterizable Scenario Behavior'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Characterizable Scenario Behavior'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseIdentifier

        public T caseIdentifier​(de.uka.ipd.sdq.identifier.Identifier object)
        Returns the result of interpreting the object as an instance of 'Identifier'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Identifier'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseNamedElement

        public T caseNamedElement​(org.palladiosimulator.pcm.core.entity.NamedElement object)
        Returns the result of interpreting the object as an instance of 'Named Element'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Named Element'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseEntity

        public T caseEntity​(org.palladiosimulator.pcm.core.entity.Entity object)
        Returns the result of interpreting the object as an instance of 'Entity'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Entity'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseAbstractAction

        public T caseAbstractAction​(org.palladiosimulator.pcm.seff.AbstractAction object)
        Returns the result of interpreting the object as an instance of 'Abstract Action'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Abstract Action'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseCallAction

        public T caseCallAction​(org.palladiosimulator.pcm.seff.CallAction object)
        Returns the result of interpreting the object as an instance of 'Call Action'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Call Action'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseCallReturnAction

        public T caseCallReturnAction​(org.palladiosimulator.pcm.seff.CallReturnAction object)
        Returns the result of interpreting the object as an instance of 'Call Return Action'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Call Return Action'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseFailureHandlingEntity

        public T caseFailureHandlingEntity​(org.palladiosimulator.pcm.seff.seff_reliability.FailureHandlingEntity object)
        Returns the result of interpreting the object as an instance of 'Failure Handling Entity'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Failure Handling Entity'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseExternalCallAction

        public T caseExternalCallAction​(org.palladiosimulator.pcm.seff.ExternalCallAction object)
        Returns the result of interpreting the object as an instance of 'External Call Action'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'External Call Action'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseAbstractUserAction

        public T caseAbstractUserAction​(org.palladiosimulator.pcm.usagemodel.AbstractUserAction object)
        Returns the result of interpreting the object as an instance of 'Abstract User Action'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Abstract User Action'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseEntryLevelSystemCall

        public T caseEntryLevelSystemCall​(org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall object)
        Returns the result of interpreting the object as an instance of 'Entry Level System Call'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Entry Level System Call'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseServiceEffectSpecification

        public T caseServiceEffectSpecification​(org.palladiosimulator.pcm.seff.ServiceEffectSpecification object)
        Returns the result of interpreting the object as an instance of 'Service Effect Specification'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Service Effect Specification'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseResourceDemandingBehaviour

        public T caseResourceDemandingBehaviour​(org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour object)
        Returns the result of interpreting the object as an instance of 'Resource Demanding Behaviour'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Resource Demanding Behaviour'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseResourceDemandingSEFF

        public T caseResourceDemandingSEFF​(org.palladiosimulator.pcm.seff.ResourceDemandingSEFF object)
        Returns the result of interpreting the object as an instance of 'Resource Demanding SEFF'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Resource Demanding SEFF'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseAssemblyContext

        public T caseAssemblyContext​(org.palladiosimulator.pcm.core.composition.AssemblyContext object)
        Returns the result of interpreting the object as an instance of 'Assembly Context'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Assembly Context'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseCharacterizableEntity

        public T caseCharacterizableEntity​(CharacterizableEntity object)
        Returns the result of interpreting the object as an instance of 'Characterizable Entity'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Characterizable Entity'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • caseScenarioBehaviour

        public T caseScenarioBehaviour​(org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour object)
        Returns the result of interpreting the object as an instance of 'Scenario Behaviour'. This implementation returns null; returning a non-null result will terminate the switch.
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Scenario Behaviour'.
        See Also:
        doSwitch(EObject)
        Generated class or method.
      • defaultCase

        public T defaultCase​(EObject object)
        Returns the result of interpreting the object as an instance of 'EObject'. This implementation returns null; returning a non-null result will terminate the switch, but this is the last case anyway.
        Overrides:
        defaultCase in class Switch<T>
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'EObject'.
        See Also:
        Switch.doSwitch(org.eclipse.emf.ecore.EObject)
        Generated class or method.