Interface SEFF2MethodMapping

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

public interface SEFF2MethodMapping extends EObject
A representation of the model object 'SEFF2 Method Mapping'.

The following features are supported:

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

    • getSeff

      org.palladiosimulator.pcm.seff.ServiceEffectSpecification getSeff()
      Returns the value of the 'Seff' reference.

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

      Returns:
      the value of the 'Seff' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setSeff

      void setSeff(org.palladiosimulator.pcm.seff.ServiceEffectSpecification value)
      Sets the value of the 'Seff' reference.
      Parameters:
      value - the new value of the 'Seff' reference.
      See Also:
      Generated class or method.
    • getStatementListContainer

      tools.mdsd.jamopp.model.java.statements.StatementListContainer getStatementListContainer()
      Returns the value of the 'Statement List Container' reference.

      If the meaning of the 'Statement List Container' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Statement List Container' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setStatementListContainer

      void setStatementListContainer(tools.mdsd.jamopp.model.java.statements.StatementListContainer value)
      Sets the value of the 'Statement List Container' reference.
      Parameters:
      value - the new value of the 'Statement List Container' reference.
      See Also:
      Generated class or method.