Uses of Class
org.pgcodekeeper.core.model.graph.DepcyGraph
Packages that use DepcyGraph
-
Uses of DepcyGraph in org.pgcodekeeper.core.model.graph
Methods in org.pgcodekeeper.core.model.graph with parameters of type DepcyGraphModifier and TypeMethodDescriptionstatic List<IStatement>GraphUtils.forward(DepcyGraph depcyGraph, IStatement statement) Gets all statements that the given statement depends on (forward dependencies).static List<IStatement>GraphUtils.reverse(DepcyGraph depcyGraph, IStatement statement) Gets all statements that depend on the given statement (reverse dependencies).