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

io.ciera.tool.sql.ooaofooa.interaction.ActorParticipant Maven / Gradle / Ivy

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


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.interaction.InteractionParticipant;
import io.ciera.tool.sql.ooaofooa.interaction.Lifespan;


public interface ActorParticipant extends IModelInstance {

    // attributes
    public UniqueId getPart_ID() throws XtumlException;
    public void setPart_ID( UniqueId ref_Part_ID ) throws XtumlException;
    public String getName() throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;
    public String getDescrip() throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public UniqueId getLS_Part_ID() throws XtumlException;
    public void setLS_Part_ID( UniqueId ref_LS_Part_ID ) throws XtumlException;


    // operations


    // selections
    default public void setR930_is_a_InteractionParticipant( InteractionParticipant inst ) {}
    public InteractionParticipant R930_is_a_InteractionParticipant() throws XtumlException;
    default public void setR949_life_is_bounded_by_Lifespan( Lifespan inst ) {}
    public Lifespan R949_life_is_bounded_by_Lifespan() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy