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

io.ciera.tool.sql.ooaofooa.message.AsynchronousMessage 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.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.ooaofooa.message.EventMessage;
import io.ciera.tool.sql.ooaofooa.message.InformalAsynchronousMessage;
import io.ciera.tool.sql.ooaofooa.message.MSG_M;
import io.ciera.tool.sql.ooaofooa.message.SignalMessage;


public interface AsynchronousMessage extends IModelInstance {

    // attributes
    public void setMsg_ID( UniqueId ref_Msg_ID ) throws XtumlException;
    public UniqueId getMsg_ID() throws XtumlException;
    public void setInformalName( String m_InformalName ) throws XtumlException;
    public String getInformalName() throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public String getDescrip() throws XtumlException;
    public void setGuardCondition( String m_GuardCondition ) throws XtumlException;
    public String getGuardCondition() throws XtumlException;
    public void setDurationObservation( String m_DurationObservation ) throws XtumlException;
    public String getDurationObservation() throws XtumlException;
    public void setDurationConstraint( String m_DurationConstraint ) throws XtumlException;
    public String getDurationConstraint() throws XtumlException;
    public boolean getIsFormal() throws XtumlException;
    public void setIsFormal( boolean m_isFormal ) throws XtumlException;
    public String getLabel() throws XtumlException;
    public void setLabel( String m_Label ) throws XtumlException;
    public String getSequenceNumb() throws XtumlException;
    public void setSequenceNumb( String m_SequenceNumb ) throws XtumlException;


    // operations


    // selections
    default public void setR1018_is_a_MSG_M( MSG_M inst ) {}
    public MSG_M R1018_is_a_MSG_M() throws XtumlException;
    default public void setR1019_is_a_EventMessage( EventMessage inst ) {}
    public EventMessage R1019_is_a_EventMessage() throws XtumlException;
    default public void setR1019_is_a_InformalAsynchronousMessage( InformalAsynchronousMessage inst ) {}
    public InformalAsynchronousMessage R1019_is_a_InformalAsynchronousMessage() throws XtumlException;
    default public void setR1019_is_a_SignalMessage( SignalMessage inst ) {}
    public SignalMessage R1019_is_a_SignalMessage() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy