|
ENTITY mechanical_context SUBTYPE OF (product_context); WHERE wr1: SELF . discipline_type = 'mechanical' ; END_ENTITY; -- mechanical_context |
Entity data types and their attributesapplication_context_elementname: label; frame_of_reference: application_context; product_context discipline_type: label; mechanical_context - |
Global rules for this entity data type- |
public interface EMechanical_context extends EProduct_context |
public class CMechanical_context implements EMechanical_context |
public class AMechanical_context extends AEntitypublic EMechanical_context getByIndex(int index)public EMechanical_context getCurrentMember(SdaiIterator it) |