ENTITY mismatched_donor_mesh ABSTRACT SUPERTYPE OF (ONEOF (structured_donor_mesh, unstructured_donor_mesh)); donor : mesh; INVERSE connect : mismatched_mesh_region FOR donor; END_ENTITY; -- mismatched_donor_mesh |
Entity data types and their attributesmismatched_donor_meshdonor: mesh; (INV) connect: mismatched_mesh_region FOR donor; |
structured_donor_mesh (MESH_CONNECTIVITY_SCHEMA) |
unstructured_donor_mesh (MESH_CONNECTIVITY_SCHEMA) |
Users: by entity attributesmismatched_donor_meshmismatched_mesh_region.donor Users: by defined types, not used by any entity attributemismatched_donor_mesh- |
Global rules for this entity data type- |
public interface EMismatched_donor_mesh extends EEntitydonor (explicit attribute)boolean testDonor(EMismatched_donor_mesh type)EMesh getDonor(EMismatched_donor_mesh type) void setDonor(EMismatched_donor_mesh type, EMesh value) void unsetDonor(EMismatched_donor_mesh type) connect (inverse attribute)AMismatched_mesh_region getConnect(EMismatched_donor_mesh type, ASdaiModel domain) |
public class CMismatched_donor_mesh implements EMismatched_donor_meshstatic EAttribute attributeDonor(EMismatched_donor_mesh type)static int usedinDonor(EMismatched_donor_mesh type, EMesh instance, ASdaiModel domain, AMismatched_donor_mesh result) static EAttribute attributeConnect(EMismatched_donor_mesh type) |
public class AMismatched_donor_mesh extends AEntitypublic EMismatched_donor_mesh getByIndex(int index)public EMismatched_donor_mesh getCurrentMember(SdaiIterator it) |