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

io.ciera.tool.sql.architecture.expression.BinaryOperationSet 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.expression.ExpressionSet;


public interface BinaryOperationSet extends IInstanceSet {

    // attributes
    public void setLeft_expression_number( String ref_left_expression_number ) throws XtumlException;
    public void setStatement_number( String ref_statement_number ) throws XtumlException;
    public void setExpression_number( String ref_expression_number ) throws XtumlException;
    public void setBlock_number( String ref_block_number ) throws XtumlException;
    public void setUtil( boolean m_util ) throws XtumlException;
    public void setBody_name( String ref_body_name ) throws XtumlException;
    public void setCast( String m_cast ) throws XtumlException;
    public void setOperator( String m_operator ) throws XtumlException;
    public void setInvocation( boolean m_invocation ) throws XtumlException;
    public void setParent_package( String ref_parent_package ) throws XtumlException;
    public void setRight_expression_number( String ref_right_expression_number ) throws XtumlException;
    public void setParent_name( String ref_parent_name ) throws XtumlException;


    // selections
    public ExpressionSet R776_is_a_Expression() throws XtumlException;
    public ExpressionSet R778_has_right_Expression() throws XtumlException;
    public ExpressionSet R779_has_left_Expression() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy