All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
SeffAcquireAction, SeffExternalCallAction, SeffForkAction, SeffGuardedBranchAction, SeffInternalAction, SeffLoopAction, SeffProbabilisticBranchAction, SeffReleaseAction, SeffSetReturnAction, SeffSetVariableAction
All Known Implementing Classes:
SeffAcquireActionImpl, SeffActionImpl, SeffExternalCallActionImpl, SeffForkActionImpl, SeffGuardedBranchActionImpl, SeffInternalActionImpl, SeffLoopActionImpl, SeffProbabilisticBranchActionImpl, SeffReleaseActionImpl, SeffSetReturnActionImpl, SeffSetVariableActionImpl

public interface SeffAction extends EObject
A representation of the model object 'Seff Action'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getName

      String getName()
      Returns the value of the 'Name' attribute.
      Returns:
      the value of the 'Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated class or method.