ENTITY cell_with_explicit_boundary SUBTYPE OF (cell); boundary : SET [1:?] OF topological_representation_item; END_ENTITY; -- cell_with_explicit_boundary |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - cell description: text; dimension: INTEGER; cell_with_explicit_boundary boundary: SET [1:?] OF topological_representation_item; |
Global rules for this entity data type- |
public interface ECell_with_explicit_boundary extends ECellboundary (explicit attribute)boolean testBoundary(ECell_with_explicit_boundary type)ATopological_representation_item getBoundary(ECell_with_explicit_boundary type) ATopological_representation_item createBoundary(ECell_with_explicit_boundary type) void unsetBoundary(ECell_with_explicit_boundary type) |
public class CCell_with_explicit_boundary implements ECell_with_explicit_boundarystatic EAttribute attributeBoundary(ECell_with_explicit_boundary type)static int usedinBoundary(ECell_with_explicit_boundary type, ETopological_representation_item instance, ASdaiModel domain, ACell_with_explicit_boundary result) |
public class ACell_with_explicit_boundary extends AEntitypublic ECell_with_explicit_boundary getByIndex(int index)public ECell_with_explicit_boundary getCurrentMember(SdaiIterator it) |