dCsharp

ClassGraph.typeToAddedMap Field

A table of classes and what parts have been added. {@link edu.neu.ccs.demeter.APRlib.cd.ClassGraph#definesClass} will be true for classes we've added on either end of an edge, but we want to keep track of edge sources in particular.

protected Hashtable typeToAddedMap;

See Also

ClassGraph Class | edu.neu.ccs.demeter.dCsharp Namespace