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>
  • Constructor Details

    • ProcessActionPrintVisitor

      public ProcessActionPrintVisitor()
  • Method Details

    • 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 class SimucomstatusSwitch<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

      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 class SimucomstatusSwitch<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

      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 class SimucomstatusSwitch<String>
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Wait For Demand'.
      See Also: