APRlib

TraversalBase.getInheritanceEdgeSet Method 

The set of copies of class graph inheritance edge u

:>
v in the traversal, or null if there are none. Note that u and v may be either nodes or their string representations.

public virtual TraversalEdgeSetBase getInheritanceEdgeSet(
   object u,
   object v
);

See Also

TraversalBase Class | edu.neu.ccs.demeter.APRlib Namespace