ENTITY single_property_is_definition SUBTYPE OF (property_definition); SELF\property_definition.definition : product_definition; UNIQUE ur1 : definition; END_ENTITY; -- single_property_is_definition |
Entity data types and their attributesproperty_definitionname: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; single_property_is_definition (RT) definition: product_definition; |
Global rules for this entity data type- |
public interface ESingle_property_is_definition extends EProperty_definition |
public class CSingle_property_is_definition implements ESingle_property_is_definition |
public class ASingle_property_is_definition extends AEntitypublic ESingle_property_is_definition getByIndex(int index)public ESingle_property_is_definition getCurrentMember(SdaiIterator it) |