Overview Schemas Index

MESH_CONNECTIVITY_SCHEMA (jsdai.SMesh_connectivity_schema)


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 attributes

mismatched_donor_mesh
          donor: mesh;
          (INV) connect: mismatched_mesh_region FOR donor;

Known subtypes

          structured_donor_mesh (MESH_CONNECTIVITY_SCHEMA)
          unstructured_donor_mesh (MESH_CONNECTIVITY_SCHEMA)

Users: by entity attributes

mismatched_donor_mesh
          mismatched_mesh_region.donor

Users: by defined types, not used by any entity attribute

mismatched_donor_mesh
          -

Global rules for this entity data type

          -

public interface EMismatched_donor_mesh extends EEntity

donor (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_mesh

          static 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 AEntity

          public EMismatched_donor_mesh getByIndex(int index)
          public EMismatched_donor_mesh getCurrentMember(SdaiIterator it)