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

io.ciera.tool.templateengine.ooaofooa.event.GenerateEventStatement Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
package io.ciera.tool.templateengine.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.TemplateEngine;
import io.ciera.tool.templateengine.ooaofooa.event.EventSpecificationStatement;
import io.ciera.tool.templateengine.ooaofooa.event.GenerateSMEventStatement;


public interface GenerateEventStatement extends IModelInstance {

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


    // operations


    // selections
    default public void setR701_is_a_EventSpecificationStatement( EventSpecificationStatement inst ) {}
    public EventSpecificationStatement R701_is_a_EventSpecificationStatement() throws XtumlException;
    default public void setR703_is_a_GenerateSMEventStatement( GenerateSMEventStatement inst ) {}
    public GenerateSMEventStatement R703_is_a_GenerateSMEventStatement() throws XtumlException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy