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

io.ciera.tool.sql.architecture.interfaces.PortMessageSet Maven / Gradle / Ivy

package io.ciera.tool.sql.architecture.interfaces;


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.sql.architecture.interfaces.MessageSet;
import io.ciera.tool.sql.architecture.interfaces.PortSet;
import io.ciera.tool.sql.architecture.invocable.InvocableObjectSet;


public interface PortMessageSet extends IInstanceSet {

    // attributes
    public void setIface_name( String ref_iface_name ) throws XtumlException;
    public void setMsg_name( String ref_msg_name ) throws XtumlException;
    public void setPort_package( String ref_port_package ) throws XtumlException;
    public void setPort_name( String ref_port_name ) throws XtumlException;
    public void setIface_package( String ref_iface_package ) throws XtumlException;


    // selections
    public PortSet R420_is_implemented_within_Port() throws XtumlException;
    public MessageSet R420_provides_implementation_for_Message() throws XtumlException;
    public InvocableObjectSet R427_is_a_InvocableObject() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy