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>
-
Field Summary
Fields inherited from class org.palladiosimulator.failuremodel.failurescenario.util.FailurescenarioSwitch
modelPackage
-
Constructor Summary
ConstructorDescriptionScheduledResourceProviderSwitch
(de.uka.ipd.sdq.simucomframework.ResourceRegistry r) -
Method Summary
Modifier and TypeMethodDescriptionde.uka.ipd.sdq.simucomframework.resources.IResourceDemandModifiable
Returns the result of interpreting the object as an instance of 'Linking Resource Reference'.de.uka.ipd.sdq.simucomframework.resources.IResourceDemandModifiable
Returns the result of interpreting the object as an instance of 'Processing Resource Reference'.Methods inherited from class org.palladiosimulator.failuremodel.failurescenario.util.FailurescenarioSwitch
caseEntity, caseFailureScenario, caseFailureScenarioRepository, caseIdentifier, caseInternalActionReference, caseNamedElement, caseOccurrence, casePCMBaseClass, casePCMClass, caseReference, defaultCase, doSwitch, isSwitchFor
-
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 classFailurescenarioSwitch<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 classFailurescenarioSwitch<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:
-