
io.ciera.tool.sql.ooaofooa.subsystem.ModelClassSet Maven / Gradle / Ivy
package io.ciera.tool.sql.ooaofooa.subsystem;
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.sql.architecture.classes.ModelInstSet;
import io.ciera.tool.sql.ooaofooa.association.ClassInAssociationSet;
import io.ciera.tool.sql.ooaofooa.body.ForStmtSet;
import io.ciera.tool.sql.ooaofooa.domain.InstanceReferenceDataTypeSet;
import io.ciera.tool.sql.ooaofooa.instanceaccess.CreateNoVariableSet;
import io.ciera.tool.sql.ooaofooa.instanceaccess.CreateSet;
import io.ciera.tool.sql.ooaofooa.interaction.ClassInstanceParticipantSet;
import io.ciera.tool.sql.ooaofooa.interaction.ClassParticipantSet;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElementSet;
import io.ciera.tool.sql.ooaofooa.selection.ACT_FIOSet;
import io.ciera.tool.sql.ooaofooa.selection.ChainLinkSet;
import io.ciera.tool.sql.ooaofooa.selection.SelectFromInstancesWhereSet;
import io.ciera.tool.sql.ooaofooa.statemachine.ClassStateMachineSet;
import io.ciera.tool.sql.ooaofooa.statemachine.InstanceStateMachineSet;
import io.ciera.tool.sql.ooaofooa.subsystem.ClassIdentifierSet;
import io.ciera.tool.sql.ooaofooa.subsystem.ImportedClassSet;
import io.ciera.tool.sql.ooaofooa.subsystem.O_ATTRSet;
import io.ciera.tool.sql.ooaofooa.subsystem.O_TFRSet;
import io.ciera.tool.sql.ooaofooa.value.InstanceHandleSet;
import io.ciera.tool.sql.ooaofooa.value.V_INSSet;
public interface ModelClassSet extends IInstanceSet {
// attributes
public void setNumb( int m_Numb ) throws XtumlException;
public void setKey_Lett( String m_Key_Lett ) throws XtumlException;
public void setObj_ID( UniqueId ref_Obj_ID ) throws XtumlException;
public void setSS_IDdeprecated( UniqueId m_SS_IDdeprecated ) throws XtumlException;
public void setDescrip( String m_Descrip ) throws XtumlException;
public void setName( String m_Name ) throws XtumlException;
// selections
public ImportedClassSet R101_has_presence_in_other_subsystems_ImportedClass() throws XtumlException;
public O_ATTRSet R102_has_characteristics_abstracted_by_O_ATTR() throws XtumlException;
public ClassIdentifierSet R104_is_identified_by_ClassIdentifier() throws XtumlException;
public O_TFRSet R115_may_contain_O_TFR() throws XtumlException;
public InstanceReferenceDataTypeSet R123_is_available_as_a_reference_by_InstanceReferenceDataType() throws XtumlException;
public ClassInAssociationSet R201_has_instance_associations_abstracted_ClassInAssociation() throws XtumlException;
public ModelInstSet R409_ModelInst() throws XtumlException;
public InstanceStateMachineSet R518_InstanceStateMachine() throws XtumlException;
public ClassStateMachineSet R519_ClassStateMachine() throws XtumlException;
public ForStmtSet R670_ForStmt() throws XtumlException;
public CreateSet R671_Create() throws XtumlException;
public CreateNoVariableSet R672_CreateNoVariable() throws XtumlException;
public SelectFromInstancesWhereSet R676_SelectFromInstancesWhere() throws XtumlException;
public ACT_FIOSet R677_ACT_FIO() throws XtumlException;
public ChainLinkSet R678_ChainLink() throws XtumlException;
public PackageableElementSet R8001_is_a_PackageableElement() throws XtumlException;
public InstanceHandleSet R818_InstanceHandle() throws XtumlException;
public V_INSSet R819_V_INS() throws XtumlException;
public ClassInstanceParticipantSet R934_represents_participant_of_ClassInstanceParticipant() throws XtumlException;
public ClassParticipantSet R939_represents_participant_of_ClassParticipant() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy