ENTITY structured_donor_mesh SUBTYPE OF (mismatched_donor_mesh); SELF\mismatched_donor_mesh.donor : structured_mesh; points : listed_real_data; vsize : INTEGER; DERIVE index_count : INTEGER := donor.index_count; END_ENTITY; -- structured_donor_mesh |
Entity data types and their attributesmismatched_donor_meshdonor: mesh; (INV) connect: mismatched_mesh_region FOR donor; structured_donor_mesh (RT) donor: structured_mesh; points: listed_real_data; vsize: INTEGER; (DER) index_count: INTEGER; |
Users: by entity attributesmismatched_donor_meshmismatched_mesh_region.donor structured_donor_mesh Users: by defined types, not used by any entity attributestructured_donor_mesh- |
Global rules for this entity data type- |
public interface EStructured_donor_mesh extends EMismatched_donor_meshpoints (explicit attribute)boolean testPoints(EStructured_donor_mesh type)EListed_real_data getPoints(EStructured_donor_mesh type) void setPoints(EStructured_donor_mesh type, EListed_real_data value) void unsetPoints(EStructured_donor_mesh type) vsize (explicit attribute)boolean testVsize(EStructured_donor_mesh type)integer getVsize(EStructured_donor_mesh type) void setVsize(EStructured_donor_mesh type, integer value) void unsetVsize(EStructured_donor_mesh type) index_count (derived attribute)integer getIndex_count(EStructured_donor_mesh type)boolean testIndex_count(EStructured_donor_mesh type) |
public class CStructured_donor_mesh implements EStructured_donor_meshstatic EAttribute attributePoints(EStructured_donor_mesh type)static int usedinPoints(EStructured_donor_mesh type, EListed_real_data instance, ASdaiModel domain, AStructured_donor_mesh result) static EAttribute attributeVsize(EStructured_donor_mesh type) static EAttribute attributeIndex_count(EStructured_donor_mesh type) |
public class AStructured_donor_mesh extends AEntitypublic EStructured_donor_mesh getByIndex(int index)public EStructured_donor_mesh getCurrentMember(SdaiIterator it) |