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

io.ciera.tool.sql.architecture.classes.InstanceSelector Maven / Gradle / Ivy

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


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.ModelInst;
import io.ciera.tool.sql.architecture.classes.Selector;
import io.ciera.tool.sql.architecture.classes.SetSelector;
import io.ciera.tool.sql.architecture.classes.SetSelectorSet;

import types.Cond;


public interface InstanceSelector extends IModelInstance {

    // attributes
    public String getClass_name() throws XtumlException;
    public void setClass_name( String ref_class_name ) throws XtumlException;
    public String getClass_package() throws XtumlException;
    public void setClass_package( String ref_class_package ) throws XtumlException;
    public void setName( String ref_name ) throws XtumlException;
    public String getName() throws XtumlException;
    public void setRel_num( int m_rel_num ) throws XtumlException;
    public int getRel_num() throws XtumlException;
    public void setConditionality( Cond m_conditionality ) throws XtumlException;
    public Cond getConditionality() throws XtumlException;
    public boolean getFormalizer() throws XtumlException;
    public void setFormalizer( boolean m_formalizer ) throws XtumlException;
    public String getComp_name() throws XtumlException;
    public void setComp_name( String ref_comp_name ) throws XtumlException;
    public void setComp_package( String ref_comp_package ) throws XtumlException;
    public String getComp_package() throws XtumlException;


    // operations
    public void render() throws XtumlException;
    public void render_empty() throws XtumlException;
    public void render_interface() throws XtumlException;


    // selections
    default public void setR442_navigates_from_ModelInst( ModelInst inst ) {}
    public ModelInst R442_navigates_from_ModelInst() throws XtumlException;
    default public void setR445_is_a_Selector( Selector inst ) {}
    public Selector R445_is_a_Selector() throws XtumlException;
    default public void addR4505_invoked_by_SetSelector( SetSelector inst ) {}
    default public void removeR4505_invoked_by_SetSelector( SetSelector inst ) {}
    public SetSelectorSet R4505_invoked_by_SetSelector() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy