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

io.ciera.tool.sql.architecture.classes.SetSelectorSet 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.InstSetSet;
import io.ciera.tool.sql.architecture.classes.InstanceSelectorSet;
import io.ciera.tool.sql.architecture.classes.SelectorSet;


public interface SetSelectorSet extends IInstanceSet {

    // attributes
    public void setSelector_class_name( String ref_selector_class_name ) throws XtumlException;
    public void setSelector_name( String ref_selector_name ) throws XtumlException;
    public void setSet_parent_name( String ref_set_parent_name ) throws XtumlException;
    public void setName( String ref_name ) throws XtumlException;
    public void setSet_parent_package( String ref_set_parent_package ) throws XtumlException;
    public void setSelector_class_package( String ref_selector_class_package ) throws XtumlException;


    // selections
    public InstSetSet R444_navigates_from_InstSet() throws XtumlException;
    public SelectorSet R445_is_a_Selector() throws XtumlException;
    public InstanceSelectorSet R4505_invokes_InstanceSelector() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy