ENTITY ds_characterizable_general_property_relationship SUBTYPE OF (characterized_object, general_property_relationship); END_ENTITY; -- ds_characterizable_general_property_relationship |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; general_property_relationship name: label; (OPT) description: text; relating_property: general_property; related_property: general_property; ds_characterizable_general_property_relationship - |
Global rules for this entity data type- |
public interface EDs_characterizable_general_property_relationship extends ECharacterized_object, EGeneral_property_relationship |
public class CDs_characterizable_general_property_relationship implements EDs_characterizable_general_property_relationship |
public class ADs_characterizable_general_property_relationship extends AEntitypublic EDs_characterizable_general_property_relationship getByIndex(int index)public EDs_characterizable_general_property_relationship getCurrentMember(SdaiIterator it) |