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

io.ciera.tool.sql.architecture.statemachine.TransitionTableRowSet Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
package io.ciera.tool.sql.architecture.statemachine;


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.sql.architecture.statemachine.StateMachineSet;
import io.ciera.tool.sql.architecture.statemachine.StateSet;
import io.ciera.tool.sql.architecture.statemachine.TransitionTableCellSet;


public interface TransitionTableRowSet extends IInstanceSet {

    // attributes
    public void setState_name( String ref_state_name ) throws XtumlException;
    public void setIndex( int m_index ) throws XtumlException;
    public void setSm_package( String ref_sm_package ) throws XtumlException;
    public void setSm_name( String ref_sm_name ) throws XtumlException;


    // selections
    public StateMachineSet R4753_StateMachine() throws XtumlException;
    public StateSet R4754_State() throws XtumlException;
    public TransitionTableCellSet R4755_defined_by_TransitionTableCell() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy