Class ProcessActionPrintVisitor

    • Constructor Detail

      • ProcessActionPrintVisitor

        public ProcessActionPrintVisitor()
    • 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 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:
        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 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:
        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 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:
        doSwitch(EObject)