Interface Group

  • All Superinterfaces:
    AbstractElement, CompoundElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    GroupImpl

    public interface Group
    extends CompoundElement
    A representation of the model object 'Group'.

    The following features are supported:

    See Also:
    XtextPackage.getGroup()
    Noextend:
    This interface is not intended to be extended by clients.
    Noimplement:
    This interface is not intended to be implemented by clients.
    Model:
    Generated:
    • Method Detail

      • getGuardCondition

        Condition getGuardCondition()
        Returns the value of the 'Guard Condition' containment reference.

        If the meaning of the 'Guard Condition' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Guard Condition' containment reference.
        Since:
        2.9
        See Also:
        setGuardCondition(Condition), XtextPackage.getGroup_GuardCondition()
        Model:
        containment="true"
        Generated:
      • setGuardCondition

        void setGuardCondition​(Condition value)
        Sets the value of the 'Guard Condition' containment reference.
        Parameters:
        value - the new value of the 'Guard Condition' containment reference.
        Since:
        2.9
        See Also:
        getGuardCondition()
        Generated: