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

io.ciera.tool.sql.architecture.classes.SelectorSet 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.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.sql.architecture.classes.ClassRelationshipSet;
import io.ciera.tool.sql.architecture.classes.InstanceSelectorSet;
import io.ciera.tool.sql.architecture.classes.SetSelectorSet;
import io.ciera.tool.sql.architecture.expression.SelectRelatedSet;
import io.ciera.tool.sql.architecture.type.TypeReferenceSet;

import types.Mult;


public interface SelectorSet extends IInstanceSet {

    // attributes
    public void setParent_package( String m_parent_package ) throws XtumlException;
    public void setRel_name( String ref_rel_name ) throws XtumlException;
    public void setType_reference_name( String ref_type_reference_name ) throws XtumlException;
    public void setMultiplicity( Mult m_multiplicity ) throws XtumlException;
    public void setType_package( String ref_type_package ) throws XtumlException;
    public void setRel_comp_package( String ref_rel_comp_package ) throws XtumlException;
    public void setRel_comp_name( String ref_rel_comp_name ) throws XtumlException;
    public void setType_name( String ref_type_name ) throws XtumlException;
    public void setName( String m_name ) throws XtumlException;
    public void setParent_name( String m_parent_name ) throws XtumlException;


    // selections
    public InstanceSelectorSet R445_is_a_InstanceSelector() throws XtumlException;
    public SetSelectorSet R445_is_a_SetSelector() throws XtumlException;
    public TypeReferenceSet R446_selects_instances_of_TypeReference() throws XtumlException;
    public ClassRelationshipSet R4512_traverses_across_ClassRelationship() throws XtumlException;
    public SelectRelatedSet R797_invoked_by_SelectRelated() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy