Overview Schemas Index

APPLICATION_CONTEXT_SCHEMA (jsdai.SApplication_context_schema)


ENTITY product_context
          SUBTYPE OF (application_context_element);
          discipline_type : label;
END_ENTITY; -- product_context

Entity data types and their attributes

application_context_element
          name: label;
          frame_of_reference: application_context;
product_context
          discipline_type: label;

Known subtypes

          mechanical_context (AP203_CONFIGURATION_CONTROLLED_3D_DESIGN_OF_MECHANICAL_PARTS_AND_ASSEMBLIES_MIM)
          risk_context (RISK_SCHEMA)

Users

application_context_element
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_padi_attribute_classification_item
product_context
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_padi_attribute_classification_item
          product.frame_of_reference
          product_armx.frame_of_reference

Global rules for this entity data type

          -

public interface EProduct_context extends EApplication_context_element

discipline_type (explicit attribute)

          boolean testDiscipline_type(EProduct_context type)
          String getDiscipline_type(EProduct_context type)
          void setDiscipline_type(EProduct_context type, String value)
          void unsetDiscipline_type(EProduct_context type)

public class CProduct_context implements EProduct_context

          static EAttribute attributeDiscipline_type(EProduct_context type)

public class AProduct_context extends AEntity

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