ENTITY shell_based_wireframe_model SUBTYPE OF (geometric_representation_item); sbwm_boundary : SET [1:?] OF shell; WHERE wr1: constraints_geometry_shell_based_wireframe_model(SELF); END_ENTITY; -- shell_based_wireframe_model |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; shell_based_wireframe_model sbwm_boundary: SET [1:?] OF shell; |
Global rules for this entity data type- |
public interface EShell_based_wireframe_model extends EGeometric_representation_itemsbwm_boundary (explicit attribute)boolean testSbwm_boundary(EShell_based_wireframe_model type)AShell getSbwm_boundary(EShell_based_wireframe_model type) AShell createSbwm_boundary(EShell_based_wireframe_model type) void unsetSbwm_boundary(EShell_based_wireframe_model type) |
public class CShell_based_wireframe_model implements EShell_based_wireframe_modelstatic EAttribute attributeSbwm_boundary(EShell_based_wireframe_model type)static int usedinSbwm_boundary(EShell_based_wireframe_model type, EEntity instance, ASdaiModel domain, AShell_based_wireframe_model result) |
public class AShell_based_wireframe_model extends AEntitypublic EShell_based_wireframe_model getByIndex(int index)public EShell_based_wireframe_model getCurrentMember(SdaiIterator it) |