Search | Search is a contract for searching coupled component |
ByCalling | ByCalling selects path between classes if there is a call. |
ByConnection | ByConnection selects shortcut on a path at the first class because connect property is transitive. |
ByImplemented | ByImplemented selects path between classes if there is a use in a implementation. It stops at the first class because connect property is transitive. |