ENTITY mesh ABSTRACT SUPERTYPE OF ((ONEOF (structured_mesh, unstructured_mesh) ANDOR submesh)) SUBTYPE OF (topological_representation_item); description : text; index_count : INTEGER; END_ENTITY; -- mesh |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - mesh description: text; index_count: INTEGER; |
structured_mesh (MESH_TOPOLOGY_SCHEMA) |
submesh (MESH_TOPOLOGY_SCHEMA) |
unstructured_mesh (MESH_TOPOLOGY_SCHEMA) |
Global rules for this entity data type- |
public interface EMesh extends ETopological_representation_itemdescription (explicit attribute)boolean testDescription(EMesh type)String getDescription(EMesh type) void setDescription(EMesh type, String value) void unsetDescription(EMesh type) index_count (explicit attribute)boolean testIndex_count(EMesh type)integer getIndex_count(EMesh type) void setIndex_count(EMesh type, integer value) void unsetIndex_count(EMesh type) |
public class CMesh implements EMeshstatic EAttribute attributeDescription(EMesh type)static EAttribute attributeIndex_count(EMesh type) |
public class AMesh extends AEntitypublic EMesh getByIndex(int index)public EMesh getCurrentMember(SdaiIterator it) |