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

io.ciera.tool.sql.ooaofooa.instance.PendingEvent Maven / Gradle / Ivy

package io.ciera.tool.sql.ooaofooa.instance;


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.instance.ComponentInstance;
import io.ciera.tool.sql.ooaofooa.instance.DataItemValue;
import io.ciera.tool.sql.ooaofooa.instance.DataItemValueSet;
import io.ciera.tool.sql.ooaofooa.instance.EventQueueEntry;
import io.ciera.tool.sql.ooaofooa.instance.I_INS;
import io.ciera.tool.sql.ooaofooa.instance.PendingEvent;
import io.ciera.tool.sql.ooaofooa.instance.SelfQueueEntry;
import io.ciera.tool.sql.ooaofooa.instance.Timer;
import io.ciera.tool.sql.ooaofooa.statemachine.StateMachineEvent;


public interface PendingEvent extends IModelInstance {

    // attributes
    public UniqueId getEvent_ID() throws XtumlException;
    public void setEvent_ID( UniqueId m_Event_ID ) throws XtumlException;
    public void setIsExecuting( boolean m_isExecuting ) throws XtumlException;
    public boolean getIsExecuting() throws XtumlException;
    public boolean getIsCreation() throws XtumlException;
    public void setIsCreation( boolean m_isCreation ) throws XtumlException;
    public UniqueId getSMevt_ID() throws XtumlException;
    public void setSMevt_ID( UniqueId ref_SMevt_ID ) throws XtumlException;
    public void setTarget_Inst_ID( UniqueId ref_Target_Inst_ID ) throws XtumlException;
    public UniqueId getTarget_Inst_ID() throws XtumlException;
    public void setNextEvent_ID( UniqueId ref_nextEvent_ID ) throws XtumlException;
    public UniqueId getNextEvent_ID() throws XtumlException;
    public UniqueId getSent_By_Inst_ID() throws XtumlException;
    public void setSent_By_Inst_ID( UniqueId ref_Sent_By_Inst_ID ) throws XtumlException;
    public void setNext_self_Event_ID( UniqueId ref_next_self_Event_ID ) throws XtumlException;
    public UniqueId getNext_self_Event_ID() throws XtumlException;
    public UniqueId getSent_By_CIE_ID() throws XtumlException;
    public void setSent_By_CIE_ID( UniqueId m_Sent_By_CIE_ID ) throws XtumlException;
    public UniqueId getCIE_ID() throws XtumlException;
    public void setCIE_ID( UniqueId m_CIE_ID ) throws XtumlException;
    public UniqueId getExecution_Engine_ID() throws XtumlException;
    public void setExecution_Engine_ID( UniqueId ref_Execution_Engine_ID ) throws XtumlException;
    public void setOriginating_Execution_Engine_ID( UniqueId ref_Originating_Execution_Engine_ID ) throws XtumlException;
    public UniqueId getOriginating_Execution_Engine_ID() throws XtumlException;
    public void setLabel( String m_Label ) throws XtumlException;
    public String getLabel() throws XtumlException;


    // operations


    // selections
    default public void setR2906_is_instance_of_StateMachineEvent( StateMachineEvent inst ) {}
    public StateMachineEvent R2906_is_instance_of_StateMachineEvent() throws XtumlException;
    default public void setR2907_is_pending_for_I_INS( I_INS inst ) {}
    public I_INS R2907_is_pending_for_I_INS() throws XtumlException;
    default public void setR2908_will_be_processed_after_PendingEvent( PendingEvent inst ) {}
    public PendingEvent R2908_will_be_processed_after_PendingEvent() throws XtumlException;
    default public void setR2908_will_be_processed_before_PendingEvent( PendingEvent inst ) {}
    public PendingEvent R2908_will_be_processed_before_PendingEvent() throws XtumlException;
    default public void addR2933_DataItemValue( DataItemValue inst ) {}
    default public void removeR2933_DataItemValue( DataItemValue inst ) {}
    public DataItemValueSet R2933_DataItemValue() throws XtumlException;
    default public void setR2935_targets_I_INS( I_INS inst ) {}
    public I_INS R2935_targets_I_INS() throws XtumlException;
    default public void setR2937_was_sent_from_I_INS( I_INS inst ) {}
    public I_INS R2937_was_sent_from_I_INS() throws XtumlException;
    default public void setR2939_will_be_processed_after_PendingEvent( PendingEvent inst ) {}
    public PendingEvent R2939_will_be_processed_after_PendingEvent() throws XtumlException;
    default public void setR2939_will_be_processed_before_PendingEvent( PendingEvent inst ) {}
    public PendingEvent R2939_will_be_processed_before_PendingEvent() throws XtumlException;
    default public void setR2940_delivered_by_Timer( Timer inst ) {}
    public Timer R2940_delivered_by_Timer() throws XtumlException;
    default public void setR2944_EventQueueEntry( EventQueueEntry inst ) {}
    public EventQueueEntry R2944_EventQueueEntry() throws XtumlException;
    default public void setR2946_SelfQueueEntry( SelfQueueEntry inst ) {}
    public SelfQueueEntry R2946_SelfQueueEntry() throws XtumlException;
    default public void setR2964_is_pending_in_ComponentInstance( ComponentInstance inst ) {}
    public ComponentInstance R2964_is_pending_in_ComponentInstance() throws XtumlException;
    default public void setR2976_originates_from_ComponentInstance( ComponentInstance inst ) {}
    public ComponentInstance R2976_originates_from_ComponentInstance() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy