
io.ciera.tool.sql.ooaofooa.component.Delegation Maven / Gradle / Ivy
package io.ciera.tool.sql.ooaofooa.component;
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.InterfaceReference;
import io.ciera.tool.sql.ooaofooa.component.InterfaceReferenceInDelegation;
import io.ciera.tool.sql.ooaofooa.component.InterfaceReferenceInDelegationSet;
import io.ciera.tool.sql.ooaofooa.component.InterfaceReferenceSet;
import io.ciera.tool.sql.ooaofooa.component.componentlibrary.ImportedReference;
import io.ciera.tool.sql.ooaofooa.instance.RuntimeChannel;
import io.ciera.tool.sql.ooaofooa.instance.RuntimeChannelSet;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElement;
import io.ciera.tool.sql.ooaofooa.persistenceassociations.DelegationInComponent;
public interface Delegation extends IModelInstance {
// attributes
public UniqueId getId() throws XtumlException;
public void setId( UniqueId ref_Id ) throws XtumlException;
public String getName() throws XtumlException;
public void setName( String m_Name ) throws XtumlException;
// operations
// selections
default public void addR2972_is_implemented_at_runtime_by_RuntimeChannel( RuntimeChannel inst ) {}
default public void removeR2972_is_implemented_at_runtime_by_RuntimeChannel( RuntimeChannel inst ) {}
public RuntimeChannelSet R2972_is_implemented_at_runtime_by_RuntimeChannel() throws XtumlException;
default public void addR4013_handles_delegation_for_InterfaceReferenceInDelegation( InterfaceReferenceInDelegation inst ) {}
default public void removeR4013_handles_delegation_for_InterfaceReferenceInDelegation( InterfaceReferenceInDelegation inst ) {}
public InterfaceReferenceInDelegationSet R4013_handles_delegation_for_InterfaceReferenceInDelegation() throws XtumlException;
default public void addR4014_provides_delegation_to_InterfaceReference( InterfaceReference inst ) {}
default public void removeR4014_provides_delegation_to_InterfaceReference( InterfaceReference inst ) {}
public InterfaceReferenceSet R4014_provides_delegation_to_InterfaceReference() throws XtumlException;
default public void setR4704_delivers_communication_through_ImportedReference( ImportedReference inst ) {}
public ImportedReference R4704_delivers_communication_through_ImportedReference() throws XtumlException;
default public void setR8001_is_a_PackageableElement( PackageableElement inst ) {}
public PackageableElement R8001_is_a_PackageableElement() throws XtumlException;
default public void setR9002_DelegationInComponent( DelegationInComponent inst ) {}
public DelegationInComponent R9002_DelegationInComponent() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy