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
Constructors -
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:SimucomstatusSwitchReturns 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:
caseWaitForAcquirein 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:SimucomstatusSwitchReturns 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:
caseWaitForDelayin 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:SimucomstatusSwitchReturns 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:
caseWaitForDemandin 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:
-