Interface ExchangeComponentRule

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

public interface ExchangeComponentRule extends EObject
A representation of the model object ' Exchange Component Rule'.

The following features are supported:

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

    • getRepositoryComponent

      EList<org.palladiosimulator.pcm.repository.RepositoryComponent> getRepositoryComponent()
      Returns the value of the 'Repository Component' reference list. The list contents are of type RepositoryComponent.

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

      Returns:
      the value of the 'Repository Component' reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • getAllocationContext

      org.palladiosimulator.pcm.allocation.AllocationContext getAllocationContext()
      Returns the value of the 'Allocation Context' reference.

      If the meaning of the 'Allocation Context' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Allocation Context' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      ordered="false"
    • setAllocationContext

      void setAllocationContext(org.palladiosimulator.pcm.allocation.AllocationContext value)
      Sets the value of the 'Allocation Context' reference.
      Parameters:
      value - the new value of the 'Allocation Context' reference.
      See Also:
      Generated class or method.