
io.ciera.tool.sql.ooaofooa.communication.CommunicationLink Maven / Gradle / Ivy
package io.ciera.tool.sql.ooaofooa.communication;
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.association.Association;
import io.ciera.tool.sql.ooaofooa.interaction.InteractionParticipant;
import ooaofooa.datatypes.Visibility;
public interface CommunicationLink extends IModelInstance {
// attributes
public UniqueId getLink_ID() throws XtumlException;
public void setLink_ID( UniqueId m_Link_ID ) throws XtumlException;
public UniqueId getRel_ID() throws XtumlException;
public void setRel_ID( UniqueId ref_Rel_ID ) throws XtumlException;
public void setNumb( String m_Numb ) throws XtumlException;
public String getNumb() throws XtumlException;
public String getDescrip() throws XtumlException;
public void setDescrip( String m_Descrip ) throws XtumlException;
public String getStartText() throws XtumlException;
public void setStartText( String m_StartText ) throws XtumlException;
public String getEndText() throws XtumlException;
public void setEndText( String m_EndText ) throws XtumlException;
public void setIsFormal( boolean m_isFormal ) throws XtumlException;
public boolean getIsFormal() throws XtumlException;
public void setStartVisibility( Visibility m_StartVisibility ) throws XtumlException;
public Visibility getStartVisibility() throws XtumlException;
public Visibility getEndVisibility() throws XtumlException;
public void setEndVisibility( Visibility m_EndVisibility ) throws XtumlException;
public UniqueId getStart_Part_ID() throws XtumlException;
public void setStart_Part_ID( UniqueId ref_Start_Part_ID ) throws XtumlException;
public void setDestination_Part_ID( UniqueId ref_Destination_Part_ID ) throws XtumlException;
public UniqueId getDestination_Part_ID() throws XtumlException;
// operations
// selections
default public void setR1128_may_be_formalized_against_Association( Association inst ) {}
public Association R1128_may_be_formalized_against_Association() throws XtumlException;
default public void setR1133_starts_at_InteractionParticipant( InteractionParticipant inst ) {}
public InteractionParticipant R1133_starts_at_InteractionParticipant() throws XtumlException;
default public void setR1134_is_destined_for_InteractionParticipant( InteractionParticipant inst ) {}
public InteractionParticipant R1134_is_destined_for_InteractionParticipant() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy