|
ENTITY substructure_node_relationship SUBTYPE OF (representation_relationship); WHERE wr1: 'structural_response_representation_schema.node_representation' IN TYPEOF ( SELF \ representation_relationship . rep_1 ) ; wr2: 'structural_response_representation_schema.node_representation' IN TYPEOF ( SELF \ representation_relationship . rep_2 ) ; END_ENTITY; -- substructure_node_relationship |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; substructure_node_relationship - |
Global rules for this entity data type- |
public interface ESubstructure_node_relationship extends ERepresentation_relationship |
public class CSubstructure_node_relationship implements ESubstructure_node_relationship |
public class ASubstructure_node_relationship extends AEntitypublic ESubstructure_node_relationship getByIndex(int index)public ESubstructure_node_relationship getCurrentMember(SdaiIterator it) |