IInterfaceSubComponents in the OdiInterface.public interface IReferenceManager extends IReferenceChangeListener
| Modifier and Type | Method and Description |
|---|---|
IReference[] |
getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
Deprecated.
Returns all references comping from this text holder.
|
IReference[] |
getReferencesTo(IInterfaceSubComponent pInterfaceSubComponent)
Deprecated.
Returns all references pointing to the given
IInterfaceSubComponent. |
referencesFromExecutableChangedIReference[] getReferencesTo(IInterfaceSubComponent pInterfaceSubComponent)
IInterfaceSubComponent.pInterfaceSubComponent - the IInterfaceSubComponent for which we want the referencesnull if there are no references pointing to this IInterfaceSubComponentIReference[] getReferencesFrom(IExecutableTextHolder pExecutableTextHolder)
pExecutableTextHolder - the text holder for which we want to know all outbound referencesnull if this text holder has no references