|
ENTITY definitional_representation SUBTYPE OF (representation); WHERE wr1: 'representation_schema.parametric_representation_context' IN TYPEOF ( SELF \ representation . context_of_items ) ; END_ENTITY; -- definitional_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; definitional_representation - |
Global rules for this entity data type- |
public interface EDefinitional_representation extends ERepresentation |
public class CDefinitional_representation implements EDefinitional_representation |
public class ADefinitional_representation extends AEntitypublic EDefinitional_representation getByIndex(int index)public EDefinitional_representation getCurrentMember(SdaiIterator it) |