All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
RuleImpl

public interface Rule extends EObject
A representation of the model object 'Rule'.

The following features are supported:

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

    • getQualities

      EList<String> getQualities()
      Returns the value of the 'Qualities' attribute list. The list contents are of type String.

      If the meaning of the 'Qualities' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Qualities' attribute list.
      See Also:
      Generated class or method.
      EMF model class or method.
      unique="false"
    • getEntries

      EList<Entry> getEntries()
      Returns the value of the 'Entries' containment reference list. The list contents are of type Entry.

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

      Returns:
      the value of the 'Entries' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"