Class ReferenceResolverSwitch
java.lang.Object
org.eclipse.emf.ecore.util.Switch<T>
org.palladiosimulator.failuremodel.failurescenario.util.FailurescenarioSwitch<String>
org.palladiosimulator.simulizar.failurescenario.interpreter.provider.ReferenceResolverSwitch
-
Field Summary
Fields inherited from class org.palladiosimulator.failuremodel.failurescenario.util.FailurescenarioSwitch
modelPackage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Internal Action Reference'.Returns the result of interpreting the object as an instance of 'Linking Resource Reference'.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, caseNamedElement, caseOccurrence, casePCMBaseClass, casePCMClass, caseReference, defaultCase, doSwitch, isSwitchFor
-
Constructor Details
-
ReferenceResolverSwitch
public ReferenceResolverSwitch()
-
-
Method Details
-
caseLinkingResourceReference
Description copied from class:FailurescenarioSwitchReturns 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:
caseLinkingResourceReferencein classFailurescenarioSwitch<String>- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Linking Resource Reference'.
- See Also:
-
caseInternalActionReference
Description copied from class:FailurescenarioSwitchReturns the result of interpreting the object as an instance of 'Internal Action Reference'. This implementation returns null; returning a non-null result will terminate the switch.- Overrides:
caseInternalActionReferencein classFailurescenarioSwitch<String>- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Internal Action Reference'.
- See Also:
-
caseProcessingResourceReference
Description copied from class:FailurescenarioSwitchReturns 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:
caseProcessingResourceReferencein classFailurescenarioSwitch<String>- Parameters:
object- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Processing Resource Reference'.
- See Also:
-