io.ciera.tool.sql.architecture.statement.UnrelateSmt Maven / Gradle / Ivy
package io.ciera.tool.sql.architecture.statement;
import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.architecture.classes.ClassRelationship;
import io.ciera.tool.sql.architecture.expression.Expression;
import io.ciera.tool.sql.architecture.statement.Statement;
public interface UnrelateSmt extends IModelInstance {
// attributes
public String getParent_name() throws XtumlException;
public void setParent_name( String ref_parent_name ) throws XtumlException;
public void setParent_package( String ref_parent_package ) throws XtumlException;
public String getParent_package() throws XtumlException;
public String getBody_name() throws XtumlException;
public void setBody_name( String ref_body_name ) throws XtumlException;
public void setBlock_number( String ref_block_number ) throws XtumlException;
public String getBlock_number() throws XtumlException;
public String getStatement_number() throws XtumlException;
public void setStatement_number( String ref_statement_number ) throws XtumlException;
public void setPart_expression_number( String ref_part_expression_number ) throws XtumlException;
public String getPart_expression_number() throws XtumlException;
public String getForm_expression_number() throws XtumlException;
public void setForm_expression_number( String ref_form_expression_number ) throws XtumlException;
public void setRel_name( String ref_rel_name ) throws XtumlException;
public String getRel_name() throws XtumlException;
public String getComp_name() throws XtumlException;
public void setComp_name( String ref_comp_name ) throws XtumlException;
public String getComp_package() throws XtumlException;
public void setComp_package( String ref_comp_package ) throws XtumlException;
// operations
public void render() throws XtumlException;
// selections
default public void setR451_is_a_Statement( Statement inst ) {}
public Statement R451_is_a_Statement() throws XtumlException;
default public void setR482_unrelates_participating_Expression( Expression inst ) {}
public Expression R482_unrelates_participating_Expression() throws XtumlException;
default public void setR483_unrelates_formalizing_Expression( Expression inst ) {}
public Expression R483_unrelates_formalizing_Expression() throws XtumlException;
default public void setR484_deletes_instances_of_ClassRelationship( ClassRelationship inst ) {}
public ClassRelationship R484_deletes_instances_of_ClassRelationship() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy