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

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

package io.ciera.tool.sql.ooaofooa.component.componentlibrary;


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.sql.ooaofooa.component.C_CSet;
import io.ciera.tool.sql.ooaofooa.component.componentlibrary.PortReferenceSet;
import io.ciera.tool.sql.ooaofooa.instance.ComponentInstanceSet;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElementSet;


public interface ComponentReferenceSet extends IInstanceSet {

    // attributes
    public void setComponent_Package_IDdeprecated( UniqueId m_Component_Package_IDdeprecated ) throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public void setId( UniqueId ref_Id ) throws XtumlException;
    public void setClassifierName( String m_ClassifierName ) throws XtumlException;
    public void setAssignedComp_Id( UniqueId ref_AssignedComp_Id ) throws XtumlException;
    public void setParentComp_Id( UniqueId ref_ParentComp_Id ) throws XtumlException;
    public void setMult( int m_Mult ) throws XtumlException;


    // selections
    public ComponentInstanceSet R2963_instance_being_verified_by_ComponentInstance() throws XtumlException;
    public C_CSet R4201_represents_C_C() throws XtumlException;
    public C_CSet R4205_nested_in_C_C() throws XtumlException;
    public PortReferenceSet R4707_communicates_through_PortReference() throws XtumlException;
    public PackageableElementSet R8001_is_a_PackageableElement() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy