Overview Schemas Index

FEA_DEFINITION_RELATIONSHIPS_SCHEMA (jsdai.SFea_definition_relationships_schema)


ENTITY node_topological_relationship;
          item : analysis_item_within_representation;
          node_ref : node_representation;
WHERE
          wr1: 'TOPOLOGY_SCHEMA.VERTEX' IN TYPEOF (item.item);
END_ENTITY; -- node_topological_relationship

Entity data types and their attributes

node_topological_relationship
          item: analysis_item_within_representation;
          node_ref: node_representation;

Users

node_topological_relationship

Global rules for this entity data type

          -

public interface ENode_topological_relationship extends EEntity

item (explicit attribute)

          boolean testItem(ENode_topological_relationship type)
          EAnalysis_item_within_representation getItem(ENode_topological_relationship type)
          void setItem(ENode_topological_relationship type, EAnalysis_item_within_representation value)
          void unsetItem(ENode_topological_relationship type)

node_ref (explicit attribute)

          boolean testNode_ref(ENode_topological_relationship type)
          ENode_representation getNode_ref(ENode_topological_relationship type)
          void setNode_ref(ENode_topological_relationship type, ENode_representation value)
          void unsetNode_ref(ENode_topological_relationship type)

public class CNode_topological_relationship implements ENode_topological_relationship

          static EAttribute attributeItem(ENode_topological_relationship type)
          static int usedinItem(ENode_topological_relationship type, EAnalysis_item_within_representation instance, ASdaiModel domain, ANode_topological_relationship result)
          static EAttribute attributeNode_ref(ENode_topological_relationship type)
          static int usedinNode_ref(ENode_topological_relationship type, ENode_representation instance, ASdaiModel domain, ANode_topological_relationship result)

public class ANode_topological_relationship extends AEntity

          public ENode_topological_relationship getByIndex(int index)
          public ENode_topological_relationship getCurrentMember(SdaiIterator it)