Class ProcessActionPrintVisitor
java.lang.Object
de.uka.ipd.sdq.simucomframework.simucomstatus.util.SimucomstatusSwitch<String>
de.uka.ipd.sdq.codegen.simucontroller.debug.ProcessActionPrintVisitor
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.simucomframework.simucomstatus.util.SimucomstatusSwitch
modelPackage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncaseWaitForAcquire
(WaitForAcquire object) Returns the result of interpreting the object as an instance of 'Wait For Acquire'.caseWaitForDelay
(WaitForDelay object) Returns the result of interpreting the object as an instance of 'Wait For Delay'.caseWaitForDemand
(WaitForDemand object) Returns the result of interpreting the object as an instance of 'Wait For Demand'.Methods inherited from class de.uka.ipd.sdq.simucomframework.simucomstatus.util.SimucomstatusSwitch
caseAction, caseActiveResouce, casePassiveResource, caseProcess, caseSimuComStatus, caseSimulatedProcesses, caseSimulatedResources, defaultCase, doSwitch, doSwitch, doSwitch
-
Constructor Details
-
ProcessActionPrintVisitor
public ProcessActionPrintVisitor()
-
-
Method Details
-
caseWaitForAcquire
Description copied from class:SimucomstatusSwitch
Returns the result of interpreting the object as an instance of 'Wait For Acquire'. This implementation returns null; returning a non-null result will terminate the switch.- Overrides:
caseWaitForAcquire
in classSimucomstatusSwitch<String>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Wait For Acquire'.
- See Also:
-
caseWaitForDelay
Description copied from class:SimucomstatusSwitch
Returns the result of interpreting the object as an instance of 'Wait For Delay'. This implementation returns null; returning a non-null result will terminate the switch.- Overrides:
caseWaitForDelay
in classSimucomstatusSwitch<String>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Wait For Delay'.
- See Also:
-
caseWaitForDemand
Description copied from class:SimucomstatusSwitch
Returns the result of interpreting the object as an instance of 'Wait For Demand'. This implementation returns null; returning a non-null result will terminate the switch.- Overrides:
caseWaitForDemand
in classSimucomstatusSwitch<String>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Wait For Demand'.
- See Also:
-