Overview Schemas Index

MESH_CONNECTIVITY_SCHEMA (jsdai.SMesh_connectivity_schema)


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 attributes

mismatched_donor_mesh
          donor: 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 attributes

mismatched_donor_mesh
          mismatched_mesh_region.donor
structured_donor_mesh

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

structured_donor_mesh
          -

Global rules for this entity data type

          -

public interface EStructured_donor_mesh extends EMismatched_donor_mesh

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)
          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_mesh

          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)