Interface ReasoningRepository

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

public interface ReasoningRepository extends EObject
A representation of the model object 'Reasoning Repository'.

The following features are supported:

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

    • getReasonings

      EList getReasonings()
      Returns the value of the 'Reasonings' containment reference list. The list contents are of type Reasoning.

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

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