ENTITY dimensional_location_with_datum_feature SUBTYPE OF (datum_feature, dimensional_location); END_ENTITY; -- dimensional_location_with_datum_feature |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; datum_feature (INV) feature_basis_relationship: SET [1:?] OF shape_aspect_relationship FOR relating_shape_aspect; shape_aspect_relationship name: label; (OPT) description: text; relating_shape_aspect: shape_aspect; related_shape_aspect: shape_aspect; (DER) id: identifier; dimensional_location - dimensional_location_with_datum_feature - |
Global rules for this entity data type- |
public interface EDimensional_location_with_datum_feature extends EDatum_feature, EDimensional_location |
public class CDimensional_location_with_datum_feature implements EDimensional_location_with_datum_feature |
public class ADimensional_location_with_datum_feature extends AEntitypublic EDimensional_location_with_datum_feature getByIndex(int index)public EDimensional_location_with_datum_feature getCurrentMember(SdaiIterator it) |