Overview Schemas Index

STATE_OBSERVED_SCHEMA (jsdai.SState_observed_schema)


ENTITY ascribable_state_relationship;
          name : label;
          description : OPTIONAL text;
          relating_ascribable_state : ascribable_state;
          related_ascribable_state : ascribable_state;
END_ENTITY; -- ascribable_state_relationship

Entity data types and their attributes

ascribable_state_relationship
          name: label;
          (OPT) description: text;
          relating_ascribable_state: ascribable_state;
          related_ascribable_state: ascribable_state;

Users

ascribable_state_relationship
          applied_classification_assignment.items
                    classification_item
                              ap239_padi_classification_item
          applied_identification_assignment.items
                    identification_item
                              statechar_identification_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          risk_impact_assignment.items
                    risk_impact_item
                              prgm_risk_impact_item
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item
          verification_evidence.items
                    verification_evidence_item
                              syse_verification_evidence_item

Global rules for this entity data type

          -

public interface EAscribable_state_relationship extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

relating_ascribable_state (explicit attribute)

          boolean testRelating_ascribable_state(EAscribable_state_relationship type)
          EAscribable_state getRelating_ascribable_state(EAscribable_state_relationship type)
          void setRelating_ascribable_state(EAscribable_state_relationship type, EAscribable_state value)
          void unsetRelating_ascribable_state(EAscribable_state_relationship type)

related_ascribable_state (explicit attribute)

          boolean testRelated_ascribable_state(EAscribable_state_relationship type)
          EAscribable_state getRelated_ascribable_state(EAscribable_state_relationship type)
          void setRelated_ascribable_state(EAscribable_state_relationship type, EAscribable_state value)
          void unsetRelated_ascribable_state(EAscribable_state_relationship type)

public class CAscribable_state_relationship implements EAscribable_state_relationship

          static EAttribute attributeName(EAscribable_state_relationship type)
          static EAttribute attributeDescription(EAscribable_state_relationship type)
          static EAttribute attributeRelating_ascribable_state(EAscribable_state_relationship type)
          static int usedinRelating_ascribable_state(EAscribable_state_relationship type, EAscribable_state instance, ASdaiModel domain, AAscribable_state_relationship result)
          static EAttribute attributeRelated_ascribable_state(EAscribable_state_relationship type)
          static int usedinRelated_ascribable_state(EAscribable_state_relationship type, EAscribable_state instance, ASdaiModel domain, AAscribable_state_relationship result)

public class AAscribable_state_relationship extends AEntity

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