ENTITY single_datum ABSTRACT SUPERTYPE OF (ONEOF (datum_defined_by_feature, datum_defined_by_derived_shape, datum_defined_by_targets)) SUBTYPE OF (datum); END_ENTITY; -- single_datum |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; datum identification: identifier; (INV) established_by_relationships: SET [1:?] OF shape_aspect_relationship FOR related_shape_aspect; single_datum - |
datum_defined_by_derived_shape (GEOMETRIC_TOLERANCE_XIM) |
datum_defined_by_feature (GEOMETRIC_TOLERANCE_XIM) |
datum_defined_by_targets (GEOMETRIC_TOLERANCE_XIM) |
datum_plane (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
Global rules for this entity data type- |
public interface ESingle_datum extends EDatum |
public class CSingle_datum implements ESingle_datum |
public class ASingle_datum extends AEntitypublic ESingle_datum getByIndex(int index)public ESingle_datum getCurrentMember(SdaiIterator it) |