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

io.ciera.tool.sql.architecture.expression.SelectFromInstancesSet Maven / Gradle / Ivy

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


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.sql.architecture.component.InstancePopulationSelectorSet;
import io.ciera.tool.sql.architecture.expression.SelectSet;


public interface SelectFromInstancesSet extends IInstanceSet {

    // attributes
    public void setExpression_number( String ref_expression_number ) throws XtumlException;
    public void setStatement_number( String ref_statement_number ) throws XtumlException;
    public void setSelector_comp_name( String ref_selector_comp_name ) throws XtumlException;
    public void setParent_name( String ref_parent_name ) throws XtumlException;
    public void setSelector_comp_package( String ref_selector_comp_package ) throws XtumlException;
    public void setBody_name( String ref_body_name ) throws XtumlException;
    public void setBlock_number( String ref_block_number ) throws XtumlException;
    public void setParent_package( String ref_parent_package ) throws XtumlException;
    public void setSelector_name( String ref_selector_name ) throws XtumlException;


    // selections
    public SelectSet R789_is_a_Select() throws XtumlException;
    public InstancePopulationSelectorSet R799_selects_instances_through_InstancePopulationSelector() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy