Interface EntryMakingCallType

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

public interface EntryMakingCallType extends MakingCallType
A representation of the model object ' Entry Making Call Type'.

The following features are supported:

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

    • getProb

      Object getProb()
      Returns the value of the 'Prob' attribute.

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

      Returns:
      the value of the 'Prob' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.solver.lqn.SrvnFloat" required="true" extendedMetaData="kind='attribute' name='prob' namespace='##targetNamespace'"
    • setProb

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