ENTITY extraction_of_submesh_by_cells SUBTYPE OF (extraction_of_submesh); cell_count : INTEGER; cells : ARRAY [1:cell_count] OF cell; END_ENTITY; -- extraction_of_submesh_by_cells |
Entity data types and their attributesextraction_of_submeshwhole: mesh; part: submesh; extraction_of_submesh_by_cells cell_count: INTEGER; cells: ARRAY [1:cell_count] OF cell; |
Users: by entity attributesextraction_of_submeshextraction_of_submesh_by_cells Users: by defined types, not used by any entity attributeextraction_of_submesh_by_cells- |
Global rules for this entity data type- |
public interface EExtraction_of_submesh_by_cells extends EExtraction_of_submeshcell_count (explicit attribute)boolean testCell_count(EExtraction_of_submesh_by_cells type)integer getCell_count(EExtraction_of_submesh_by_cells type) void setCell_count(EExtraction_of_submesh_by_cells type, integer value) void unsetCell_count(EExtraction_of_submesh_by_cells type) cells (explicit attribute)boolean testCells(EExtraction_of_submesh_by_cells type)ACell getCells(EExtraction_of_submesh_by_cells type) ACell createCells(EExtraction_of_submesh_by_cells type) void unsetCells(EExtraction_of_submesh_by_cells type) |
public class CExtraction_of_submesh_by_cells implements EExtraction_of_submesh_by_cellsstatic EAttribute attributeCell_count(EExtraction_of_submesh_by_cells type)static EAttribute attributeCells(EExtraction_of_submesh_by_cells type) static int usedinCells(EExtraction_of_submesh_by_cells type, ECell instance, ASdaiModel domain, AExtraction_of_submesh_by_cells result) |
public class AExtraction_of_submesh_by_cells extends AEntitypublic EExtraction_of_submesh_by_cells getByIndex(int index)public EExtraction_of_submesh_by_cells getCurrentMember(SdaiIterator it) |