ENTITY characterized_representation SUBTYPE OF (representation, characterized_object); DERIVE SELF\characterized_object.name : label := SELF\representation.name; SELF\characterized_object.description : text := SELF\representation.description; END_ENTITY; -- characterized_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; characterized_object name: label; (OPT) description: text; characterized_representation (RT) (DER) name: label; (RT) (DER) description: text; |
Global rules for this entity data type- |
public interface ECharacterized_representation extends ERepresentation, ECharacterized_object |
public class CCharacterized_representation implements ECharacterized_representationstatic EAttribute attributeName(ECharacterized_representation type)static EAttribute attributeDescription(ECharacterized_representation type) |
public class ACharacterized_representation extends AEntitypublic ECharacterized_representation getByIndex(int index)public ECharacterized_representation getCurrentMember(SdaiIterator it) |