ENTITY cell SUPERTYPE OF (ONEOF (cell_of_structured_mesh, vertex_defined_cell)) SUBTYPE OF (topological_representation_item); description : text; dimension : INTEGER; END_ENTITY; -- cell |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - cell description: text; dimension: INTEGER; |
cell_of_structured_mesh (MESH_TOPOLOGY_SCHEMA) |
cell_with_explicit_boundary (MESH_TOPOLOGY_SCHEMA) |
vertex_defined_cell (MESH_TOPOLOGY_SCHEMA) |
Global rules for this entity data type- |
public interface ECell extends ETopological_representation_itemdescription (explicit attribute)boolean testDescription(ECell type)String getDescription(ECell type) void setDescription(ECell type, String value) void unsetDescription(ECell type) dimension (explicit attribute)boolean testDimension(ECell type)integer getDimension(ECell type) void setDimension(ECell type, integer value) void unsetDimension(ECell type) |
public class CCell implements ECellstatic EAttribute attributeDescription(ECell type)static EAttribute attributeDimension(ECell type) |
public class ACell extends AEntitypublic ECell getByIndex(int index)public ECell getCurrentMember(SdaiIterator it) |