outgoingEdges property

Map<String, Set<String>> outgoingEdges
final

Map from file path to set of file paths it imports/exports (outgoing edges).

Implementation

final Map<String, Set<String>> outgoingEdges;