APRlib

TraversalBase.getConstructionEdgeSet Method 

The set of copies of class graph construction edge u

-l->
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 getConstructionEdgeSet(
   object u,
   string l,
   object v
);

See Also

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