Interface SPAModel

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

public interface SPAModel extends EObject
A representation of the model object 'SPA Model'.

The following features are supported:

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

    • getProcesses

      EList<ProcessBehaviour> 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:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getResources

      EList<Resource> 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:
      Generated class or method.
      EMF model class or method.
      containment="true"