ENTITY location_in_aggregate_representation_item SUBTYPE OF (compound_representation_item); SELF\compound_representation_item.item_element : location_in_aggregate_item; END_ENTITY; -- location_in_aggregate_representation_item |
Entity data types and their attributesrepresentation_itemname: label; compound_representation_item item_element: compound_item_definition; location_in_aggregate_representation_item (RT) item_element: location_in_aggregate_item; |
Global rules for this entity data type- |
public interface ELocation_in_aggregate_representation_item extends ECompound_representation_item |
public class CLocation_in_aggregate_representation_item implements ELocation_in_aggregate_representation_item |
public class ALocation_in_aggregate_representation_item extends AEntitypublic ELocation_in_aggregate_representation_item getByIndex(int index)public ELocation_in_aggregate_representation_item getCurrentMember(SdaiIterator it) |