APRlib

IClassGraph Members

IClassGraph overview

Public Instance Properties

Nodes A collection of nodes in the class graph.

Public Instance Methods

getIncomingEdges A List of edges (EdgeI objects) coming into node v. Return an empty list if there are no incoming edges.
GetNode The node labeled l in the class graph.
getOutgoingEdges A collection of edges (EdgeI objects) going out of node v. Return an empty collection if there are no outgoing edges.

See Also

IClassGraph Interface | edu.neu.ccs.demeter.APRlib Namespace