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

io.ciera.tool.templateengine.architecture.expression.SelectRelatedSet Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
package io.ciera.tool.templateengine.architecture.expression;


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.templateengine.architecture.classes.SelectorSet;
import io.ciera.tool.templateengine.architecture.expression.ExpressionSet;
import io.ciera.tool.templateengine.architecture.expression.SelectSet;


public interface SelectRelatedSet extends IInstanceSet {

    // attributes
    public void setSelector_parent_package( String ref_selector_parent_package ) throws XtumlException;
    public void setSelector_parent_name( String ref_selector_parent_name ) throws XtumlException;
    public void setSelector_name( String ref_selector_name ) throws XtumlException;
    public void setExpression_number( String ref_expression_number ) throws XtumlException;
    public void setParent_name( String ref_parent_name ) throws XtumlException;
    public void setRoot_expression_number( String ref_root_expression_number ) throws XtumlException;
    public void setBody_name( String ref_body_name ) throws XtumlException;
    public void setStatement_number( String ref_statement_number ) throws XtumlException;
    public void setBlock_number( String ref_block_number ) throws XtumlException;
    public void setParent_package( String ref_parent_package ) throws XtumlException;


    // selections
    public SelectSet R789_is_a_Select() throws XtumlException;
    public ExpressionSet R791_selects_instances_linked_from_instance_expressed_by_Expression() throws XtumlException;
    public SelectorSet R797_selects_instances_through_Selector() throws XtumlException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy