| java.lang.Object com.jeantessier.dependency.TransitiveClosure
TransitiveClosure | public class TransitiveClosure (Code) | | Creates a sub-graph of Nodes based on a scope and
filtering rules. To get all transitive dependencies,
the visited graph should be maximized first with
LinkMaximizer. Otherwise, you will only get a subset
of the explicit dependencies.
|
DO_NOT_FOLLOW | public static long DO_NOT_FOLLOW(Code) | | |
UNBOUNDED_DEPTH | public static long UNBOUNDED_DEPTH(Code) | | |
setMaximumInboundDepth | public void setMaximumInboundDepth(long maximumInboundDepth)(Code) | | |
setMaximumOutboundDepth | public void setMaximumOutboundDepth(long maximumOutboundDepth)(Code) | | |
|
|