APRlib

TraversalBase.getAlternationEdgeSet Method 

The set of copies of class graph alternation 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 getAlternationEdgeSet(
   object u,
   object v
);

See Also

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