Interface ActivityMakingCallType

All Superinterfaces:
EObject, MakingCallType, Notifier
All Known Implementing Classes:
ActivityMakingCallTypeImpl

public interface ActivityMakingCallType extends MakingCallType
A representation of the model object ' Activity Making Call Type'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='ActivityMakingCallType' kind='elementOnly'"
  • Method Details

    • getCallsMean

      Object getCallsMean()
      Returns the value of the 'Calls Mean' attribute.

      If the meaning of the 'Calls Mean' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Calls Mean' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.solver.lqn.SrvnFloat" required="true" extendedMetaData="kind='attribute' name='calls-mean' namespace='##targetNamespace'"
    • setCallsMean

      void setCallsMean(Object value)
      Sets the value of the 'Calls Mean' attribute.
      Parameters:
      value - the new value of the 'Calls Mean' attribute.
      See Also:
      Generated class or method.