Overview Schemas Index

RISK_SCHEMA (jsdai.SRisk_schema)


ENTITY risk_attitude;
          criticality_factor : NUMBER;
END_ENTITY; -- risk_attitude

Entity data types and their attributes

risk_attitude
          criticality_factor: NUMBER;

Users

risk_attitude
          applied_action_assignment.items
                    action_items
                              observed_context_item
                                        prgm_observed_context_item
          applied_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  prgm_person_and_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              risk_date_and_time_item
          applied_date_assignment.items
                    date_item
                              risk_date_item
          applied_location_representation_assignment.items
                    location_representation_item
                              prgm_location_representation_item
          applied_organization_assignment.items
                    organization_item
                              prgm_organization_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              risk_person_and_organization_item
          applied_state_definition_assignment.items
                    state_type_of_item
                              prgm_state_type_of_item
          applied_state_observed_assignment.items
                    state_observed_of_item
                              prgm_state_observed_of_item
          applied_state_type_assignment.items
                    state_type_of_item
                              prgm_state_type_of_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          organization_based_location_representation_with_identification.items
                    location_representation_item
                              prgm_location_representation_item
          person_in_organization_relationship.items
                    person_and_organization_item
                              risk_person_and_organization_item
          product_based_location_identification.items
                    location_representation_item
                              prgm_location_representation_item
          risk_level.risk_attitude

Global rules for this entity data type

          -

public interface ERisk_attitude extends EEntity

criticality_factor (explicit attribute)

          boolean testCriticality_factor(ERisk_attitude type)
          double getCriticality_factor(ERisk_attitude type)
          void setCriticality_factor(ERisk_attitude type, double value)
          void unsetCriticality_factor(ERisk_attitude type)

public class CRisk_attitude implements ERisk_attitude

          static EAttribute attributeCriticality_factor(ERisk_attitude type)

public class ARisk_attitude extends AEntity

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