PHP 클래스 Trismegiste\Mondrian\Analysis\UsedCentrality

* The ripple effect One component (class, parameter, method...) can be highly used accross the source code. Each time there is a change in this component, chances are you need to change many other components directly depending on it and so on. That's the ripple. With the "usedRank" method you can view what component is time consuming and can lead to many merge conflicts in Git.
상속: extends Centrality
파일 보기 프로젝트 열기: trismegiste/mondrian

공개 메소드들

메소드 설명
decorate ( ) Add used centrality information on each vertex (edge effect on this digraph)

메소드 상세

decorate() 공개 메소드

Add used centrality information on each vertex (edge effect on this digraph)
public decorate ( )