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

io.ciera.tool.sql.architecture.statemachine.Event 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.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.architecture.invocable.InvocableObject;
import io.ciera.tool.sql.architecture.statemachine.StateMachine;
import io.ciera.tool.sql.architecture.statemachine.TransitionTableCell;
import io.ciera.tool.sql.architecture.statemachine.TransitionTableCellSet;
import io.ciera.tool.sql.ooaofooa.statemachine.StateMachineEvent;


public interface Event extends IModelInstance {

    // attributes
    public void setSm_name( String ref_sm_name ) throws XtumlException;
    public String getSm_name() throws XtumlException;
    public String getSm_package() throws XtumlException;
    public void setSm_package( String ref_sm_package ) throws XtumlException;
    public String getName() throws XtumlException;
    public void setName( String ref_name ) throws XtumlException;
    public void setId( int m_id ) throws XtumlException;
    public int getId() throws XtumlException;


    // operations
    public void render() throws XtumlException;


    // selections
    default public void setR427_is_a_InvocableObject( InvocableObject inst ) {}
    public InvocableObject R427_is_a_InvocableObject() throws XtumlException;
    default public void setR4752_StateMachine( StateMachine inst ) {}
    public StateMachine R4752_StateMachine() throws XtumlException;
    default public void addR4756_TransitionTableCell( TransitionTableCell inst ) {}
    default public void removeR4756_TransitionTableCell( TransitionTableCell inst ) {}
    public TransitionTableCellSet R4756_TransitionTableCell() throws XtumlException;
    default public void setR4759_StateMachineEvent( StateMachineEvent inst ) {}
    public StateMachineEvent R4759_StateMachineEvent() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy