PHP Trismegiste\Mondrian\Analysis\Strategy 네임스페이스

Interfaces

이름 설명
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.