Overview Schemas Index

STATE_OBSERVED_SCHEMA (jsdai.SState_observed_schema)


ENTITY ascribable_state;
          name : label;
          description : OPTIONAL text;
          pertaining_state_type : state_type;
          ascribed_state_observed : state_observed;
END_ENTITY; -- ascribable_state

Entity data types and their attributes

ascribable_state
          name: label;
          (OPT) description: text;
          pertaining_state_type: state_type;
          ascribed_state_observed: state_observed;

Known subtypes

          prjm_characterizable_ascribable_state (PROJECT_MANAGEMENT_MIM)

Users

ascribable_state
          analysis_item.items
                    analysed_item
                              syse_analysed_item
          applied_action_assignment.items
                    action_items
                              ap239_psr_action_items
                                        statechar_action_items
          applied_action_method_assignment.items
                    action_method_items
                              ss_action_method_items
          applied_approval_assignment.items
                    approval_item
                              prjm_approval_item
          applied_classification_assignment.items
                    classification_item
                              ap239_padi_classification_item
          applied_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  statechar_person_and_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              statechar_date_and_time_item
          applied_date_assignment.items
                    date_item
                              statechar_date_item
          applied_description_text_assignment.items
                    description_item
                              sysm_description_item
                                        analysed_item
                                                  syse_analysed_item
          applied_document_reference.items
                    document_reference_item
                              prjm_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              prjm_document_reference_item
          applied_identification_assignment.items
                    identification_item
                              statechar_identification_item
          applied_organization_assignment.items
                    organization_item
                              statechar_organization_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              statechar_person_and_organization_item
          applied_state_observed_assignment.items
                    state_observed_of_item
                              prjm_state_observed_of_item
          ascribable_state_relationship.related_ascribable_state
          ascribable_state_relationship.relating_ascribable_state
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          justification_item_group_assignment.items
                    justification_item
                              ss_justification_item
          justification_support_item_group_assignment.items
                    justification_support_item
                              ap239_padi_justification_support_item
          partial_document_assignment.items
                    document_reference_item
                              ss_document_reference_item
          person_in_organization_relationship.items
                    person_and_organization_item
                              statechar_person_and_organization_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 extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

pertaining_state_type (explicit attribute)

          boolean testPertaining_state_type(EAscribable_state type)
          EState_type getPertaining_state_type(EAscribable_state type)
          void setPertaining_state_type(EAscribable_state type, EState_type value)
          void unsetPertaining_state_type(EAscribable_state type)

ascribed_state_observed (explicit attribute)

          boolean testAscribed_state_observed(EAscribable_state type)
          EState_observed getAscribed_state_observed(EAscribable_state type)
          void setAscribed_state_observed(EAscribable_state type, EState_observed value)
          void unsetAscribed_state_observed(EAscribable_state type)

public class CAscribable_state implements EAscribable_state

          static EAttribute attributeName(EAscribable_state type)
          static EAttribute attributeDescription(EAscribable_state type)
          static EAttribute attributePertaining_state_type(EAscribable_state type)
          static int usedinPertaining_state_type(EAscribable_state type, EState_type instance, ASdaiModel domain, AAscribable_state result)
          static EAttribute attributeAscribed_state_observed(EAscribable_state type)
          static int usedinAscribed_state_observed(EAscribable_state type, EState_observed instance, ASdaiModel domain, AAscribable_state result)

public class AAscribable_state extends AEntity

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