ENTITY rind; index_count : INTEGER; planes : ARRAY [1:2] OF INTEGER; END_ENTITY; -- rind |
Entity data types and their attributesrindindex_count: INTEGER; planes: ARRAY [1:2] OF INTEGER; |
Users: by entity attributesrindgrid_coordinates_with_rind.rind_planes mbna_discrete_data_with_rind.rind_planes mbna_solution_with_rind.rind_planes structured_mesh_with_rind.rind_planes Users: by defined types, not used by any entity attributerind- |
Global rules for this entity data type- |
public interface ERind extends EEntityindex_count (explicit attribute)boolean testIndex_count(ERind type)integer getIndex_count(ERind type) void setIndex_count(ERind type, integer value) void unsetIndex_count(ERind type) planes (explicit attribute)boolean testPlanes(ERind type)A_integer getPlanes(ERind type) A_integer createPlanes(ERind type) void unsetPlanes(ERind type) |
public class CRind implements ERindstatic EAttribute attributeIndex_count(ERind type)static EAttribute attributePlanes(ERind type) |
public class ARind extends AEntitypublic ERind getByIndex(int index)public ERind getCurrentMember(SdaiIterator it) |