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<PgStatement>GraphUtils.forward(DepcyGraph depcyGraph, PgStatement statement) Gets all statements that the given statement depends on (forward dependencies).static List<PgStatement>GraphUtils.reverse(DepcyGraph depcyGraph, PgStatement statement) Gets all statements that depend on the given statement (reverse dependencies).