Alle Superschnittstellen:
IContainableElement<IModelLayer>, IInteractionDescribingComponent, IPASSProcessModelElement, IValueChangedObserver<IPASSProcessModelElement>, IValueChangedPublisher<IPASSProcessModelElement>
Alle bekannten Implementierungsklassen:
MessageSpecification

public interface IMessageSpecification extends IInteractionDescribingComponent
Interface for the MessageSpecification class
  • Methodendetails

    • setContainedPayloadDescription

      void setContainedPayloadDescription(IPayloadDescription payloadDescription, int removeCascadeDepth)
      Sets the payload description for the message specification, which describes the payload of the message
      Parameter:
      payloadDescription - the payload description
      removeCascadeDepth - Parses the depth of a cascading delete for elements that are connected to the currently deleted one
    • setContainedPayloadDescription

      void setContainedPayloadDescription(IPayloadDescription payloadDescription)
      Sets the payload description for the message specification, which describes the payload of the message
      Parameter:
      payloadDescription - the payload description
    • getContainedPayloadDescription

      IPayloadDescription getContainedPayloadDescription()
      Returns the payload description for the message specification, which describes the payload of the message
      Gibt zurück:
      the payload description
    • getSimpleSimTransmissionTime

      ISiSiTimeDistribution getSimpleSimTransmissionTime()
      For simple simulation of processes: The (expected) transmission time of this kind of message. Necessary only for simulation purposes
    • setSimpleSimTransmissionTime

      void setSimpleSimTransmissionTime(ISiSiTimeDistribution sisitime)
      For simple simulation of processes: The (expected) transmission time of this kind of message. Necessary only for simulation purposes
    • getSimpleSimVSMMessageType

      SimpleSimVSMMessageTypes getSimpleSimVSMMessageType()
      for values streamm analysisefine what type of Messag this is. Standard;Conveyance Time (internal);Conveyance Time (external);Information Flow (internal);Information Flow (external);
    • setSimpleSimVSMMessageType

      void setSimpleSimVSMMessageType(SimpleSimVSMMessageTypes simplesim)
      for values streamm analysisefine what type of Messag this is. Standard;Conveyance Time (internal);Conveyance Time (external);Information Flow (internal);Information Flow (external);