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

io.ciera.tool.sql.ooaofooa.component.componentlibrary.ComponentReference Maven / Gradle / Ivy

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


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.component.componentlibrary.PortReference;
import io.ciera.tool.sql.ooaofooa.component.componentlibrary.PortReferenceSet;
import io.ciera.tool.sql.ooaofooa.instance.ComponentInstance;
import io.ciera.tool.sql.ooaofooa.instance.ComponentInstanceSet;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElement;


public interface ComponentReference extends IModelInstance {

    // attributes
    public void setId( UniqueId ref_Id ) throws XtumlException;
    public UniqueId getId() throws XtumlException;
    public UniqueId getAssignedComp_Id() throws XtumlException;
    public void setAssignedComp_Id( UniqueId ref_AssignedComp_Id ) throws XtumlException;
    public UniqueId getParentComp_Id() throws XtumlException;
    public void setParentComp_Id( UniqueId ref_ParentComp_Id ) throws XtumlException;
    public void setComponent_Package_IDdeprecated( UniqueId m_Component_Package_IDdeprecated ) throws XtumlException;
    public UniqueId getComponent_Package_IDdeprecated() throws XtumlException;
    public int getMult() throws XtumlException;
    public void setMult( int m_Mult ) throws XtumlException;
    public void setClassifierName( String m_ClassifierName ) throws XtumlException;
    public String getClassifierName() throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;
    public String getName() throws XtumlException;
    public String getDescrip() throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;


    // operations


    // selections
    default public void addR2963_instance_being_verified_by_ComponentInstance( ComponentInstance inst ) {}
    default public void removeR2963_instance_being_verified_by_ComponentInstance( ComponentInstance inst ) {}
    public ComponentInstanceSet R2963_instance_being_verified_by_ComponentInstance() throws XtumlException;
    default public void setR4201_represents_C_C( C_C inst ) {}
    public C_C R4201_represents_C_C() throws XtumlException;
    default public void setR4205_nested_in_C_C( C_C inst ) {}
    public C_C R4205_nested_in_C_C() throws XtumlException;
    default public void addR4707_communicates_through_PortReference( PortReference inst ) {}
    default public void removeR4707_communicates_through_PortReference( PortReference inst ) {}
    public PortReferenceSet R4707_communicates_through_PortReference() throws XtumlException;
    default public void setR8001_is_a_PackageableElement( PackageableElement inst ) {}
    public PackageableElement R8001_is_a_PackageableElement() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy