ENTITY symbol_representation_relationship SUBTYPE OF (representation_relationship_with_transformation); SELF\representation_relationship.rep_1 : symbol_representation; SELF\representation_relationship.rep_2 : symbol_representation; WHERE wr1: acyclic_symbol_representation_relationship (SELF, [SELF\representation_relationship. rep_2]); END_ENTITY; -- symbol_representation_relationship |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; representation_relationship_with_transformation transformation_operator: transformation; symbol_representation_relationship (RT) rep_1: symbol_representation; (RT) rep_2: symbol_representation; |
table_representation_relationship (PRESENTATION_DEFINITION_SCHEMA) |
Global rules for this entity data type- |
public interface ESymbol_representation_relationship extends ERepresentation_relationship_with_transformation |
public class CSymbol_representation_relationship implements ESymbol_representation_relationship |
public class ASymbol_representation_relationship extends AEntitypublic ESymbol_representation_relationship getByIndex(int index)public ESymbol_representation_relationship getCurrentMember(SdaiIterator it) |