
io.ciera.tool.sql.architecture.classes.InstSet Maven / Gradle / Ivy
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.SetSelector;
import io.ciera.tool.sql.architecture.classes.SetSelectorSet;
import io.ciera.tool.sql.architecture.file.File;
import io.ciera.tool.sql.architecture.type.Type;
public interface InstSet extends IModelInstance {
// attributes
public void setName( String ref_name ) throws XtumlException;
public String getName() throws XtumlException;
public void setPackage( String ref_package ) throws XtumlException;
public String getPackage() throws XtumlException;
public void setExtends( String m_extends ) throws XtumlException;
public String getExtends() throws XtumlException;
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 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;
public String getComparator() throws XtumlException;
public void setComparator( String m_comparator ) throws XtumlException;
// operations
public void render() throws XtumlException;
// selections
default public void setR401_is_a_File( File inst ) {}
public File R401_is_a_File() throws XtumlException;
default public void setR406_defines_set_with_elements_of_type_ModelInst( ModelInst inst ) {}
public ModelInst R406_defines_set_with_elements_of_type_ModelInst() throws XtumlException;
default public void setR407_is_a_Type( Type inst ) {}
public Type R407_is_a_Type() throws XtumlException;
default public void addR444_selects_instances_through_SetSelector( SetSelector inst ) {}
default public void removeR444_selects_instances_through_SetSelector( SetSelector inst ) {}
public SetSelectorSet R444_selects_instances_through_SetSelector() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy