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

io.ciera.tool.sql.ooaofooa.body.ElseIfStmtSet Maven / Gradle / Ivy

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


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.sql.ooaofooa.body.ACT_SMTSet;
import io.ciera.tool.sql.ooaofooa.body.BlockSet;
import io.ciera.tool.sql.ooaofooa.body.IfStmtSet;
import io.ciera.tool.sql.ooaofooa.value.ValueSet;


public interface ElseIfStmtSet extends IInstanceSet {

    // attributes
    public void setIf_Statement_ID( UniqueId ref_If_Statement_ID ) throws XtumlException;
    public void setValue_ID( UniqueId ref_Value_ID ) throws XtumlException;
    public void setStatement_ID( UniqueId ref_Statement_ID ) throws XtumlException;
    public void setBlock_ID( UniqueId ref_Block_ID ) throws XtumlException;


    // selections
    public ACT_SMTSet R603_is_a_ACT_SMT() throws XtumlException;
    public BlockSet R658_controls_Block() throws XtumlException;
    public ValueSet R659_test_result_Value() throws XtumlException;
    public IfStmtSet R682_IfStmt() throws XtumlException;
    public IfStmtSet R690_IfStmt() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy