Class ScheduledResourceProviderSwitch

java.lang.Object
org.eclipse.emf.ecore.util.Switch<T>
org.palladiosimulator.failuremodel.failurescenario.util.FailurescenarioSwitch<de.uka.ipd.sdq.simucomframework.resources.IResourceDemandModifiable>
org.palladiosimulator.simulizar.failurescenario.interpreter.provider.ScheduledResourceProviderSwitch

public class ScheduledResourceProviderSwitch extends FailurescenarioSwitch<de.uka.ipd.sdq.simucomframework.resources.IResourceDemandModifiable>
  • Constructor Details

    • ScheduledResourceProviderSwitch

      public ScheduledResourceProviderSwitch(de.uka.ipd.sdq.simucomframework.ResourceRegistry r)
  • Method Details

    • caseLinkingResourceReference

      public de.uka.ipd.sdq.simucomframework.resources.IResourceDemandModifiable caseLinkingResourceReference(LinkingResourceReference object)
      Description copied from class: FailurescenarioSwitch
      Returns the result of interpreting the object as an instance of 'Linking Resource Reference'. This implementation returns null; returning a non-null result will terminate the switch.
      Overrides:
      caseLinkingResourceReference in class FailurescenarioSwitch<de.uka.ipd.sdq.simucomframework.resources.IResourceDemandModifiable>
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Linking Resource Reference'.
      See Also:
    • caseProcessingResourceReference

      public de.uka.ipd.sdq.simucomframework.resources.IResourceDemandModifiable caseProcessingResourceReference(ProcessingResourceReference object)
      Description copied from class: FailurescenarioSwitch
      Returns the result of interpreting the object as an instance of 'Processing Resource Reference'. This implementation returns null; returning a non-null result will terminate the switch.
      Overrides:
      caseProcessingResourceReference in class FailurescenarioSwitch<de.uka.ipd.sdq.simucomframework.resources.IResourceDemandModifiable>
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Processing Resource Reference'.
      See Also: