Interface ReasoningSystem

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

public interface ReasoningSystem extends EObject
A representation of the model object 'Reasoning System'.

The following features are supported:

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

    • getComponents

      EList getComponents()
      Returns the value of the 'Components' containment reference list. The list contents are of type ReasoningComponent.

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

      Returns:
      the value of the 'Components' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      type="org.palladiosimulator.qualitymodel.ReasoningComponent" containment="true"