de.uka.ipd.sdq.spa
Interface SPAModel

All Known Implementing Classes:
SPAModelImpl

public interface SPAModel

A representation of the model object 'SPA Model'.

The following features are supported:

See Also:
SpaPackage.getSPAModel()

Method Summary
  getProcesses()
          Returns the value of the 'Processes' containment reference list.
  getResources()
          Returns the value of the 'Resources' containment reference list.
 

Method Detail

getProcesses

 getProcesses()
Returns the value of the 'Processes' containment reference list. The list contents are of type ProcessBehaviour.

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

Returns:
the value of the 'Processes' containment reference list.
See Also:
SpaPackage.getSPAModel_Processes()

getResources

 getResources()
Returns the value of the 'Resources' containment reference list. The list contents are of type Resource.

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

Returns:
the value of the 'Resources' containment reference list.
See Also:
SpaPackage.getSPAModel_Resources()