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

io.ciera.tool.sql.architecture.classes.Selector 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.ClassRelationship;
import io.ciera.tool.sql.architecture.classes.InstanceSelector;
import io.ciera.tool.sql.architecture.classes.SetSelector;
import io.ciera.tool.sql.architecture.expression.SelectRelated;
import io.ciera.tool.sql.architecture.expression.SelectRelatedSet;
import io.ciera.tool.sql.architecture.type.TypeReference;

import types.Mult;


public interface Selector extends IModelInstance {

    // attributes
    public String getParent_name() throws XtumlException;
    public void setParent_name( String m_parent_name ) throws XtumlException;
    public void setParent_package( String m_parent_package ) throws XtumlException;
    public String getParent_package() throws XtumlException;
    public void setName( String m_name ) throws XtumlException;
    public String getName() throws XtumlException;
    public void setMultiplicity( Mult m_multiplicity ) throws XtumlException;
    public Mult getMultiplicity() throws XtumlException;
    public void setRel_comp_name( String ref_rel_comp_name ) throws XtumlException;
    public String getRel_comp_name() throws XtumlException;
    public void setRel_comp_package( String ref_rel_comp_package ) throws XtumlException;
    public String getRel_comp_package() throws XtumlException;
    public void setRel_name( String ref_rel_name ) throws XtumlException;
    public String getRel_name() throws XtumlException;
    public String getType_name() throws XtumlException;
    public void setType_name( String ref_type_name ) throws XtumlException;
    public void setType_package( String ref_type_package ) throws XtumlException;
    public String getType_package() throws XtumlException;
    public void setType_reference_name( String ref_type_reference_name ) throws XtumlException;
    public String getType_reference_name() throws XtumlException;


    // operations


    // selections
    default public void setR445_is_a_InstanceSelector( InstanceSelector inst ) {}
    public InstanceSelector R445_is_a_InstanceSelector() throws XtumlException;
    default public void setR445_is_a_SetSelector( SetSelector inst ) {}
    public SetSelector R445_is_a_SetSelector() throws XtumlException;
    default public void setR446_selects_instances_of_TypeReference( TypeReference inst ) {}
    public TypeReference R446_selects_instances_of_TypeReference() throws XtumlException;
    default public void setR4512_traverses_across_ClassRelationship( ClassRelationship inst ) {}
    public ClassRelationship R4512_traverses_across_ClassRelationship() throws XtumlException;
    default public void addR797_invoked_by_SelectRelated( SelectRelated inst ) {}
    default public void removeR797_invoked_by_SelectRelated( SelectRelated inst ) {}
    public SelectRelatedSet R797_invoked_by_SelectRelated() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy