Overview Schemas Index

MESH_CONNECTIVITY_SCHEMA (jsdai.SMesh_connectivity_schema)


ENTITY mesh_connectivity;
          name : label;
          description : text;
          id : identifier;
          current : mesh;
DERIVE
          index_count : INTEGER := current.index_count;
END_ENTITY; -- mesh_connectivity

Entity data types and their attributes

mesh_connectivity
          name: label;
          description: text;
          id: identifier;
          current: mesh;
          (DER) index_count: INTEGER;

Known subtypes

          matched_mesh_connection (MESH_CONNECTIVITY_SCHEMA)
          mismatched_mesh_connection (MESH_CONNECTIVITY_SCHEMA)

Known subtype constraints

          sc1_mesh_connectivity (MESH_CONNECTIVITY_SCHEMA)

Users

mesh_connectivity
          multiple_mesh_block.connectivities

Global rules for this entity data type

          -

public interface EMesh_connectivity extends EEntity

name (explicit attribute)

          boolean testName(EMesh_connectivity type)
          String getName(EMesh_connectivity type)
          void setName(EMesh_connectivity type, String value)
          void unsetName(EMesh_connectivity type)

description (explicit attribute)

          boolean testDescription(EMesh_connectivity type)
          String getDescription(EMesh_connectivity type)
          void setDescription(EMesh_connectivity type, String value)
          void unsetDescription(EMesh_connectivity type)

id (explicit attribute)

          boolean testId(EMesh_connectivity type)
          String getId(EMesh_connectivity type)
          void setId(EMesh_connectivity type, String value)
          void unsetId(EMesh_connectivity type)

current (explicit attribute)

          boolean testCurrent(EMesh_connectivity type)
          EMesh getCurrent(EMesh_connectivity type)
          void setCurrent(EMesh_connectivity type, EMesh value)
          void unsetCurrent(EMesh_connectivity type)

index_count (derived attribute)

          int getIndex_count(EMesh_connectivity type)
          boolean testIndex_count(EMesh_connectivity type)

public class CMesh_connectivity implements EMesh_connectivity

          static EAttribute attributeName(EMesh_connectivity type)
          static EAttribute attributeDescription(EMesh_connectivity type)
          static EAttribute attributeId(EMesh_connectivity type)
          static EAttribute attributeCurrent(EMesh_connectivity type)
          static int usedinCurrent(EMesh_connectivity type, EMesh instance, ASdaiModel domain, AMesh_connectivity result)
          static EAttribute attributeIndex_count(EMesh_connectivity type)

public class AMesh_connectivity extends AEntity

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