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

io.ciera.tool.sql.ooaofooa.event.GeneratePreexistingEvent Maven / Gradle / Ivy

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


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.body.ACT_SMT;
import io.ciera.tool.sql.ooaofooa.value.Value;


public interface GeneratePreexistingEvent extends IModelInstance {

    // attributes
    public void setStatement_ID( UniqueId ref_Statement_ID ) throws XtumlException;
    public UniqueId getStatement_ID() throws XtumlException;
    public UniqueId getValue_ID() throws XtumlException;
    public void setValue_ID( UniqueId ref_Value_ID ) throws XtumlException;


    // operations


    // selections
    default public void setR603_is_a_ACT_SMT( ACT_SMT inst ) {}
    public ACT_SMT R603_is_a_ACT_SMT() throws XtumlException;
    default public void setR714_generates_event_held_by_Value( Value inst ) {}
    public Value R714_generates_event_held_by_Value() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy