All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ciera.tool.sql.ooaofooa.message.MSG_MSet Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
package io.ciera.tool.sql.ooaofooa.message;


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.sql.ooaofooa.interaction.InteractionParticipantSet;
import io.ciera.tool.sql.ooaofooa.message.AsynchronousMessageSet;
import io.ciera.tool.sql.ooaofooa.message.MessageArgumentSet;
import io.ciera.tool.sql.ooaofooa.message.ReturnMessageSet;
import io.ciera.tool.sql.ooaofooa.message.SynchronousMessageSet;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElementSet;


public interface MSG_MSet extends IInstanceSet {

    // attributes
    public void setSender_Part_ID( UniqueId ref_Sender_Part_ID ) throws XtumlException;
    public void setMsg_ID( UniqueId ref_Msg_ID ) throws XtumlException;
    public void setReceiver_Part_ID( UniqueId ref_Receiver_Part_ID ) throws XtumlException;
    public void setParticipatesInCommunication( boolean m_participatesInCommunication ) throws XtumlException;


    // selections
    public MessageArgumentSet R1000_has_an_informal_MessageArgument() throws XtumlException;
    public MessageArgumentSet R1001_has_a_formal_MessageArgument() throws XtumlException;
    public InteractionParticipantSet R1007_has_destination_InteractionParticipant() throws XtumlException;
    public InteractionParticipantSet R1008_has_source_InteractionParticipant() throws XtumlException;
    public AsynchronousMessageSet R1018_is_a_AsynchronousMessage() throws XtumlException;
    public ReturnMessageSet R1018_is_a_ReturnMessage() throws XtumlException;
    public SynchronousMessageSet R1018_is_a_SynchronousMessage() throws XtumlException;
    public PackageableElementSet R8001_is_a_PackageableElement() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy