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 StringcaseWaitForAcquire(WaitForAcquire object)Returns the result of interpreting the object as an instance of 'Wait For Acquire'.StringcaseWaitForDelay(WaitForDelay object)Returns the result of interpreting the object as an instance of 'Wait For Delay'.StringcaseWaitForDemand(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: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:
doSwitch(EObject)
-
caseWaitForDelay
public String caseWaitForDelay(WaitForDelay object)
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:
doSwitch(EObject)
-
caseWaitForDemand
public String caseWaitForDemand(WaitForDemand object)
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:
doSwitch(EObject)
-
-