Overview Schemas Index

MESH_CONNECTIVITY_SCHEMA (jsdai.SMesh_connectivity_schema)


ENTITY structured_donor_mesh
          SUBTYPE OF (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 attributes

mismatched_donor_mesh
          (INV) connect: mismatched_mesh_region FOR donor;
structured_donor_mesh
          donor: structured_mesh;
          points: listed_real_data;
          vsize: INTEGER;
          (DER) index_count: INTEGER;

Users

mismatched_donor_mesh
          mismatched_mesh_region.donor
structured_donor_mesh

Global rules for this entity data type

          -

public interface EStructured_donor_mesh extends EMismatched_donor_mesh

donor (explicit attribute)

          boolean testDonor(EStructured_donor_mesh type)
          EStructured_mesh getDonor(EStructured_donor_mesh type)
          void setDonor(EStructured_donor_mesh type, EStructured_mesh value)
          void unsetDonor(EStructured_donor_mesh type)

points (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)
          int getVsize(EStructured_donor_mesh type)
          void setVsize(EStructured_donor_mesh type, int value)
          void unsetVsize(EStructured_donor_mesh type)

index_count (derived attribute)

          int getIndex_count(EStructured_donor_mesh type)
          boolean testIndex_count(EStructured_donor_mesh type)

public class CStructured_donor_mesh implements EStructured_donor_mesh

          static EAttribute attributeDonor(EStructured_donor_mesh type)
          static int usedinDonor(EStructured_donor_mesh type, EStructured_mesh instance, ASdaiModel domain, AStructured_donor_mesh result)
          static 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 AEntity

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