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

io.ciera.tool.templateengine.ooaofooa.interaction.TimingMarkSet Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
package io.ciera.tool.templateengine.ooaofooa.interaction;


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.templateengine.ooaofooa.interaction.LifespanSet;
import io.ciera.tool.templateengine.ooaofooa.interaction.TimeSpanSet;


public interface TimingMarkSet extends IInstanceSet {

    // attributes
    public void setMark_ID( UniqueId m_Mark_ID ) throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public void setPart_ID( UniqueId ref_Part_ID ) throws XtumlException;


    // selections
    public LifespanSet R931_marks_a_point_in_time_Lifespan() throws XtumlException;
    public TimeSpanSet R941_defines_start_of_TimeSpan() throws XtumlException;
    public TimeSpanSet R942_defines_end_of_TimeSpan() throws XtumlException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy