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

io.ciera.tool.sql.ooaofooa.component.C_CSet Maven / Gradle / Ivy

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


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.architecture.component.ComponentDefinitionSet;
import io.ciera.tool.sql.ooaofooa.body.BodyInComponentSet;
import io.ciera.tool.sql.ooaofooa.component.C_POSet;
import io.ciera.tool.sql.ooaofooa.component.componentlibrary.ComponentReferenceSet;
import io.ciera.tool.sql.ooaofooa.instance.ComponentInstanceSet;
import io.ciera.tool.sql.ooaofooa.interaction.ComponentParticipantSet;
import io.ciera.tool.sql.ooaofooa.packageableelement.ComponentResultSetSet;
import io.ciera.tool.sql.ooaofooa.packageableelement.ComponentVisibilitySet;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElementSet;
import io.ciera.tool.sql.ooaofooa.persistenceassociations.DelegationInComponentSet;
import io.ciera.tool.sql.ooaofooa.persistenceassociations.SatisfactionInComponentSet;


public interface C_CSet extends IInstanceSet {

    // attributes
    public void setRealized_Class_Path( String m_Realized_Class_Path ) throws XtumlException;
    public void setMult( int m_Mult ) throws XtumlException;
    public void setIsRealized( boolean m_isRealized ) throws XtumlException;
    public void setId( UniqueId ref_Id ) throws XtumlException;
    public void setRoot_Package_IDdeprecated( UniqueId m_Root_Package_IDdeprecated ) throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;
    public void setKey_Lett( String m_Key_Lett ) throws XtumlException;
    public void setNestedComponent_IDdeprecated( UniqueId m_NestedComponent_IDdeprecated ) throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public void setPackage_IDdeprecated( UniqueId m_Package_IDdeprecated ) throws XtumlException;


    // selections
    public ComponentInstanceSet R2955_instance_being_verified_by_ComponentInstance() throws XtumlException;
    public C_POSet R4010_communicates_through_C_PO() throws XtumlException;
    public ComponentReferenceSet R4201_is_represented_by_ComponentReference() throws XtumlException;
    public ComponentReferenceSet R4205_nests_ComponentReference() throws XtumlException;
    public ComponentDefinitionSet R4573_ComponentDefinition() throws XtumlException;
    public BodyInComponentSet R694_has_declared_BodyInComponent() throws XtumlException;
    public PackageableElementSet R8001_is_a_PackageableElement() throws XtumlException;
    public PackageableElementSet R8003_contains_PackageableElement() throws XtumlException;
    public ComponentVisibilitySet R8004_has_visibility_of_ComponentVisibility() throws XtumlException;
    public ComponentResultSetSet R8007_holds_ComponentResultSet() throws XtumlException;
    public SatisfactionInComponentSet R9000_SatisfactionInComponent() throws XtumlException;
    public DelegationInComponentSet R9002_DelegationInComponent() throws XtumlException;
    public ComponentParticipantSet R955_ComponentParticipant() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy