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

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


public interface ComponentParticipant extends IModelInstance {

    // attributes
    public void setPart_ID( UniqueId ref_Part_ID ) throws XtumlException;
    public UniqueId getPart_ID() throws XtumlException;
    public UniqueId getComponent_Id() throws XtumlException;
    public void setComponent_Id( UniqueId ref_Component_Id ) throws XtumlException;
    public String getLabel() throws XtumlException;
    public void setLabel( String m_Label ) throws XtumlException;
    public String getInformalComponentName() throws XtumlException;
    public void setInformalComponentName( String m_InformalComponentName ) throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public String getDescrip() throws XtumlException;
    public void setIsFormal( boolean m_isFormal ) throws XtumlException;
    public boolean getIsFormal() throws XtumlException;


    // operations


    // selections
    default public void setR930_is_a_InteractionParticipant( InteractionParticipant inst ) {}
    public InteractionParticipant R930_is_a_InteractionParticipant() throws XtumlException;
    default public void setR955_represents_C_C( C_C inst ) {}
    public C_C R955_represents_C_C() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy