package tfm.graphbuilding; import tfm.graphs.CFG; import tfm.graphs.PDG; import tfm.graphs.SDG; public class Graphs { public static final GraphOptions CFG = new CFGOptions(); public static final GraphOptions PDG = new PDGOptions(); public static final GraphOptions SDG = new SDGOptions(); }