
io.ciera.tool.sql.ooaofooa.statemachine.NonLocalEvent Maven / Gradle / Ivy
package io.ciera.tool.sql.ooaofooa.statemachine;
import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.ooaofooa.statemachine.PolymorphicEvent;
import io.ciera.tool.sql.ooaofooa.statemachine.SEMEvent;
public interface NonLocalEvent extends IModelInstance {
// attributes
public UniqueId getSMevt_ID() throws XtumlException;
public void setSMevt_ID( UniqueId ref_SMevt_ID ) throws XtumlException;
public void setSM_ID( UniqueId ref_SM_ID ) throws XtumlException;
public UniqueId getSM_ID() throws XtumlException;
public void setSMspd_IDdeprecated( UniqueId m_SMspd_IDdeprecated ) throws XtumlException;
public UniqueId getSMspd_IDdeprecated() throws XtumlException;
public UniqueId getPolySMevt_ID() throws XtumlException;
public void setPolySMevt_ID( UniqueId ref_polySMevt_ID ) throws XtumlException;
public void setPolySM_ID( UniqueId ref_polySM_ID ) throws XtumlException;
public UniqueId getPolySM_ID() throws XtumlException;
public void setPolySMspd_IDdeprecated( UniqueId m_polySMspd_IDdeprecated ) throws XtumlException;
public UniqueId getPolySMspd_IDdeprecated() throws XtumlException;
public String getLocal_Meaning() throws XtumlException;
public void setLocal_Meaning( String m_Local_Meaning ) throws XtumlException;
public void setName( String m_Name ) throws XtumlException;
public String getName() throws XtumlException;
// operations
// selections
default public void setR526_is_a_SEMEvent( SEMEvent inst ) {}
public SEMEvent R526_is_a_SEMEvent() throws XtumlException;
default public void setR527_is_defined_by_PolymorphicEvent( PolymorphicEvent inst ) {}
public PolymorphicEvent R527_is_defined_by_PolymorphicEvent() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy