ea_get_connectors
Get all connectors for an element, filtered by type and direction. Reveals what it links to, with source and destination roles, for dependency and generalization analysis.
Instructions
Get all relationships (connectors) for a given element. connectors lists what the element is connected to and how (Realisation, Dependency, Association, etc.), each entry naming its source and dest ends. For Generalization connectors, source is always the specific (child) type and dest the general (parent) type — each end also carries a role making this explicit without needing to reason about direction. Filter by connectorType and direction to list an element's direct children (incoming Generalization) or direct parent(s) (outgoing Generalization) without a diagram. Feature links show which specific attribute or operation each end attaches to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Filter direction: outgoing (element is source), incoming (element is target), or both | both |
| elementId | Yes | The Object_ID of the element to get connectors for | |
| connectorType | No | Filter by connector type (e.g., Realisation, Dependency, Association, InformationFlow, Generalization) |