Overview Schemas Index

PROCESS_PROPERTY_SCHEMA (jsdai.SProcess_property_schema)


ENTITY resource_property;
          name : label;
          description : text;
          resource : characterized_resource_definition;
END_ENTITY; -- resource_property

Entity data types and their attributes

resource_property
          name: label;
          description: text;
          resource: characterized_resource_definition;

Known subtypes

          model_property_association__resource_property (IDA_STEP_SCHEMA_XIM)
          prjm_characterizable_resource_property (PROJECT_MANAGEMENT_MIM)
          sysm_characterizable_resource_property (SYSTEM_MODELLING_MIM)

Users

resource_property
          analysis_item.items
                    analysed_item
                              sysm_analysed_item
          applied_action_assignment.items
                    action_items
                              condition_evaluation_action_items
                                        ar_condition_evaluation_action_items
          applied_action_method_assignment.items
                    action_method_items
                              tsr_action_method_items
          applied_action_request_assignment.items
                    action_request_item
                              automotive_design_action_request_item
          applied_approval_assignment.items
                    approval_item
                              automotive_design_approval_item
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              tsr_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          applied_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  ss_person_and_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              ss_date_and_time_item
          applied_date_assignment.items
                    date_item
                              automotive_design_date_item
          applied_description_text_assignment.items
                    description_item
                              sysm_description_item
                                        analysed_item
                                                  sysm_analysed_item
          applied_document_reference.items
                    document_reference_item
                              sysm_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_effectivity_assignment.items
                    effectivity_item
                              sysm_effectivity_item
          applied_event_occurrence_assignment.items
                    event_occurrence_item
                              automotive_design_event_occurrence_item
          applied_identification_assignment.items
                    identification_item
                              tsr_identification_item
          applied_ineffectivity_assignment.items
                    effectivity_item
                              automotive_design_effectivity_item
          applied_location_representation_assignment.items
                    location_representation_item
                              prjm_location_representation_item
          applied_organization_assignment.items
                    organization_item
                              automotive_design_organization_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              automotive_design_person_and_organization_item
          applied_security_classification_assignment.items
                    security_classification_item
                              automotive_design_security_classification_item
          applied_time_interval_assignment.items
                    time_interval_item
                              automotive_design_time_interval_item
          attribute_language_assignment.items
                    attribute_language_item
                              ss_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          general_property_association.derived_definition
                    derived_property_select
          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
                              tsr_justification_support_item
          language_indication.considered_instance
                    attribute_language_item
                              sysm_attribute_language_item
          language_indication.items
                    attribute_language_item
                              ss_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              sysm_multi_language_attribute_item
          normalized_property_distribution_description.normalization_basis
                    property_distribution_select
          normalized_property_distribution_description.physical_function
                    property_distribution_select
          organization_based_location_representation_with_identification.items
                    location_representation_item
                              prjm_location_representation_item
          partial_document_assignment.items
                    document_reference_item
                              sysm_document_reference_item
          person_in_organization_relationship.items
                    person_and_organization_item
                              automotive_design_person_and_organization_item
          product_based_location_identification.items
                    location_representation_item
                              prjm_location_representation_item
          property_distribution_description.physical_function
                    property_distribution_select
          resource_property_relationship.related_resource_property
          resource_property_relationship.relating_resource_property
          resource_property_representation.property
          risk_impact_assignment.items
                    risk_impact_item
                              prgm_risk_impact_item
          risk_probability_assignment.items
                    probable_item
                              prgm_probable_item
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item

Global rules for this entity data type

          restrict_multi_language_for_resource_property (AUTOMOTIVE_DESIGN)

public interface EResource_property extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

resource (explicit attribute)

          int testResource(EResource_property type)
          case 1
              EEntity getResource(EResource_property type)
              void setResource(EResource_property type, EEntity value, EEntity node1)
          void unsetResource(EResource_property type)

public class CResource_property implements EResource_property

          static EAttribute attributeName(EResource_property type)
          static EAttribute attributeDescription(EResource_property type)
          static EAttribute attributeResource(EResource_property type)
          static int usedinResource(EResource_property type, EEntity instance, ASdaiModel domain, AResource_property result)

public class AResource_property extends AEntity

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