Overview Schemas Index

APPLICATION_CONTEXT_SCHEMA (jsdai.SApplication_context_schema)


ENTITY application_context_element
          SUPERTYPE OF (ONEOF (library_context, product_concept_context, product_context, product_definition_context));
          name : label;
          frame_of_reference : application_context;
END_ENTITY; -- application_context_element

Entity data types and their attributes

application_context_element
          name: label;
          frame_of_reference: application_context;

Known subtypes

          library_context (APPLICATION_CONTEXT_SCHEMA)
          product_concept_context (APPLICATION_CONTEXT_SCHEMA)
          product_context (APPLICATION_CONTEXT_SCHEMA)
          product_definition_context (APPLICATION_CONTEXT_SCHEMA)

Users

application_context_element
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_padi_attribute_classification_item

Global rules for this entity data type

          -

public interface EApplication_context_element extends EEntity

name (explicit attribute)

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

frame_of_reference (explicit attribute)

          boolean testFrame_of_reference(EApplication_context_element type)
          EApplication_context getFrame_of_reference(EApplication_context_element type)
          void setFrame_of_reference(EApplication_context_element type, EApplication_context value)
          void unsetFrame_of_reference(EApplication_context_element type)

public class CApplication_context_element implements EApplication_context_element

          static EAttribute attributeName(EApplication_context_element type)
          static EAttribute attributeFrame_of_reference(EApplication_context_element type)
          static int usedinFrame_of_reference(EApplication_context_element type, EApplication_context instance, ASdaiModel domain, AApplication_context_element result)

public class AApplication_context_element extends AEntity

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