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

io.ciera.tool.sql.ooaofooa.statemachine.NonLocalEventSet 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.PolymorphicEventSet;
import io.ciera.tool.sql.ooaofooa.statemachine.SEMEventSet;


public interface NonLocalEventSet extends IInstanceSet {

    // attributes
    public void setPolySMspd_IDdeprecated( UniqueId m_polySMspd_IDdeprecated ) throws XtumlException;
    public void setPolySM_ID( UniqueId ref_polySM_ID ) throws XtumlException;
    public void setSMspd_IDdeprecated( UniqueId m_SMspd_IDdeprecated ) throws XtumlException;
    public void setSM_ID( UniqueId ref_SM_ID ) throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;
    public void setSMevt_ID( UniqueId ref_SMevt_ID ) throws XtumlException;
    public void setLocal_Meaning( String m_Local_Meaning ) throws XtumlException;
    public void setPolySMevt_ID( UniqueId ref_polySMevt_ID ) throws XtumlException;


    // selections
    public SEMEventSet R526_is_a_SEMEvent() throws XtumlException;
    public PolymorphicEventSet R527_is_defined_by_PolymorphicEvent() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy