Class ProcessActionPrintVisitor
- java.lang.Object
-
- de.uka.ipd.sdq.simucomframework.simucomstatus.util.SimucomstatusSwitch<String>
-
- de.uka.ipd.sdq.codegen.simucontroller.debug.ProcessActionPrintVisitor
-
public class ProcessActionPrintVisitor extends SimucomstatusSwitch<String>
-
-
Field Summary
-
Fields inherited from class de.uka.ipd.sdq.simucomframework.simucomstatus.util.SimucomstatusSwitch
modelPackage
-
-
Constructor Summary
Constructors Constructor Description ProcessActionPrintVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
caseWaitForAcquire(WaitForAcquire object)
Returns the result of interpreting the object as an instance of 'Wait For Acquire'.String
caseWaitForDelay(WaitForDelay object)
Returns the result of interpreting the object as an instance of 'Wait For Delay'.String
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
-
-
-
-
Method Detail
-
caseWaitForAcquire
public String caseWaitForAcquire(WaitForAcquire object)
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:
doSwitch(EObject)
-
caseWaitForDelay
public String caseWaitForDelay(WaitForDelay object)
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:
doSwitch(EObject)
-
caseWaitForDemand
public String caseWaitForDemand(WaitForDemand object)
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:
doSwitch(EObject)
-
-