ENTITY datum_defined_by_feature SUBTYPE OF (single_datum); defined_by : datum_feature; END_ENTITY; -- datum_defined_by_feature |
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_feature defined_by: datum_feature; |
Global rules for this entity data type- |
public interface EDatum_defined_by_feature extends ESingle_datumdefined_by (explicit attribute)boolean testDefined_by(EDatum_defined_by_feature type)EDatum_feature getDefined_by(EDatum_defined_by_feature type) void setDefined_by(EDatum_defined_by_feature type, EDatum_feature value) void unsetDefined_by(EDatum_defined_by_feature type) |
public class CDatum_defined_by_feature implements EDatum_defined_by_featurestatic EAttribute attributeDefined_by(EDatum_defined_by_feature type)static int usedinDefined_by(EDatum_defined_by_feature type, EDatum_feature instance, ASdaiModel domain, ADatum_defined_by_feature result) |
public class ADatum_defined_by_feature extends AEntitypublic EDatum_defined_by_feature getByIndex(int index)public EDatum_defined_by_feature getCurrentMember(SdaiIterator it) |