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

io.ciera.tool.sql.ooaofooa.statemachine.CantHappenSet Maven / Gradle / Ivy

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


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.sql.ooaofooa.statemachine.StateEventMatrixEntrySet;


public interface CantHappenSet extends IInstanceSet {

    // attributes
    public void setSMstt_ID( UniqueId ref_SMstt_ID ) throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public void setSMspd_IDdeprecated( UniqueId m_SMspd_IDdeprecated ) throws XtumlException;
    public void setSMevt_ID( UniqueId ref_SMevt_ID ) throws XtumlException;
    public void setSM_ID( UniqueId ref_SM_ID ) throws XtumlException;


    // selections
    public StateEventMatrixEntrySet R504_is_a_StateEventMatrixEntry() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy