All Superinterfaces:
EObject, Notifier, TransformationSpecification
All Known Implementing Classes:
ReasoningImpl

public interface Reasoning extends TransformationSpecification
A representation of the model object 'Reasoning'.

The following features are supported:

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

    • getQuality

      String getQuality()
      Returns the value of the 'Quality' attribute.

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

      Returns:
      the value of the 'Quality' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setQuality

      void setQuality(String value)
      Sets the value of the 'Quality' attribute.
      Parameters:
      value - the new value of the 'Quality' attribute.
      See Also:
      Generated class or method.
    • getRules

      EList<Rule> getRules()
      Returns the value of the 'Rules' containment reference list. The list contents are of type Rule.

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

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