Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY node_geometric_relationship;
          node_ref : node_or_node_group;
          item : analysis_item_within_representation;
WHERE
          wr1: 'GEOMETRY_SCHEMA.GEOMETRIC_REPRESENTATION_ITEM' IN TYPEOF(item.item);
END_ENTITY; -- node_geometric_relationship

Entity data types and their attributes

node_geometric_relationship
          node_ref: node_or_node_group;
          item: analysis_item_within_representation;

Users

node_geometric_relationship

Global rules for this entity data type

          -

public interface ENode_geometric_relationship extends EEntity

node_ref (explicit attribute)

          int testNode_ref(ENode_geometric_relationship type)
          case 1
              EEntity getNode_ref(ENode_geometric_relationship type)
              void setNode_ref(ENode_geometric_relationship type, EEntity value, EEntity node1)
          void unsetNode_ref(ENode_geometric_relationship type)

item (explicit attribute)

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

public class CNode_geometric_relationship implements ENode_geometric_relationship

          static EAttribute attributeNode_ref(ENode_geometric_relationship type)
          static int usedinNode_ref(ENode_geometric_relationship type, EEntity instance, ASdaiModel domain, ANode_geometric_relationship result)
          static EAttribute attributeItem(ENode_geometric_relationship type)
          static int usedinItem(ENode_geometric_relationship type, EAnalysis_item_within_representation instance, ASdaiModel domain, ANode_geometric_relationship result)

public class ANode_geometric_relationship extends AEntity

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