Overview Schemas Index

DATE_TIME_SCHEMA (jsdai.SDate_time_schema)


ENTITY event_occurrence_relationship;
          name : label;
          description : OPTIONAL text;
          relating_event : event_occurrence;
          related_event : event_occurrence;
END_ENTITY; -- event_occurrence_relationship

Entity data types and their attributes

event_occurrence_relationship
          name: label;
          (OPT) description: text;
          relating_event: event_occurrence;
          related_event: event_occurrence;

Known subtypes

          event_relationship (EVENT_XIM)

Users

event_occurrence_relationship
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_mri_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
          issue_reference_mapping.items
                    issue_reference_item
                              im_issue_reference_item
          risk_impact_assignment.items
                    risk_impact_item
                              rm_risk_impact_item
          risk_source_assignment.items
                    risk_source_item
                              rm_risk_source_item

Global rules for this entity data type

          -

public interface EEvent_occurrence_relationship extends EEntity

name (explicit attribute)

          boolean testName(EEvent_occurrence_relationship type)
          String getName(EEvent_occurrence_relationship type)
          void setName(EEvent_occurrence_relationship type, String value)
          void unsetName(EEvent_occurrence_relationship type)

description (explicit attribute)

          boolean testDescription(EEvent_occurrence_relationship type)
          String getDescription(EEvent_occurrence_relationship type)
          void setDescription(EEvent_occurrence_relationship type, String value)
          void unsetDescription(EEvent_occurrence_relationship type)

relating_event (explicit attribute)

          boolean testRelating_event(EEvent_occurrence_relationship type)
          EEvent_occurrence getRelating_event(EEvent_occurrence_relationship type)
          void setRelating_event(EEvent_occurrence_relationship type, EEvent_occurrence value)
          void unsetRelating_event(EEvent_occurrence_relationship type)

related_event (explicit attribute)

          boolean testRelated_event(EEvent_occurrence_relationship type)
          EEvent_occurrence getRelated_event(EEvent_occurrence_relationship type)
          void setRelated_event(EEvent_occurrence_relationship type, EEvent_occurrence value)
          void unsetRelated_event(EEvent_occurrence_relationship type)

public class CEvent_occurrence_relationship implements EEvent_occurrence_relationship

          static EAttribute attributeName(EEvent_occurrence_relationship type)
          static EAttribute attributeDescription(EEvent_occurrence_relationship type)
          static EAttribute attributeRelating_event(EEvent_occurrence_relationship type)
          static int usedinRelating_event(EEvent_occurrence_relationship type, EEvent_occurrence instance, ASdaiModel domain, AEvent_occurrence_relationship result)
          static EAttribute attributeRelated_event(EEvent_occurrence_relationship type)
          static int usedinRelated_event(EEvent_occurrence_relationship type, EEvent_occurrence instance, ASdaiModel domain, AEvent_occurrence_relationship result)

public class AEvent_occurrence_relationship extends AEntity

          public EEvent_occurrence_relationship getByIndex(int index)
          public EEvent_occurrence_relationship getCurrentMember(SdaiIterator it)