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

io.ciera.tool.templateengine.ooaofooa.component.RequirementSet Maven / Gradle / Ivy

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


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.component.InterfaceReferenceSet;
import io.ciera.tool.templateengine.ooaofooa.component.SatisfactionSet;
import io.ciera.tool.templateengine.ooaofooa.component.signalprovisionsandrequirements.RequiredExecutablePropertySet;


public interface RequirementSet extends IInstanceSet {

    // attributes
    public void setInformalName( String m_InformalName ) throws XtumlException;
    public void setReversePathFromComponent( String m_reversePathFromComponent ) throws XtumlException;
    public void setRequirement_Id( UniqueId ref_Requirement_Id ) throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;


    // selections
    public SatisfactionSet R4002_satisfies_Satisfaction() throws XtumlException;
    public InterfaceReferenceSet R4009_is_a_InterfaceReference() throws XtumlException;
    public RequiredExecutablePropertySet R4500_implements_RequiredExecutableProperty() throws XtumlException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy