|
ENTITY geometric_operation_sequence SUBTYPE OF (geometric_representation_item); elements : LIST [1:?] OF geometric_representation_item; END_ENTITY; -- geometric_operation_sequence |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; geometric_operation_sequence elements: LIST [1:?] OF geometric_representation_item; |
Global rules for this entity data type- |
public interface EGeometric_operation_sequence extends EGeometric_representation_itemelements (explicit attribute)boolean testElements(EGeometric_operation_sequence type)AGeometric_representation_item getElements(EGeometric_operation_sequence type) AGeometric_representation_item createElements(EGeometric_operation_sequence type) void unsetElements(EGeometric_operation_sequence type) |
public class CGeometric_operation_sequence implements EGeometric_operation_sequencestatic EAttribute attributeElements(EGeometric_operation_sequence type)static int usedinElements(EGeometric_operation_sequence type, EGeometric_representation_item instance, ASdaiModel domain, AGeometric_operation_sequence result) |
public class AGeometric_operation_sequence extends AEntitypublic EGeometric_operation_sequence getByIndex(int index)public EGeometric_operation_sequence getCurrentMember(SdaiIterator it) |