ENTITY terminal_pair_port_equivalence_relationship SUBTYPE OF (representation_relationship); SELF\representation_relationship.rep_2 RENAMED equivalent_port : analytical_model_port_armx; SELF\representation_relationship.rep_1 RENAMED scalar_ports : analytical_model_vector_port_armx; DERIVE SELF\representation_relationship.description : text := ?; SELF\representation_relationship.name : label := ?; WHERE wr1: (SIZEOF (scalar_ports.element_port) = 2); END_ENTITY; -- terminal_pair_port_equivalence_relationship |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; terminal_pair_port_equivalence_relationship (RT) rep_2->equivalent_port: analytical_model_port_armx; (RT) rep_1->scalar_ports: analytical_model_vector_port_armx; (RT) (DER) description: text; (RT) (DER) name: label; |
Global rules for this entity data type- |
public interface ETerminal_pair_port_equivalence_relationship extends ERepresentation_relationship |
public class CTerminal_pair_port_equivalence_relationship implements ETerminal_pair_port_equivalence_relationshipstatic EAttribute attributeDescription(ETerminal_pair_port_equivalence_relationship type)static EAttribute attributeName(ETerminal_pair_port_equivalence_relationship type) |
public class ATerminal_pair_port_equivalence_relationship extends AEntitypublic ETerminal_pair_port_equivalence_relationship getByIndex(int index)public ETerminal_pair_port_equivalence_relationship getCurrentMember(SdaiIterator it) |