public class ProcessActionPrintVisitor extends SimucomstatusSwitch<String>
| Constructor and Description |
|---|
ProcessActionPrintVisitor() |
| Modifier and Type | Method and 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'.
|
caseAction, caseActiveResouce, casePassiveResource, caseProcess, caseSimuComStatus, caseSimulatedProcesses, caseSimulatedResources, defaultCase, doSwitchpublic String caseWaitForAcquire(WaitForAcquire object)
SimucomstatusSwitchcaseWaitForAcquire in class SimucomstatusSwitch<String>object - the target of the switch.doSwitch(EObject)public String caseWaitForDelay(WaitForDelay object)
SimucomstatusSwitchcaseWaitForDelay in class SimucomstatusSwitch<String>object - the target of the switch.doSwitch(EObject)public String caseWaitForDemand(WaitForDemand object)
SimucomstatusSwitchcaseWaitForDemand in class SimucomstatusSwitch<String>object - the target of the switch.doSwitch(EObject)