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

io.ciera.tool.sql.architecture.component.FunctionSet Maven / Gradle / Ivy

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


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.sql.architecture.component.ComponentDefinitionSet;
import io.ciera.tool.sql.architecture.invocable.InvocableObjectSet;


public interface FunctionSet extends IInstanceSet {

    // attributes
    public void setComp_package( String ref_comp_package ) throws XtumlException;
    public void setComp_name( String ref_comp_name ) throws XtumlException;
    public void setName( String ref_name ) throws XtumlException;


    // selections
    public ComponentDefinitionSet R405_can_execute_synchronously_within_ComponentDefinition() throws XtumlException;
    public InvocableObjectSet R427_is_a_InvocableObject() throws XtumlException;
    public ComponentDefinitionSet R4561_initializes_ComponentDefinition() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy